[U-Boot] Pull request: u-boot-spi/master
Jagannadha Sutradharudu Teki
jagannadha.sutradharudu-teki at xilinx.com
Wed Jan 22 17:26:36 CET 2014
Hi Tom,
SF code optimized stuff and few fixes.
--
Thanks!
Jagan.
The following changes since commit b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b:
Prepare v2014.01 (2014-01-20 17:52:59 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to b53c0ea9adb7b72f4e3074d382598b6b3d9c5037:
sf: Update bank configuration (2014-01-21 23:08:28 +0530)
----------------------------------------------------------------
Jagannadha Sutradharudu Teki (5):
sf: ops: Squash the malloc+memset combo
sf: Optimize flash features code
sf: Use mode_bits 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 | 24 +++---
9 files changed, 299 insertions(+), 192 deletions(-)
create mode 100644 doc/SPI/README.sf-features
More information about the U-Boot
mailing list