u-boot-brain/drivers/spi
Jagan Teki 41bccb8142 spi: omap3: Fix multiple definition of 'priv'
Global definition of priv seems no-sense to use it
for non-dm case and pass the pointer to functions
which are common to both dm and non-dm.

So, fix this by removing omap3_spi_slave from non-dm
and make visible to omap3_spi_priv for both dm and non-dm.

Cc: Christophe Ricard <christophe-h.ricard@st.com>
Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
2016-03-15 14:50:09 -04:00
..
altera_spi.c
armada100_spi.c
atmel_dataflash_spi.c
atmel_spi.c
atmel_spi.h
bfin_spi6xx.c
bfin_spi.c
cadence_qspi_apb.c
cadence_qspi.c
cadence_qspi.h
cf_qspi.c
cf_spi.c
davinci_spi.c
designware_spi.c
ep93xx_spi.c
exynos_spi.c
fsl_dspi.c
fsl_espi.c
fsl_qspi.c spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue 2016-01-27 08:28:31 -08:00
fsl_qspi.h
ich.c dm: pch: Rename get_sbase op to get_spi_base 2016-02-05 12:47:21 +08:00
ich.h spi: ich: Change PCHV_ to ICHV_ 2016-02-05 12:47:20 +08:00
Kconfig spi: omap3: Convert to driver model 2016-03-14 22:46:28 +05:30
kirkwood_spi.c spi: kirkwood_spi.c: Add driver model support 2016-01-14 14:08:59 +01:00
lpc32xx_ssp.c
Makefile
mpc8xxx_spi.c
mpc52xx_spi.c
mxc_spi.c
mxs_spi.c
omap3_spi.c spi: omap3: Fix multiple definition of 'priv' 2016-03-15 14:50:09 -04:00
rk_spi.c rockchip: spi: Remove the explicit pinctrl setting 2016-01-21 20:42:36 -07:00
rk_spi.h
sandbox_spi.c
sh_qspi.c
sh_spi.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
sh_spi.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
soft_spi_legacy.c
soft_spi.c
spi-emul-uclass.c
spi-uclass.c spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN 2016-02-23 16:14:46 +05:30
spi.c
tegra20_sflash.c
tegra20_slink.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
tegra114_spi.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
tegra210_qspi.c
tegra_spi.h
ti_qspi.c dm: ti_qspi: Fix conversion of address to a pointer 2016-03-12 19:55:42 +05:30
xilinx_spi.c
zynq_qspi.c
zynq_spi.c