[U-Boot] [PATCH 00/12] sf: Add common probe support
Jagannadha Sutradharudu Teki
jagannadha.sutradharudu-teki at xilinx.com
Sun Aug 4 23:20:23 CEST 2013
This patch series divides the spi flash framework into
a respective parts, spi_flash_probe, spi_flash_ops and
spi_flash.
spi_flash_probe is a new addition where all flash driver
probing is combined into a common file, this means spi_flash_probe.c
adds a new probing style common to all flashes.
Currently added all flashes except, ATMEL, SST, RAMTRON.
These will add in next comming patch series.
REQUEST FOR ALL SPI CODE CONTRIBUTORS/USERS, PLEASE TEST THESE CHANGES W.R.T YOUR HW IF POSSIBLE.
Please let me know for any issues/concerns/questions.
--
Thanks,
Jagan.
Jagannadha Sutradharudu Teki (12):
sf: Divide spi_flash into multiple parts
sf: probe: Add new spi_flash_probe support
sf: probe: Update sector_size for N25Q* parts
sf: probe: Add support for M25P* flash parts
sf: probe: Update sector_size for M25P* parts
sf: probe: Add support for EN25Q* flash parts
sf: probe: Add support for GD25* flash parts
sf: probe: Add support for MX25L* flash parts
sf: probe: Add support for W25* flash parts
sf: probe: Update sector_size for W25* parts
sf: probe: Add support for S25FL* flash parts
sf: probe: Update sector_size for S25FL* parts
drivers/mtd/spi/Makefile | 3 +-
drivers/mtd/spi/spi_flash.c | 569 +------------------------------
drivers/mtd/spi/spi_flash_ops.c | 314 +++++++++++++++++
drivers/mtd/spi/spi_flash_probe.c | 328 ++++++++++++++++++
drivers/mtd/spi/spi_flash_probe_legacy.c | 274 +++++++++++++++
5 files changed, 923 insertions(+), 565 deletions(-)
create mode 100644 drivers/mtd/spi/spi_flash_ops.c
create mode 100644 drivers/mtd/spi/spi_flash_probe.c
create mode 100644 drivers/mtd/spi/spi_flash_probe_legacy.c
--
1.8.3
More information about the U-Boot
mailing list