From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 19 Nov 2015 23:16:40 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1447955200-15499-1-git-send-email-jteki@openedev.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 pull this PR. thanks! Jagan. The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975: Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to 3e56ecec435d30e25fcffb971f8c9627e85ac1df: sf: Correct flash->flags for SST flash (2015-11-18 12:52:05 +0530) ---------------------------------------------------------------- Bin Meng (1): sf: Correct flash->flags for SST flash Fabio Estevam (2): sf: Add lock ops for SST SPI NOR flash spi: sf_ops: Check the return value from spi_flash_cmd_read_status() Jagan Teki (1): sf: Remove eeprom_m95xxx test driver Vignesh R (2): spi: ti_qspi: Add dummy readl for bus sync ARM: am43xx: Enable QUAD read and EDMA support for ti_qspi arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 3 + drivers/mtd/spi/Makefile | 1 - drivers/mtd/spi/eeprom_m95xxx.c | 111 --------------------- drivers/mtd/spi/sf_internal.h | 1 + drivers/mtd/spi/sf_ops.c | 14 ++- drivers/mtd/spi/sf_probe.c | 12 ++- drivers/spi/ti_qspi.c | 2 + include/configs/am43xx_evm.h | 2 + 8 files changed, 25 insertions(+), 121 deletions(-) delete mode 100644 drivers/mtd/spi/eeprom_m95xxx.c