mbox series

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

Message ID 20180702173535.23675-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 July 2, 2018, 5:35 p.m. UTC
Hi,

Please pull this PR.

thanks,
Jagan.

The following changes since commit 51dce7d2bfdecd974412634e4a0758ac55edcc00:

  mtd: spi: Correct parameters for s25fs512s flash (2018-06-25 15:50:33 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 069b746ad9e66ab75973020f992e059c06cf3a7c:

  sf: Enable FSR polling on N25Q256(A) (2018-06-28 19:58:40 +0530)

----------------------------------------------------------------
Hannes Schmelzer (1):
      spi: omap3: fix claim/release bus within DM

Marek Vasut (1):
      sf: Enable FSR polling on N25Q256(A)

 drivers/mtd/spi/spi_flash_ids.c |  4 ++--
 drivers/spi/omap3_spi.c         | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

Comments

Tom Rini July 3, 2018, 3:24 a.m. UTC | #1
On Mon, Jul 02, 2018 at 11:05:35PM +0530, Jagan Teki wrote:

> Hi,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 51dce7d2bfdecd974412634e4a0758ac55edcc00:
> 
>   mtd: spi: Correct parameters for s25fs512s flash (2018-06-25 15:50:33 +0530)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 069b746ad9e66ab75973020f992e059c06cf3a7c:
> 
>   sf: Enable FSR polling on N25Q256(A) (2018-06-28 19:58:40 +0530)
> 

Applied to u-boot/master, thanks!