
Hi Tom,
Please pull this PR.
thanks! Jagan.
The following changes since commit 632093b566569329bc6e5b0893bdca01de905314:
Merge git://git.denx.de/u-boot-x86 (2015-08-14 16:27:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to fc5e22008a668a75d108ebf8edc93849c6f9dcb4:
ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspi (2015-08-17 23:29:15 +0530)
---------------------------------------------------------------- Kishon Vijay Abraham I (2): ARM: AM43xx: Add support for disabling clocks in uboot ARM: OMAP5: Add support for disabling clocks in uboot
Marek Vasut (1): sf: Make 4K sector support configurable
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 (5): ARM: OMAP5: Add functions to enable and disable EDMA3 clocks ARM: AM43XX: Add functions to enable and disable EDMA3 clocks dma: ti-edma3: Add helper function to support edma3 transfer spi: ti_qspi: Use DMA to read from qspi flash ARM: dra7xx_evm: Enable EDMA3 in SPL to support DMA on qspi
vishalm@ti.com (1): ti: qspi: set flash quad bit based on quad support flag
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-omap5/hardware.h | 5 ++ arch/arm/include/asm/omap_common.h | 11 ++++ arch/arm/include/asm/ti-common/ti-edma3.h | 2 + common/cmd_sf.c | 6 +- common/env_sf.c | 11 ++-- drivers/dma/ti-edma3.c | 78 ++++++++++++++++++++++++++ drivers/mtd/spi/Kconfig | 15 +++++ drivers/mtd/spi/sf_internal.h | 4 ++ drivers/mtd/spi/sf_ops.c | 8 ++- drivers/spi/ti_qspi.c | 27 ++++++++- include/configs/dra7xx_evm.h | 2 + include/spi.h | 3 + 18 files changed, 349 insertions(+), 10 deletions(-)