All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add support for Cadence QSPI on K2G
@ 2016-04-13 10:52 Vignesh R
  2016-04-13 10:52 ` [U-Boot] [PATCH 1/4] spi: cadence_qspi_apb: Support 32 bit AHB address Vignesh R
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Vignesh R @ 2016-04-13 10:52 UTC (permalink / raw)
  To: u-boot


This series adds support for Cadence QSPI controller present on K2G SoC.

The first patch extends AHB address to 32 bit as K2G has 32 bit AHB
address. Second patch enable QUAD mode based on DT data instead of
relying on config option. And last to patches add DT node and add
configs to enable the driver.

Depends on [1] to enable SPI driver model support on K2G and [2] to
support different bus frequencies for two different SPI controllers
present on K2G EVM.

[1]https://www.mail-archive.com/u-boot at lists.denx.de/msg209556.html
[2]https://patchwork.ozlabs.org/patch/609947/

Vignesh R (4):
  spi: cadence_qspi_apb: Support 32 bit AHB address
  spi: cadence_quadspi: Enable QUAD mode based on DT data
  ARM: dts: K2G: Add support for QSPI controller
  defconfig: k2g_evm_defconfig: Enable Cadence QSPI controller

 arch/arm/dts/k2g-evm.dts       | 45 ++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/k2g.dtsi          | 14 +++++++++++++
 configs/k2g_evm_defconfig      |  2 ++
 drivers/spi/cadence_qspi.c     |  3 ++-
 drivers/spi/cadence_qspi.h     |  2 +-
 drivers/spi/cadence_qspi_apb.c | 15 +++++++-------
 include/configs/k2g_evm.h      |  6 ++++++
 7 files changed, 77 insertions(+), 10 deletions(-)

-- 
2.8.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-05-10  6:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 10:52 [U-Boot] [PATCH 0/4] Add support for Cadence QSPI on K2G Vignesh R
2016-04-13 10:52 ` [U-Boot] [PATCH 1/4] spi: cadence_qspi_apb: Support 32 bit AHB address Vignesh R
2016-04-13 13:57   ` Marek Vasut
2016-04-13 10:52 ` [U-Boot] [PATCH 2/4] spi: cadence_quadspi: Enable QUAD mode based on DT data Vignesh R
2016-04-13 13:58   ` Marek Vasut
2016-04-13 10:52 ` [U-Boot] [PATCH 3/4] ARM: dts: K2G: Add support for QSPI controller Vignesh R
2016-04-13 19:47   ` Tom Rini
2016-04-13 10:52 ` [U-Boot] [PATCH 4/4] defconfig: k2g_evm_defconfig: Enable Cadence " Vignesh R
2016-04-13 19:47   ` Tom Rini
2016-04-13 12:31 ` [U-Boot] [PATCH 0/4] Add support for Cadence QSPI on K2G Marek Vasut
2016-05-09 14:34 ` Jagan Teki
2016-05-10  6:52   ` Vignesh R

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.