From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sat, 30 Jul 2016 00:18:15 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1469818095-8064-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 4711e7f7af839b41a6d78490257a9e7975494dd3: Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-07-28 08:45:00 -0400) are available in the git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to 08887ed4505ec14ee94ab32c482dc4dec5ddc1e4: ARM: am57xx_evm: Enable QSPI support (2016-07-30 00:15:07 +0530) ---------------------------------------------------------------- Lokesh Vutla (1): ARM: dra7xx: Change DPLL_PER_HS13 divider value Moritz Fischer (1): spi: Add support for N25Q016A Vignesh R (9): spi: ti_qspi: Fix failure on multiple READ_ID cmd spi: ti_qspi: Fix compiler warning when DEBUG macro is set spi: ti_qspi: Remove delay in read path for dra7xx spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock configs: dra7xx: Update QSPI speed to 76.8MHz ARM: dts: dra7xx: Update spi-max-frequency for QSPI configs: am43xx_evm_defconfig: Enable CONFIG_SPI_FLASH_BAR ARM: dts: am57xx-idk-common: Enable support for QSPI ARM: am57xx_evm: Enable QSPI support Wenyou Yang (1): sf: sf_params: Add AT25DF321 flash support arch/arm/cpu/armv7/omap5/hw_data.c | 2 +- arch/arm/dts/am57xx-idk-common.dtsi | 49 +++++++++++++++++++++++++++++++++++++ arch/arm/dts/dra7-evm.dts | 2 +- arch/arm/dts/dra72-evm.dts | 2 +- configs/am43xx_evm_defconfig | 1 + configs/am57xx_evm_defconfig | 5 ++++ configs/am57xx_evm_nodt_defconfig | 5 ++++ configs/am57xx_hs_evm_defconfig | 5 ++++ drivers/mtd/spi/sf_params.c | 4 ++- drivers/spi/ti_qspi.c | 29 ++++++++++++---------- include/configs/am57xx_evm.h | 36 +++++++++++++++++++++++++++ include/configs/dra7xx_evm.h | 2 +- 12 files changed, 124 insertions(+), 18 deletions(-)