From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 22 Sep 2016 20:32:48 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1474556568-10114-1-git-send-email-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please take this PR. thanks! Jagan. The following changes since commit 9b1b6d42256a4c2e59c803afdbf90d39371e61ba: Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" (2016-09-19 15:20:09 -0400) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to fe4753cbc6c51f712024121aad0d21293d6a85fc: configs: fsl: Move SPI/SPI-FLASH configs to defconfig (2016-09-22 14:17:02 +0530) ---------------------------------------------------------------- Jagan Teki (9): 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 spi: Kconfig: Move FSL_QSPI entry to non-dm place configs: fsl: Move SPI/SPI-FLASH configs to defconfig Lad, Prabhakar (1): spi: zynq_spi: Fix infinite looping while xfer Vignesh R (2): spi: ti_qspi: use 128 bit transfer mode when writing to flash spi: ti_qspi: Remove unnecessary udelay for AM437x configs/mx6sxsabreauto_defconfig | 1 + configs/mx6ul_14x14_evk_defconfig | 4 + configs/mx6ul_9x9_evk_defconfig | 4 + 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/Kconfig | 14 +-- drivers/spi/cadence_qspi.c | 2 +- drivers/spi/ich.c | 6 +- drivers/spi/spi-uclass.c | 11 +-- drivers/spi/ti_qspi.c | 52 +++++++--- drivers/spi/zynq_spi.c | 2 +- include/configs/mx6sxsabreauto.h | 1 - include/configs/mx6ul_14x14_evk.h | 4 - include/spi.h | 13 +-- 16 files changed, 188 insertions(+), 208 deletions(-)