mbox series

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

Message ID 20181223211930.14967-1-jagan@amarulasolutions.com
State Changes Requested
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 Dec. 23, 2018, 9:19 p.m. UTC
Hi Tom,

Please pull this as part of v2019.01 release.

thanks,
Jagan.

The following changes since commit 562a63e86bc7b308a328a7bbdf0db237855c39a8:

  Merge git://git.denx.de/u-boot-marvell (2018-12-21 13:38:09 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 532741dfbfebe917bf6c7c05ed7bab55105ce2a4:

  dm: MIGRATION: Update migration plan for SPI/SPI_FLASH (2018-12-24 02:05:25 +0530)

----------------------------------------------------------------
Jagan Teki (1):
      dm: MIGRATION: Update migration plan for SPI/SPI_FLASH

Stefan Mavrodiev (1):
      spi: sun4i: Add rx_buf NULL pointer check

 Makefile                       |  9 +++++++++
 doc/driver-model/MIGRATION.txt | 10 +++++++---
 drivers/spi/sun4i_spi.c        |  3 ++-
 3 files changed, 18 insertions(+), 4 deletions(-)

Comments

Jagan Teki Dec. 23, 2018, 9:56 p.m. UTC | #1
Tom,

Forgot to include once patch, please ignore this will send v2.
Tom Rini Dec. 24, 2018, 1:01 a.m. UTC | #2
On Mon, Dec 24, 2018 at 02:49:30AM +0530, Jagan Teki wrote:
> Hi Tom,
> 
> Please pull this as part of v2019.01 release.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 562a63e86bc7b308a328a7bbdf0db237855c39a8:
> 
>   Merge git://git.denx.de/u-boot-marvell (2018-12-21 13:38:09 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 532741dfbfebe917bf6c7c05ed7bab55105ce2a4:
> 
>   dm: MIGRATION: Update migration plan for SPI/SPI_FLASH (2018-12-24 02:05:25 +0530)
> 
> ----------------------------------------------------------------
> Jagan Teki (1):
>       dm: MIGRATION: Update migration plan for SPI/SPI_FLASH

WARNING: 'convertion' may be misspelled - perhaps 'conversion'?
#30: FILE: Makefile:960:
+       @echo >&2 "Please update the board before v2019.04 for no dm
convertion"
 
Please fix since you're doing v2 anyhow, thanks!