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

Jagannadha Sutradharudu Teki jagannadha.sutradharudu-teki at xilinx.com
Thu Jun 13 20:50:11 CEST 2013


The following changes since commit 48e0b2bd2b6ecc80cd25181ca2fb9c0eaffef320:

  powerpc/esdhc: Correct judgement for DATA PIO mode (2013-05-15 18:18:16 -0500)

are available in the git repository at:

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

for you to fetch changes up to ea7fcc5aeb10d2cbb5589e91f36b205dcaf4b7a8:

  sf: winbond: Correct the nr_blocks used for W25Q32DW (2013-06-13 23:42:46 +0530)

----------------------------------------------------------------
Axel Lin (3):
      spi: armada100_spi: Remove unnecessary NULL test for dout and din
      spi: tegra114_spi: Convert to use spi_alloc_slave()
      spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave

Jagannadha Sutradharudu Teki (7):
      sf: winbond: Add support for W25Q256
      sf: Fix sf read for memory-mapped SPI flashes
      cmd_sf: Add print mesg for 'sf erase' command
      cmd_sf: Add print mesgs on sf read/write commands
      sf: spansion: Update the name for S25FL256S flash
      sf: winbond: Add support for W25Q80BW
      sf: winbond: Correct the nr_blocks used for W25Q32DW

Kuo-Jung Su (1):
      sf: winbond: Add support for W25PXX SPI flash

Marek Vasut (1):
      sf: spansion: Add Spansion S25FL064P IDs

Rajeshwari Shinde (2):
      spi: Add support for preamble bytes
      spi: exynos: Support SPI_PREAMBLE mode

 common/cmd_sf.c              | 34 ++++++++++++----------
 drivers/mtd/spi/spansion.c   |  9 +++++-
 drivers/mtd/spi/spi_flash.c  | 14 ++++-----
 drivers/mtd/spi/winbond.c    | 28 +++++++++++++++---
 drivers/spi/armada100_spi.c  | 11 ++-----
 drivers/spi/exynos_spi.c     | 69 +++++++++++++++++++++++++++++++++++++-------
 drivers/spi/tegra114_spi.c   |  4 +--
 drivers/spi/tegra20_sflash.c |  2 --
 include/spi.h                |  5 ++++
 9 files changed, 122 insertions(+), 54 deletions(-)




More information about the U-Boot mailing list