public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add QSPI support for mx6sxsabresd board
@ 2014-09-10  6:16 Peng Fan
  2014-09-10  6:16 ` [U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd Peng Fan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peng Fan @ 2014-09-10  6:16 UTC (permalink / raw)
  To: u-boot

From: Peng Fan <van.freenix@gmail.com>

This patch set is to support QSPI for mx6sxsabresd board. And
register read/write is implmented. AHB read is also supported to
improve flash read performance.

All the three patches have been tested on mx6sxsabresd board.

Peng Fan (3):
  ARM:MX6SX Add QuadSPI support for mx6sxsabresd
  QSPI: Enable write device registers
  QSPI: Enable QSPI AHB read for MX6SX

 arch/arm/cpu/armv7/mx6/clock.c              |  50 ++++++++
 arch/arm/include/asm/arch-mx6/clock.h       |   3 +
 board/freescale/mx6sxsabresd/mx6sxsabresd.c |  40 ++++++
 drivers/spi/fsl_qspi.c                      | 188 +++++++++++++++++++++++++++-
 drivers/spi/fsl_qspi.h                      |  11 ++
 include/configs/mx6sxsabresd.h              |  14 +++
 6 files changed, 303 insertions(+), 3 deletions(-)

-- 
1.8.4

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

end of thread, other threads:[~2014-09-10 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10  6:16 [U-Boot] [PATCH 0/3] Add QSPI support for mx6sxsabresd board Peng Fan
2014-09-10  6:16 ` [U-Boot] [PATCH 1/3] ARM:MX6SX Add QuadSPI support for mx6sxsabresd Peng Fan
2014-09-10 12:40   ` Fabio Estevam
2014-09-10 13:43     ` Peng Fan
2014-09-10  6:16 ` [U-Boot] [PATCH 2/3] QSPI: Enable write device registers Peng Fan
2014-09-10  6:16 ` [U-Boot] [PATCH 3/3] QSPI: Enable QSPI AHB read for MX6SX Peng Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox