From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Wed, 30 Dec 2015 15:28:07 +0530 Subject: [U-Boot] [PATCH v2 0/8] sf: Add flash_ids inside Core In-Reply-To: <1451382594-29532-1-git-send-email-jteki@openedev.com> References: <1451382594-29532-1-git-send-email-jteki@openedev.com> Message-ID: <5683AAAF.5040800@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 29 December 2015 03:19 PM, Jagan Teki wrote: > 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(-) > Tested this series on AM437x SK and DRA74 EVM. Tested-by: Mugunthan V N Regards Mugunthan V N