[U-Boot] [PATCH 0/8] spi: Mark non-dm spi drivers as BROKEN

Jagan Teki jagan at amarulasolutions.com
Sun Apr 28 20:47:53 UTC 2019


We have trigger a zap patches about the legacy spi driver
which are not converted into dm, but the seems like most
of the associated developers are unaware about the migration
plan for SPI.

So, as per Tom request and make the removal smooth mark 
these non-dm drivers into BROKEN. The configs which enabled 
these drivers are now getting warnings saying that the resulting 
.config has broken config enabled and more over the code associated
with these configs will be removed in v2019.07 release.

Any inputs?
Jagan.

Jagan Teki (8):
  Kconfig: Update CONFIG_BROKEN help text
  Makefile: Trigger a Warning if BROKEN defined
  Makefile: Trigger a warning for legcay spi drivers
  spi: Kconfig: Mark MXS_SPI has BROKEN
  spi: Kconfig: Mark SH_SPI has BROKEN
  spi: Kconfig: Mark SOFT_SPI has BROKEN
  spi: Kconfig: Mark FSL_ESPI has BROKEN
  spi: Kconfig: Mark LPC32XX_SSP has BROKEN

 Kconfig             |  7 ++++++-
 Makefile            | 19 ++++++++-----------
 drivers/spi/Kconfig |  5 +++++
 3 files changed, 19 insertions(+), 12 deletions(-)

-- 
2.18.0.321.gffc6fa0e3



More information about the U-Boot mailing list