[U-Boot] [PATCH v4 0/7] spi/sf: Code removal/update
Jagan Teki
jagannadh.teki at gmail.com
Tue Sep 20 23:06:41 CEST 2016
This series is the spilt one of v3 "spi/sf: Update on flash detection" [1]
and deals with Code remove and update.
Changes for v3:
- New patches
- Fix checkpatch.pl
- Fix BIT positions in spi.h
- Fix ti_qspi.c mode
- Fix commit Nit: s/becuase/because
Changes for v2:
- New patches.
[1] http://u-boot.10912.n7.nabble.com/PATCH-v3-00-27-spi-sf-Updates-on-flash-detection-td264084.html
Jagan Teki (7):
sf: Simplify fastest read cmd code
sf: Remove e_rd_cmd from param table
spi: Use mode for rx mode flags
spi: Remove SPI_RX_FAST
sf: Remove SECT_32K
sf: Add CONFIG_SPI_FLASH_USE_4K_SECTORS in spi_flash
sf: Move flags macro's to spi_flash_params{} members
drivers/mtd/spi/sandbox.c | 5 +-
drivers/mtd/spi/sf_internal.h | 41 +++------
drivers/mtd/spi/sf_params.c | 200 +++++++++++++++++++++---------------------
drivers/mtd/spi/spi_flash.c | 36 +++-----
drivers/spi/cadence_qspi.c | 2 +-
drivers/spi/ich.c | 6 +-
drivers/spi/spi-uclass.c | 11 +--
drivers/spi/ti_qspi.c | 6 +-
include/spi.h | 13 +--
9 files changed, 138 insertions(+), 182 deletions(-)
--
2.7.4
More information about the U-Boot
mailing list