From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 14 Mar 2018 19:32:07 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <20180314140207.12130-1-jagan@amarulasolutions.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 f95ab1fb6e37f0601f397091bb011edf7a98b890: Prepare v2018.03 (2018-03-13 08:02:19 -0400) are available in the Git repository at: git://git.denx.de/u-booti-spi.git master for you to fetch changes up to 3e4ef60403c626cf6c9a5f3d1f600bc9a39f3ce5: omap3_logic: Enable DM_SPI (2018-03-13 19:50:10 +0530) ---------------------------------------------------------------- Adam Ford (1): omap3_logic: Enable DM_SPI Jagan Teki (3): 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 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 | 21 ++++-- 9 files changed, 33 insertions(+), 113 deletions(-) rename drivers/mtd/spi/sunxi_spi_spl.c => arch/arm/mach-sunxi/spl_spi_sunxi.c (100%)