mbox

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

Message ID 1447955200-15499-1-git-send-email-jteki@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Nov. 19, 2015, 5:46 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975:

  Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500)

are available in the git repository at:

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

for you to fetch changes up to 3e56ecec435d30e25fcffb971f8c9627e85ac1df:

  sf: Correct flash->flags for SST flash (2015-11-18 12:52:05 +0530)

----------------------------------------------------------------
Bin Meng (1):
      sf: Correct flash->flags for SST flash

Fabio Estevam (2):
      sf: Add lock ops for SST SPI NOR flash
      spi: sf_ops: Check the return value from spi_flash_cmd_read_status()

Jagan Teki (1):
      sf: Remove eeprom_m95xxx test driver

Vignesh R (2):
      spi: ti_qspi: Add dummy readl for bus sync
      ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi

 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |   3 +
 drivers/mtd/spi/Makefile                           |   1 -
 drivers/mtd/spi/eeprom_m95xxx.c                    | 111 ---------------------
 drivers/mtd/spi/sf_internal.h                      |   1 +
 drivers/mtd/spi/sf_ops.c                           |  14 ++-
 drivers/mtd/spi/sf_probe.c                         |  12 ++-
 drivers/spi/ti_qspi.c                              |   2 +
 include/configs/am43xx_evm.h                       |   2 +
 8 files changed, 25 insertions(+), 121 deletions(-)
 delete mode 100644 drivers/mtd/spi/eeprom_m95xxx.c

Comments

Tom Rini Nov. 19, 2015, 10:07 p.m. UTC | #1
On Thu, Nov 19, 2015 at 11:16:40PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975:
> 
>   Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 3e56ecec435d30e25fcffb971f8c9627e85ac1df:
> 
>   sf: Correct flash->flags for SST flash (2015-11-18 12:52:05 +0530)
> 

Applied to u-boot/master, thanks!