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

Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 94228a9188803473206544c8f33649ea72bf1ee1:
Merge git://git.denx.de/u-boot-riscv (2018-10-03 08:09:53 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 5eee9dee419f940ea75977df8b7ed8bb12bc029f:
spi: Add SPI driver for MT76xx SoCs (2018-10-04 18:27:28 +0530)
---------------------------------------------------------------- Stefan Roese (3): sf: Add XMC xm25qh64a and xm25qh128a entries mtd: nand: spi: Add Gigadevice SPI NAND support spi: Add SPI driver for MT76xx SoCs
drivers/mtd/nand/spi/Makefile | 2 +- drivers/mtd/nand/spi/core.c | 1 + drivers/mtd/nand/spi/gigadevice.c | 135 +++++++++++++++++ drivers/mtd/spi/Kconfig | 6 + drivers/mtd/spi/spi_flash_ids.c | 4 + drivers/spi/Kconfig | 8 + drivers/spi/Makefile | 1 + drivers/spi/mt7621_spi.c | 312 ++++++++++++++++++++++++++++++++++++++ include/linux/mtd/spinand.h | 1 + 9 files changed, 469 insertions(+), 1 deletion(-) create mode 100644 drivers/mtd/nand/spi/gigadevice.c create mode 100644 drivers/spi/mt7621_spi.c

On Thu, Oct 04, 2018 at 06:46:57PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 94228a9188803473206544c8f33649ea72bf1ee1:
Merge git://git.denx.de/u-boot-riscv (2018-10-03 08:09:53 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 5eee9dee419f940ea75977df8b7ed8bb12bc029f:
spi: Add SPI driver for MT76xx SoCs (2018-10-04 18:27:28 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini