[U-Boot] Pull request: u-boot-spi/master
Jagannadha Sutradharudu Teki
jagannadha.sutradharudu-teki at xilinx.com
Mon Jan 27 18:26:21 CET 2014
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
More information about the U-Boot
mailing list