mbox series

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

Message ID 20180605182834.21714-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 June 5, 2018, 6:28 p.m. UTC
Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit 809e0e398a91db7bf8b4d6259d9bfc6fbd6bce83:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2018-06-04 08:55:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b1f2b72e39465f2d4582bb4d8c426489ee94e2d9:

  sf: Add support for gd25q32b gigadevice flash (2018-06-04 23:40:04 +0530)

----------------------------------------------------------------
Carlo Caione (1):
      sf: Add support for gd25q32b gigadevice flash

Ley Foon Tan (1):
      spi: cadence_qspi: Change to use devfdt_get_addr_index()

Marek Vasut (1):
      sf: Set current flash bank to 0 in clean_bar()

 drivers/mtd/spi/spi_flash.c     |  1 +
 drivers/mtd/spi/spi_flash_ids.c |  1 +
 drivers/spi/cadence_qspi.c      | 13 ++-----------
 3 files changed, 4 insertions(+), 11 deletions(-)

Comments

Tom Rini June 6, 2018, 3:09 p.m. UTC | #1
On Tue, Jun 05, 2018 at 11:58:34PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 809e0e398a91db7bf8b4d6259d9bfc6fbd6bce83:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2018-06-04 08:55:00 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to b1f2b72e39465f2d4582bb4d8c426489ee94e2d9:
> 
>   sf: Add support for gd25q32b gigadevice flash (2018-06-04 23:40:04 +0530)
> 

Applied to u-boot/master, thanks!