Pull request: u-boot-spi/master

Jagan Teki jagan at amarulasolutions.com
Thu Jun 11 19:53:13 CEST 2020


Hi Tom,

This PR is for next release.

I'm sending the PR for migration early hoping it can avoid conflicts 
from your series or in general.

May be applied on next would help keep migrations changes inline.

Summary:
- Drop davinci, mxs spi nondm code
- Zap nondm soft_spi
- Switch few board to DM_SPI
- Drop omap3_pandora, pcm051 boards

Travis-CI:
https://travis-ci.org/github/openedev/u-boot-amarula/builds/697164896

The following changes since commit be79009f3b9bbdbce283e67a865121e576d790ea:

  Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-06-09 09:17:24 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-spi master

for you to fetch changes up to b45926fa1d5a1be2a55d0eb208bff8f04f00f875:

  am335x: sl50: Enable DM_SPI (2020-06-11 15:14:04 +0530)

----------------------------------------------------------------
Jagan Teki (13):
      spi: mxs: Drop nondm code
      spi: mxs: Code cleanup
      spi: Zap SOFT_SPI (non-dm)
      spi: fsl_dspi: Drop nondm code
      spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT
      spi: atmel: Remove nondm code
      spi: atmel: Drop atmel_spi.h
      ks2_evm: Switch to DM_SPL, SPL_OF_CONTROL
      spi: davinci: Drop non-dm code
      arm: Remove omap3_pandora_defconfig board
      arm: Remove pcm051 board
      configs: igep00x0: Enable DM_SPI
      am335x: sl50: Enable DM_SPI

 arch/arm/Kconfig                     |   1 -
 arch/arm/mach-omap2/omap3/Kconfig    |   1 -
 board/pandora/Kconfig                |   9 -
 board/pandora/MAINTAINERS            |   6 -
 board/pandora/Makefile               |   6 -
 board/pandora/pandora.c              | 149 -------------
 board/pandora/pandora.h              | 391 -----------------------------------
 board/phytec/pcm051/Kconfig          |  15 --
 board/phytec/pcm051/MAINTAINERS      |   7 -
 board/phytec/pcm051/Makefile         |  11 -
 board/phytec/pcm051/board.c          | 258 -----------------------
 board/phytec/pcm051/board.h          |  24 ---
 board/phytec/pcm051/mux.c            | 127 ------------
 configs/am335x_sl50_defconfig        |   1 +
 configs/igep00x0_defconfig           |   1 +
 configs/k2e_evm_defconfig            |   2 +
 configs/k2g_evm_defconfig            |   2 +
 configs/k2hk_evm_defconfig           |   2 +
 configs/k2l_evm_defconfig            |   2 +
 configs/omap3_pandora_defconfig      |  40 ----
 configs/pcm051_rev1_defconfig        |  60 ------
 configs/pcm051_rev3_defconfig        |  60 ------
 doc/README.omap3                     |   5 -
 drivers/spi/Kconfig                  |  37 ++--
 drivers/spi/Makefile                 |   1 -
 drivers/spi/atmel_spi.c              | 286 ++++++++-----------------
 drivers/spi/atmel_spi.h              |  15 --
 drivers/spi/davinci_spi.c            | 157 --------------
 drivers/spi/fsl_dspi.c               | 132 ------------
 drivers/spi/mxs_spi.c                | 158 ++------------
 drivers/spi/soft_spi_legacy.c        | 168 ---------------
 include/configs/omap3_pandora.h      |  62 ------
 include/configs/pcm051.h             | 128 ------------
 include/configs/ti_armv7_keystone2.h |  17 --
 scripts/config_whitelist.txt         |   1 -
 35 files changed, 130 insertions(+), 2212 deletions(-)
 delete mode 100644 board/pandora/Kconfig
 delete mode 100644 board/pandora/MAINTAINERS
 delete mode 100644 board/pandora/Makefile
 delete mode 100644 board/pandora/pandora.c
 delete mode 100644 board/pandora/pandora.h
 delete mode 100644 board/phytec/pcm051/Kconfig
 delete mode 100644 board/phytec/pcm051/MAINTAINERS
 delete mode 100644 board/phytec/pcm051/Makefile
 delete mode 100644 board/phytec/pcm051/board.c
 delete mode 100644 board/phytec/pcm051/board.h
 delete mode 100644 board/phytec/pcm051/mux.c
 delete mode 100644 configs/omap3_pandora_defconfig
 delete mode 100644 configs/pcm051_rev1_defconfig
 delete mode 100644 configs/pcm051_rev3_defconfig
 delete mode 100644 drivers/spi/soft_spi_legacy.c
 delete mode 100644 include/configs/omap3_pandora.h
 delete mode 100644 include/configs/pcm051.h


More information about the U-Boot mailing list