linux/drivers/mcb
Michael Moese 2d8784df1a mcb: Add a dma_device to mcb_device
When performing DMA operations on a MCB device, the device needed
for using the DMA API is "mcb_device->bus_carrier".
This is rather lengthy, so a shortcut is introduced to struct mcb_device
in order to ensure the MCB device driver uses the correct device for DMA
operations.

Signed-off-by: Michael Moese <michael.moese@men.de>
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-27 12:33:47 +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: Add a dma_device to mcb_device 2016-09-27 12:33:47 +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: Enable PCI bus mastering by default 2016-09-27 12:33:47 +02:00