mbox

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

Message ID cbaf8f95-1d98-45ed-8428-59f42689f81f@CH1EHSMHS023.ehs.local
State Changes Requested
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagannadha Sutradharudu Teki Jan. 27, 2014, 5:26 p.m. UTC
Hi Tom,

SF code optimized stuff and few fixes.

--
Thanks!
Jagan.

The following changes since commit 0876703cf2ee107372b56037d4eeeb7604c56796:

  boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500)

are available in the git repository at:

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

for you to fetch changes up to 6dc0ce128f1d3ec8a06f98606d9c6f5020b98b3f:

  sf: Update bank configuration (2014-01-27 22:47:17 +0530)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (5):
      sf: ops: Squash the malloc+memset combo
      sf: Optimize flash features code
      sf: Use slave mode for dual_flash connection
      doc: SPI: Update the dual_flash info
      sf: Update bank configuration

Marek Vasut (3):
      sf: Squash the malloc+memset combo
      sf: Fix entries for S25FL256S_256K and S25FL512S_256K
      sf: Add S25FL128S_256K IDs

 doc/SPI/README.dual-flash     |   5 +-
 doc/SPI/README.sf-features    | 124 ++++++++++++++++++++++++++++++
 drivers/mtd/spi/sf.c          |   4 +-
 drivers/mtd/spi/sf_internal.h |   1 -
 drivers/mtd/spi/sf_ops.c      |  16 ++--
 drivers/mtd/spi/sf_params.c   | 171 +++++++++++++++++++++---------------------
 drivers/mtd/spi/sf_probe.c    | 104 ++++++++++++-------------
 include/spi.h                 |  42 ++++-------
 include/spi_flash.h           |  34 ++++-----
 9 files changed, 303 insertions(+), 198 deletions(-)
 create mode 100644 doc/SPI/README.sf-features

Comments

Marek Vasut Jan. 27, 2014, 7:21 p.m. UTC | #1
On Monday, January 27, 2014 at 06:26:21 PM, Jagannadha Sutradharudu Teki wrote:
> Hi Tom,
> 
> SF code optimized stuff and few fixes.

Hi, I see PR, but I don't see the fixed patches reposted to the ML. Did you 
repost the new ones please ?

Best regards,
Marek Vasut