All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 00/10] sf: Add flash_ids inside Core
@ 2015-12-31  9:21 Jagan Teki
  2015-12-31  9:21 ` [U-Boot] [PATCH v3 01/10] sf: Add spi_flash_ids local to core Jagan Teki
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Jagan Teki @ 2015-12-31  9:21 UTC (permalink / raw)
  To: u-boot

This series handle flash_ids stuff inside spi_flash core.

Changes for v3:
	- Updated SNOR_F_SST_WRITE at sf_probe.c	
	- two patches, wrt sanbox newly added

Changes for v2:
        - Remove SECT_4K flag for s25fl128s

Jagan Teki (10):
  sf: Add spi_flash_ids local to core
  sf: Rename SST_WR to SST_WRITE
  sf: Remove SPI_NOR_DUAL|QUAD_READ
  sf: Use sf_params in sandbox
  sf: Remove SECT_32K
  sf: Add SECT_4K_PMC
  sf: Use CONFIG_SPI_FLASH_USE_4K_SECTORS
  sf: Fix few naming convention for read modes
  sf: sandbox: Move spi_flash_params_table
  sf: Drop sf_params.c

 drivers/mtd/spi/Makefile      |   2 +-
 drivers/mtd/spi/sandbox.c     | 155 +++++++++++++++
 drivers/mtd/spi/sf_internal.h |  29 +--
 drivers/mtd/spi/sf_params.c   | 146 --------------
 drivers/mtd/spi/sf_probe.c    |   2 +-
 drivers/mtd/spi/spi_flash.c   | 446 +++++++++++++++++++++++++++++++++++-------
 include/linux/err.h           |   5 +
 7 files changed, 538 insertions(+), 247 deletions(-)
 delete mode 100644 drivers/mtd/spi/sf_params.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-01-11 16:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-31  9:21 [U-Boot] [PATCH v3 00/10] sf: Add flash_ids inside Core Jagan Teki
2015-12-31  9:21 ` [U-Boot] [PATCH v3 01/10] sf: Add spi_flash_ids local to core Jagan Teki
2015-12-31  9:21 ` [U-Boot] [PATCH v3 02/10] sf: Rename SST_WR to SST_WRITE Jagan Teki
2015-12-31  9:21 ` [U-Boot] [PATCH v3 03/10] sf: Remove SPI_NOR_DUAL|QUAD_READ Jagan Teki
2015-12-31  9:21 ` [U-Boot] [PATCH v3 04/10] sf: Use sf_params in sandbox Jagan Teki
2016-01-11 16:59   ` Simon Glass
2015-12-31  9:22 ` [U-Boot] [PATCH v3 05/10] sf: Remove SECT_32K Jagan Teki
2015-12-31  9:22 ` [U-Boot] [PATCH v3 06/10] sf: Add SECT_4K_PMC Jagan Teki
2015-12-31  9:22 ` [U-Boot] [PATCH v3 07/10] sf: Use CONFIG_SPI_FLASH_USE_4K_SECTORS Jagan Teki
2015-12-31  9:22 ` [U-Boot] [PATCH v3 08/10] sf: Fix few naming convention for read modes Jagan Teki
2015-12-31  9:22 ` [U-Boot] [PATCH v3 09/10] sf: sandbox: Move spi_flash_params_table Jagan Teki
2016-01-06 14:33 ` [U-Boot] [PATCH v3 00/10] sf: Add flash_ids inside Core Jagan Teki
2016-01-09  7:11   ` Jagan Teki
2016-01-09 14:21   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.