rv1126-uboot/drivers/spi
Jean-Jacques Hiblot b06a381a69 drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register
We used to get the address of the optionnal ctrl_mod_mmap register as the
third memory range of the "reg" property. the linux driver moved to use a
syscon instead. In order to keep the DTS as close as possible to that of
linux, we move to using a syscon as well.

If SYSCON is not supported, the driver reverts to the old way of getting
the address from the 3rd memory range

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
2017-03-22 07:27:19 -06:00
..
Kconfig ARM: SPI: stm32: add stm32f746 qspi driver 2017-01-28 14:04:50 -05:00
Makefile ARM: SPI: stm32: add stm32f746 qspi driver 2017-01-28 14:04:50 -05:00
altera_spi.c
ath79_spi.c
atmel_dataflash_spi.c
atmel_spi.c dm: at91: Add driver model support for the spi driver 2016-10-28 18:37:15 +02:00
atmel_spi.h
bfin_spi.c
bfin_spi6xx.c
cadence_qspi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
cadence_qspi.h spi: cadence_qspi: Use spi mode at the point it is needed 2016-12-15 16:57:27 +01:00
cadence_qspi_apb.c spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible 2017-01-04 16:38:35 +01:00
cf_spi.c spi: Zap cf_qspi driver and related code 2017-01-15 18:29:04 +01:00
davinci_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
designware_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
exynos_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
fsl_dspi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
fsl_espi.c
fsl_qspi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
fsl_qspi.h
ich.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
ich.h
kirkwood_spi.c spi: kirkwood_spi: implement mvebu_spi_set_mode() 2016-11-18 13:04:52 +05:30
lpc32xx_ssp.c
mpc8xxx_spi.c
mvebu_a3700_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
mxc_spi.c
mxs_spi.c
omap3_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pic32_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
rk_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
rk_spi.h
sandbox_spi.c
sh_qspi.c
sh_spi.c
sh_spi.h
soft_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
soft_spi_legacy.c
spi-emul-uclass.c
spi-uclass.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
spi.c
stm32_qspi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tegra20_sflash.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tegra20_slink.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tegra114_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tegra210_qspi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
tegra_spi.h
ti_qspi.c drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register 2017-03-22 07:27:19 -06:00
xilinx_spi.c
zynq_qspi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
zynq_spi.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00