mbox series

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

Message ID 20190417122137.17185-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-spi/master | expand

Pull-request

git://git.denx.de/u-boot-spi.git master

Message

Jagan Teki April 17, 2019, 12:21 p.m. UTC
Hi Tom,

Please pull this PR.

Summary:
- drop non-DM code from ti_qspi
- support spi-mem for ti_qspi

thanks,
Jagan.

The following changes since commit 216800acf1fbf9f498455bf3c92d4513d9a4c681:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2019-04-14 00:03:06 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to 4c96c61216719155b3a1d51f6373e996335861de:

  spi: ti_qspi: Convert to spi-mem ops (2019-04-17 17:43:54 +0530)

----------------------------------------------------------------
Vignesh Raghavendra (2):
      spi: ti_qspi: Drop non DM code
      spi: ti_qspi: Convert to spi-mem ops

 doc/driver-model/MIGRATION.txt |   1 -
 drivers/spi/Kconfig            |  13 +-
 drivers/spi/Makefile           |   2 +-
 drivers/spi/ti_qspi.c          | 351 ++++++++++++-----------------------------
 include/configs/am43xx_evm.h   |   6 -
 include/configs/am57xx_evm.h   |   5 -
 include/configs/cm_t43.h       |   3 -
 include/configs/dra7xx_evm.h   |   5 -
 scripts/config_whitelist.txt   |   3 -
 9 files changed, 108 insertions(+), 281 deletions(-)

Comments

Raghavendra, Vignesh April 17, 2019, 12:45 p.m. UTC | #1
On 17/04/19 5:51 PM, Jagan Teki wrote:
> Hi Tom,
> 
> Please pull this PR.
> 

Thanks Jagan!

Tom,
These patches depend on [1] that drops cl-som-am57x board support.
http://patchwork.ozlabs.org/patch/1085281/

Regards
Vignesh

> Summary:
> - drop non-DM code from ti_qspi
> - support spi-mem for ti_qspi
> 
> thanks,
> Jagan.
> 
> The following changes since commit 216800acf1fbf9f498455bf3c92d4513d9a4c681:
> 
>    Merge branch 'master' of git://git.denx.de/u-boot-spi (2019-04-14 00:03:06 -0400)
> 
> are available in the Git repository at:
> 
>    git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 4c96c61216719155b3a1d51f6373e996335861de:
> 
>    spi: ti_qspi: Convert to spi-mem ops (2019-04-17 17:43:54 +0530)
> 
> ----------------------------------------------------------------
> Vignesh Raghavendra (2):
>        spi: ti_qspi: Drop non DM code
>        spi: ti_qspi: Convert to spi-mem ops
> 
>   doc/driver-model/MIGRATION.txt |   1 -
>   drivers/spi/Kconfig            |  13 +-
>   drivers/spi/Makefile           |   2 +-
>   drivers/spi/ti_qspi.c          | 351 ++++++++++++-----------------------------
>   include/configs/am43xx_evm.h   |   6 -
>   include/configs/am57xx_evm.h   |   5 -
>   include/configs/cm_t43.h       |   3 -
>   include/configs/dra7xx_evm.h   |   5 -
>   scripts/config_whitelist.txt   |   3 -
>   9 files changed, 108 insertions(+), 281 deletions(-)
>
Tom Rini April 18, 2019, 4:20 p.m. UTC | #2
On Wed, Apr 17, 2019 at 05:51:37PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - drop non-DM code from ti_qspi
> - support spi-mem for ti_qspi
> 
> thanks,
> Jagan.
> 
> The following changes since commit 216800acf1fbf9f498455bf3c92d4513d9a4c681:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2019-04-14 00:03:06 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 4c96c61216719155b3a1d51f6373e996335861de:
> 
>   spi: ti_qspi: Convert to spi-mem ops (2019-04-17 17:43:54 +0530)
> 

Applied to u-boot/master, thanks!