[U-Boot] Pull request: u-boot-spi/master

Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 5e9a9645816edcc68c09729f257e0c863292bf26:
mach-stm32: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET (2018-07-13 14:47:29 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 51b2411946e5f247f26fde41a7227a002270d376:
sf: add paired dev info for winbond w25q16jv (2018-07-16 14:17:13 +0530)
---------------------------------------------------------------- Hannes Schmelzer (1): spi_flash: add a bunch of winbond flashes to id-table
Ludwig Zenz (3): sf: add Gigadevice gd25q16c entry sf: add Macronix mx25l1633e entry sf: add paired dev info for winbond w25q16jv
Michal Simek (1): spi: xilinx: Read reg base address from DTS file
Siva Durga Prasad Paladugu (2): spi: zynqmp_gqspi: Add support for ZynqMP qspi driver zynqmp: zcu102: Add qspi driver support for ZynqMP zcu102 boards
Vipul Kumar (3): spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time spi: xilinx_spi: convert to livetree
arch/arm/dts/zynqmp-zcu102-revA.dts | 2 +- configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 5 + configs/xilinx_zynqmp_zcu102_revA_defconfig | 5 + configs/xilinx_zynqmp_zcu102_revB_defconfig | 5 + drivers/mtd/spi/spi_flash_ids.c | 9 +- drivers/spi/Kconfig | 7 + drivers/spi/Makefile | 1 + drivers/spi/xilinx_spi.c | 152 ++++-- drivers/spi/zynqmp_gqspi.c | 729 ++++++++++++++++++++++++++ 9 files changed, 871 insertions(+), 44 deletions(-) create mode 100644 drivers/spi/zynqmp_gqspi.c

On Mon, Jul 16, 2018 at 06:31:19PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 5e9a9645816edcc68c09729f257e0c863292bf26:
mach-stm32: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET (2018-07-13 14:47:29 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 51b2411946e5f247f26fde41a7227a002270d376:
sf: add paired dev info for winbond w25q16jv (2018-07-16 14:17:13 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini