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

This series handle flash_ids stuff inside spi_flash core.

Changes for v2:
	- Remove SECT_4K flag for s25fl128s

Jagan Teki (8):
  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 convension for read modes

 drivers/mtd/spi/Makefile      |   4 +-
 drivers/mtd/spi/sf_internal.h |   5 +-
 drivers/mtd/spi/spi_flash.c   | 446 +++++++++++++++++++++++++++++++++++-------
 include/linux/err.h           |   5 +
 4 files changed, 383 insertions(+), 77 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-12-30 10:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-29  9:49 [U-Boot] [PATCH v2 0/8] sf: Add flash_ids inside Core Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 1/8] sf: Add spi_flash_ids local to core Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 2/8] sf: Rename SST_WR to SST_WRITE Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 3/8] sf: Remove SPI_NOR_DUAL|QUAD_READ Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 4/8] sf: Use sf_params in sandbox Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 5/8] sf: Remove SECT_32K Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 6/8] sf: Add SECT_4K_PMC Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 7/8] sf: Use CONFIG_SPI_FLASH_USE_4K_SECTORS Jagan Teki
2015-12-29  9:49 ` [U-Boot] [PATCH v2 8/8] sf: Fix few naming convension for read modes Jagan Teki
2015-12-30 10:06   ` Mugunthan V N
2015-12-30  4:45 ` [U-Boot] [PATCH v2 0/8] sf: Add flash_ids inside Core Bin Meng
2015-12-30  8:03   ` Jagan Teki
2015-12-30  9:58 ` Mugunthan V N

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.