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

Hi Tom,
Please pull this PR.
Change for v2: - include missing patch
thanks, Jagan.
The following changes since commit f95ab1fb6e37f0601f397091bb011edf7a98b890:
Prepare v2018.03 (2018-03-13 08:02:19 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd:
omap3_logic: Enable DM_SPI (2018-03-14 23:19:31 +0530)
---------------------------------------------------------------- Adam Ford (1): omap3_logic: Enable DM_SPI
Jagan Teki (4): spi: atcspi200: Drop non-dm code spi: omap3: Skip set_mode, set_speed from claim arm: sunxi: Move spl spi sunxi code to mach-sunxi spi: omap3: Fix redeclared error
arch/arm/mach-sunxi/Kconfig | 8 ++ arch/arm/mach-sunxi/Makefile | 1 + .../arm/mach-sunxi/spl_spi_sunxi.c | 0 configs/omap3_logic_defconfig | 1 + drivers/mtd/spi/Kconfig | 13 ---- drivers/mtd/spi/Makefile | 1 - drivers/spi/Kconfig | 14 ++-- drivers/spi/atcspi200_spi.c | 87 ---------------------- drivers/spi/omap3_spi.c | 25 +++++-- 9 files changed, 35 insertions(+), 115 deletions(-) rename drivers/mtd/spi/sunxi_spi_spl.c => arch/arm/mach-sunxi/spl_spi_sunxi.c (100%)

On Wed, Mar 14, 2018 at 11:51:17PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
Change for v2:
- include missing patch
thanks, Jagan.
The following changes since commit f95ab1fb6e37f0601f397091bb011edf7a98b890:
Prepare v2018.03 (2018-03-13 08:02:19 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-spi.git master
for you to fetch changes up to 4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd:
omap3_logic: Enable DM_SPI (2018-03-14 23:19:31 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini