mbox

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

Message ID 1430209055-6131-1-git-send-email-jagannadh.teki@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki April 28, 2015, 8:17 a.m. UTC
Hi Tom,

Please pick this PR.

thanks!
Jagan.

The following changes since commit d77447fdb122dab290fb1ad184a62456011e6e06:

  serial: pl01x: fix PL010 regression (2015-04-21 10:05:42 -0400)

are available in the git repository at:

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

for you to fetch changes up to c650ca7b4c160193791dc7a52381c71c6a29e871:

  sf: Fix to compute proper sector_size (2015-04-28 13:31:36 +0530)

----------------------------------------------------------------
Bin Meng (2):
      dm: sf: Save flash flags to struct spi_flash
      dm: sf: Make SST flash write op work again

David Dueck (1):
      spi: omap3: Fix timeout handling

Jagannadha Sutradharudu Teki (2):
      Revert "spi: add config option to enable the WP pin function on st micron flashes"
      sf: Fix to compute proper sector_size

Pavel Machek (1):
      spi flash: fix trivial problems

Peng Fan (1):
      mtd: spi: check return value of spi_setup_slave

Simon Glass (1):
      dm: spi: Correct SPI claim/release_bus() methods

Siva Durga Prasad Paladugu (3):
      sf: Correct the macros as per new array fast read command
      sf: Poll both the read status and flag status
      zynq: spi: Remove unnecessary error condition

Stefan Roese (1):
      cmd_sf: Fix problem with "sf update" and unaligned length

 README                        | 11 ----------
 common/cmd_sf.c               | 16 +++++++-------
 drivers/mtd/spi/sf_internal.h |  7 ++-----
 drivers/mtd/spi/sf_ops.c      | 32 +++++++++++++++++++++-------
 drivers/mtd/spi/sf_probe.c    | 49 +++++++++++++++++--------------------------
 drivers/spi/exynos_spi.c      |  6 ++++--
 drivers/spi/omap3_spi.c       | 20 +++++++++++-------
 drivers/spi/spi-uclass.c      |  4 ++--
 drivers/spi/tegra114_spi.c    |  3 ++-
 drivers/spi/tegra20_sflash.c  |  3 ++-
 drivers/spi/tegra20_slink.c   |  3 ++-
 drivers/spi/zynq_spi.c        |  3 ---
 include/spi.h                 | 21 ++++++++++---------
 include/spi_flash.h           |  9 ++++----
 14 files changed, 93 insertions(+), 94 deletions(-)

Comments

Tom Rini April 28, 2015, 2:51 p.m. UTC | #1
On Tue, Apr 28, 2015 at 01:47:35PM +0530, Jagannadha Sutradharudu Teki wrote:

> Hi Tom,
> 
> Please pick this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit d77447fdb122dab290fb1ad184a62456011e6e06:
> 
>   serial: pl01x: fix PL010 regression (2015-04-21 10:05:42 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to c650ca7b4c160193791dc7a52381c71c6a29e871:
> 
>   sf: Fix to compute proper sector_size (2015-04-28 13:31:36 +0530)
> 

Applied to u-boot/master, thanks!