[U-Boot] Pull request: u-boot-spi/master

Hi Tom,
Please pull this series.
thanks! Jagan.
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 674f3609aad39f099a5c3605643a6be124504b96:
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN (2016-02-23 16:14:46 +0530)
---------------------------------------------------------------- Christophe Ricard (2): spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
Michal Simek (1): ARM: zynq: Wire-up saving environment to QSPI
Mugunthan V N (6): dm: implement a DMA uclass dma: Kconfig: Add TI_EDMA3 entry sf: spi_flash: use dma to copy data from mmap region if platform supports spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined drivers: dma: ti-edma3: convert driver to adopt driver model defconfig: am437x_sk_evm: enable dma driver model
configs/am437x_sk_evm_defconfig | 1 + drivers/dma/Kconfig | 22 +++++++++++ drivers/dma/Makefile | 2 + drivers/dma/dma-uclass.c | 72 ++++++++++++++++++++++++++++++++++ drivers/dma/ti-edma3.c | 82 ++++++++++++++++++++++++++++++++++++++- drivers/mtd/spi/spi_flash.c | 9 +++++ drivers/spi/omap3_spi.c | 2 - drivers/spi/spi-uclass.c | 1 + drivers/spi/ti_qspi.c | 2 +- include/configs/zynq-common.h | 4 ++ include/dm/uclass-id.h | 1 + include/dma.h | 86 +++++++++++++++++++++++++++++++++++++++++ 12 files changed, 279 insertions(+), 5 deletions(-) create mode 100644 drivers/dma/dma-uclass.c create mode 100644 include/dma.h

On Tue, Feb 23, 2016 at 04:19:01PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this series.
thanks! Jagan.
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 674f3609aad39f099a5c3605643a6be124504b96:
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN (2016-02-23 16:14:46 +0530)
Applied to u-boot/master, thanks!
Mugunthan, can you please test QSPI boot on J6 or J6Eco? My board isn't behaving well and I couldn't walk Nishanth through doing it on his (or, there's a problem..). Thanks!

On Wednesday 24 February 2016 02:05 AM, Tom Rini wrote:
On Tue, Feb 23, 2016 at 04:19:01PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this series.
thanks! Jagan.
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 674f3609aad39f099a5c3605643a6be124504b96:
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN (2016-02-23 16:14:46 +0530)
Applied to u-boot/master, thanks!
Mugunthan, can you please test QSPI boot on J6 or J6Eco? My board isn't behaving well and I couldn't walk Nishanth through doing it on his (or, there's a problem..). Thanks!
Tom, I will do a qspi boot test tomorrow and update here.
Regards Mugunthan V N

On Wednesday 24 February 2016 02:05 AM, Tom Rini wrote:
On Tue, Feb 23, 2016 at 04:19:01PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this series.
thanks! Jagan.
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 674f3609aad39f099a5c3605643a6be124504b96:
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN (2016-02-23 16:14:46 +0530)
Applied to u-boot/master, thanks!
Mugunthan, can you please test QSPI boot on J6 or J6Eco? My board isn't behaving well and I couldn't walk Nishanth through doing it on his (or, there's a problem..). Thanks!
Tom, I am able to boot DRA74x EVM in QSPI boot Logs [1].
[1] - http://pastebin.ubuntu.com/15249899/
Regards Mugunthan V N
participants (3)
-
Jagan Teki
-
Mugunthan V N
-
Tom Rini