linux-stable/drivers/mcb
Johannes Thumshirn b58189b3c5 mcb: remove sub-device handling code
The MEN Chameleon specification states that a chameleon FPGA can include a
bridge descriptor, which then opens up a new bus behind this bridge. MCB
included subdevice handling code in the core, but no support for bus
descriptors in the parser, due to a lack of hardware access.

As this is technically dead code, but it gets executed on a device add,
I've decided to remove it.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-08-31 13:16:24 +02:00
..
Kconfig mcb: Added support for LPC or non PCI based MCB carrier 2016-08-31 13:16:24 +02:00
Makefile mcb: Added support for LPC or non PCI based MCB carrier 2016-08-31 13:16:24 +02:00
mcb-core.c mcb: remove sub-device handling code 2016-08-31 13:16:24 +02:00
mcb-internal.h mcb: Added bar descriptor support for non PCI bus MCB carrier 2016-08-31 13:16:24 +02:00
mcb-lpc.c mcb: Added support for LPC or non PCI based MCB carrier 2016-08-31 13:16:24 +02:00
mcb-parse.c mcb: Added bar descriptor support for non PCI bus MCB carrier 2016-08-31 13:16:24 +02:00
mcb-pci.c mcb: Delete num_cells variable which is not required 2016-05-03 15:52:28 -07:00