All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] spi: dm-convert and cleanups
@ 2020-05-26  8:04 Jagan Teki
  2020-05-26  8:04 ` [PATCH 1/9] spi Drop spi_init() Jagan Teki
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Jagan Teki @ 2020-05-26  8:04 UTC (permalink / raw)
  To: u-boot

We still have few drivers left over,
 drivers/spi/fsl_espi.c
 drivers/spi/fsl_dspi.c
 drivers/spi/kirkwood_spi.c
 drivers/spi/mxc_spi.c
 drivers/spi/omap3_spi.c
 drivers/spi/sh_qspi.c

Yes, most of them have SPL foot-print issues but will figure
out the proper solutions and do necessary cleanup in coming
days.

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

Note: 
- fsl_espi.c will completely removed along with SPI config 
  items on their boards, since there is no response on 
  dm-conversion over years even though we made couple of
  zap patches.
- We are planning to push this soon.

Any inputs?
Jagan.

Jagan Teki (9):
  spi Drop spi_init()
  spi: Kconfig: Drop redundant CF_SPI definition
  spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI
  ks2_evm: Switch to DM_SPL, SPL_OF_CONTROL
  spi: davinci: Drop non-dm code
  spi: mxs: Drop nondm code
  spi: mxs: Code cleanup
  spi: Zap SOFT_SPI (non-dm)
  doc: driver-model: Update SPI migration status

 configs/k2e_evm_defconfig            |   2 +
 configs/k2g_evm_defconfig            |   2 +
 configs/k2hk_evm_defconfig           |   2 +
 configs/k2l_evm_defconfig            |   2 +
 doc/driver-model/migration.rst       |   5 -
 drivers/spi/Kconfig                  |  73 ++++++------
 drivers/spi/Makefile                 |   1 -
 drivers/spi/cf_spi.c                 |   4 -
 drivers/spi/davinci_spi.c            | 157 -------------------------
 drivers/spi/kirkwood_spi.c           |   4 -
 drivers/spi/mxs_spi.c                | 158 +++----------------------
 drivers/spi/soft_spi_legacy.c        | 168 ---------------------------
 include/configs/ti_armv7_keystone2.h |  17 ---
 13 files changed, 58 insertions(+), 537 deletions(-)
 delete mode 100644 drivers/spi/soft_spi_legacy.c

-- 
2.25.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-06-11  8:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26  8:04 [PATCH 0/9] spi: dm-convert and cleanups Jagan Teki
2020-05-26  8:04 ` [PATCH 1/9] spi Drop spi_init() Jagan Teki
2020-05-27 18:21   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 2/9] spi: Kconfig: Drop redundant CF_SPI definition Jagan Teki
2020-05-27 18:22   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 3/9] spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI Jagan Teki
2020-05-27 18:22   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 4/9] ks2_evm: Switch to DM_SPL, SPL_OF_CONTROL Jagan Teki
2020-06-11  8:46   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 5/9] spi: davinci: Drop non-dm code Jagan Teki
2020-05-28  0:30   ` Adam Ford
2020-06-11  8:47   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 6/9] spi: mxs: Drop nondm code Jagan Teki
2020-06-11  8:38   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 7/9] spi: mxs: Code cleanup Jagan Teki
2020-06-11  8:39   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 8/9] spi: Zap SOFT_SPI (non-dm) Jagan Teki
2020-05-31 14:07   ` Simon Glass
2020-06-11  8:40   ` Jagan Teki
2020-05-26  8:04 ` [PATCH 9/9] doc: driver-model: Update SPI migration status Jagan Teki
2020-05-31 14:07   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.