[U-Boot] [PATCH 0/6] sf: Optimize spi_flash features code

Jagannadha Sutradharudu Teki jagannadha.sutradharudu-teki at xilinx.com
Sat Jan 18 21:06:27 CET 2014


Shrinked spi_slave and spi_flash code with respect to added
flash features.

Jagannadha Sutradharudu Teki (6):
  sf: ops: Squash the malloc+memset combo
  sf: Optimize flash features code
  sf: Renames on dual_flash stuff
  sf: Update read/write command macros
  sf: Minor macro cleanups
  sf: Update bank configuration

 doc/SPI/README.dual-flash     |   9 ++-
 doc/SPI/README.sf-features    | 125 ++++++++++++++++++++++++++++++
 drivers/mtd/spi/ramtron.c     |  10 +--
 drivers/mtd/spi/sandbox.c     |  12 +--
 drivers/mtd/spi/sf.c          |   4 +-
 drivers/mtd/spi/sf_internal.h |  37 +++++----
 drivers/mtd/spi/sf_ops.c      |  48 ++++++------
 drivers/mtd/spi/sf_params.c   | 172 +++++++++++++++++++++---------------------
 drivers/mtd/spi/sf_probe.c    | 138 ++++++++++++++++-----------------
 include/spi.h                 |  42 ++++-------
 include/spi_flash.h           |  38 +++++-----
 11 files changed, 370 insertions(+), 265 deletions(-)
 create mode 100644 doc/SPI/README.sf-features

-- 
1.8.3




More information about the U-Boot mailing list