9
0
Fork 0
barebox/drivers/spi
Sascha Hauer e0899dfa3b driver: Call remove function only when available
The bus implementations currently call the drivers remove
hook unconditionally, but this hook is seldomly populated. Only call
it when it's actually populated.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-03-17 07:24:50 +01:00
..
Kconfig spi: mxs-spi: Allow compilation on i.MX28 only 2014-11-28 15:21:26 +01:00
Makefile spi: add controller driver for Atheros AR7XXX/AR9XXX SoCs 2014-04-07 11:22:32 +02:00
altera_spi.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
ath79_spi.c spi: add controller driver for Atheros AR7XXX/AR9XXX SoCs 2014-04-07 11:22:32 +02:00
atmel_spi.c ARM: AT91: move iomux definitions to iomux.h 2013-08-16 15:58:33 +02:00
atmel_spi.h spi: add atmel-spi driver 2011-09-14 10:40:17 +02:00
imx_spi.c i.MX: SPI: Respect SPI_LSB_FIRST flag in mode settings 2015-01-16 08:11:42 +01:00
mvebu_spi.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
mxs_spi.c ARM: move DMA alloc functions to dma.h 2015-03-06 07:52:02 +01:00
omap3_spi.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
omap3_spi.h treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
spi-bitbang-txrx.h spi: import bitbang txrx utility functions from linux 2014-04-07 11:22:32 +02:00
spi.c driver: Call remove function only when available 2015-03-17 07:24:50 +01:00