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

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

On Wednesday, January 22, 2014 at 05:26:36 PM, Jagannadha Sutradharudu Teki wrote:
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
756802dd776e5687060c50cabb64b775e64830d7 in your u-boot-spi/master still uses #define FOO n << m please fix
[...]
Best regards, Marek Vasut
participants (2)
-
Jagannadha Sutradharudu Teki
-
Marek Vasut