public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/11] Enable edma support for ti-qspi
@ 2015-07-03 11:16 Vignesh R
  2015-07-03 11:16 ` [U-Boot] [PATCH 01/11] sf: allocate cache aligned buffers to copy from flash Vignesh R
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Vignesh R @ 2015-07-03 11:16 UTC (permalink / raw)
  To: u-boot




This patch series enables DMA for QSPI on dra7xx and am43xx.
Patch 1 and 2 make sure the buffers are mem aligned for dma operation.
Patch 3-6 add support for enabling and disabling of edma3 clocks on
am43xx and dra7xx. Patch 7-9 add dma functionality to ti_qspi driver.
Patch 10-11 enable edma3 support on dra7xx and am43xx in respective
config files.

Tested on DRA74 EVM: http://pastebin.ubuntu.com/11813977/
Tested on AM437X EVM SK: http://pastebin.ubuntu.com/11813994/



Kishon Vijay Abraham I (2):
  ARM: AM43xx: Add support for disabling clocks in uboot
  ARM: OMAP5: Add support for disabling clocks in uboot

Ravi Babu (2):
  sf: allocate cache aligned buffers to copy from flash
  env: use cache line aligned memory for flash read

Tom Rini (1):
  sf: ops: Add spi_flash_copy_mmap function

Vignesh R (6):
  ARM: OMAP5: Add functions to enable and disable EDMA3 clocks
  ARM: AM43XX: Add functions to enable and disable EDMA3 clocks
  spi: ti_qspi: Use DMA to read from qspi flash
  dma: ti-edma3: Add BIT(x) macro definition
  ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspi
  ARM: am43xx_evm: Enable EDMA3 support DMA on qspi

 arch/arm/cpu/armv7/am33xx/clock.c                  | 52 ++++++++++++
 arch/arm/cpu/armv7/am33xx/clock_am43xx.c           | 36 +++++++++
 arch/arm/cpu/armv7/omap-common/clocks-common.c     | 53 ++++++++++++
 arch/arm/cpu/armv7/omap5/hw_data.c                 | 41 ++++++++++
 arch/arm/cpu/armv7/omap5/prcm-regs.c               |  4 +
 arch/arm/include/asm/arch-am33xx/clock.h           |  1 +
 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |  3 +
 arch/arm/include/asm/arch-omap5/hardware.h         |  5 ++
 arch/arm/include/asm/omap_common.h                 | 13 +++
 common/cmd_sf.c                                    |  6 +-
 common/env_sf.c                                    | 11 +--
 drivers/dma/ti-edma3.c                             |  2 +
 drivers/mtd/spi/sf_ops.c                           |  8 +-
 drivers/spi/ti_qspi.c                              | 93 ++++++++++++++++++++++
 include/configs/am43xx_evm.h                       |  2 +
 include/configs/dra7xx_evm.h                       |  2 +
 include/spi.h                                      |  3 +
 17 files changed, 326 insertions(+), 9 deletions(-)

-- 
2.4.5

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

end of thread, other threads:[~2015-07-21 12:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03 11:16 [U-Boot] [PATCH 00/11] Enable edma support for ti-qspi Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 01/11] sf: allocate cache aligned buffers to copy from flash Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 02/11] env: use cache line aligned memory for flash read Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 03/11] ARM: AM43xx: Add support for disabling clocks in uboot Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 04/11] ARM: OMAP5: " Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 05/11] ARM: OMAP5: Add functions to enable and disable EDMA3 clocks Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 06/11] ARM: AM43XX: " Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 07/11] sf: ops: Add spi_flash_copy_mmap function Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 08/11] spi: ti_qspi: Use DMA to read from qspi flash Vignesh R
2015-07-03 11:42   ` Tom Rini
2015-07-04 12:53     ` R, Vignesh
2015-07-06  5:34       ` Vignesh R
2015-07-09  6:40     ` Vignesh R
2015-07-14 19:02       ` Tom Rini
2015-07-21 12:41         ` R, Vignesh
2015-07-03 11:16 ` [U-Boot] [PATCH 09/11] dma: ti-edma3: Add BIT(x) macro definition Vignesh R
2015-07-03 13:57   ` Andy Pont
2015-07-04 12:53     ` R, Vignesh
2015-07-04 15:35       ` Jagan Teki
2015-07-03 11:16 ` [U-Boot] [PATCH 10/11] ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspi Vignesh R
2015-07-03 11:16 ` [U-Boot] [PATCH 11/11] ARM: am43xx_evm: Enable EDMA3 " Vignesh R

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