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

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%)

On Wed, Mar 14, 2018 at 07:32:07PM +0530, Jagan Teki wrote:
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)
NAK, omap3_logic no longer builds with this PR.

On Wed, Mar 14, 2018 at 10:57 PM, Tom Rini trini@konsulko.com wrote:
On Wed, Mar 14, 2018 at 07:32:07PM +0530, Jagan Teki wrote:
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)
NAK, omap3_logic no longer builds with this PR.
Ahh, missed one local patch will resend the PR with updated patch. sorry.

On Wed, Mar 14, 2018 at 12:39 PM, Jagan Teki jagan@amarulasolutions.com wrote:
On Wed, Mar 14, 2018 at 10:57 PM, Tom Rini trini@konsulko.com wrote:
On Wed, Mar 14, 2018 at 07:32:07PM +0530, Jagan Teki wrote:
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)
NAK, omap3_logic no longer builds with this PR.
Ahh, missed one local patch will resend the PR with updated patch. sorry.
Can you CC me on the final patch so I can re-verify? I won't necessarily see the post if it just goes to the mailing list.
adam
U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

On Thu, Mar 15, 2018 at 12:08 AM, Adam Ford aford173@gmail.com wrote:
On Wed, Mar 14, 2018 at 12:39 PM, Jagan Teki jagan@amarulasolutions.com wrote:
On Wed, Mar 14, 2018 at 10:57 PM, Tom Rini trini@konsulko.com wrote:
On Wed, Mar 14, 2018 at 07:32:07PM +0530, Jagan Teki wrote:
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)
NAK, omap3_logic no longer builds with this PR.
Ahh, missed one local patch will resend the PR with updated patch. sorry.
Can you CC me on the final patch so I can re-verify? I won't necessarily see the post if it just goes to the mailing list.
Here is the fix [1]

On Thu, Mar 15, 2018 at 12:17 AM, Jagan Teki jagannadh.teki@gmail.com wrote:
On Thu, Mar 15, 2018 at 12:08 AM, Adam Ford aford173@gmail.com wrote:
On Wed, Mar 14, 2018 at 12:39 PM, Jagan Teki jagan@amarulasolutions.com wrote:
On Wed, Mar 14, 2018 at 10:57 PM, Tom Rini trini@konsulko.com wrote:
On Wed, Mar 14, 2018 at 07:32:07PM +0530, Jagan Teki wrote:
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)
NAK, omap3_logic no longer builds with this PR.
Ahh, missed one local patch will resend the PR with updated patch. sorry.
Can you CC me on the final patch so I can re-verify? I won't necessarily see the post if it just goes to the mailing list.
Here is the fix [1]
Any issues with this fix?
participants (4)
-
Adam Ford
-
Jagan Teki
-
Jagan Teki
-
Tom Rini