public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Revert "spi: Kconfig: Mark MXS_SPI has DEPRECATED"
@ 2019-08-01 15:56 Lukasz Majewski
  2019-09-03 14:19 ` Lukasz Majewski
  2019-09-06 18:06 ` Jagan Teki
  0 siblings, 2 replies; 8+ messages in thread
From: Lukasz Majewski @ 2019-08-01 15:56 UTC (permalink / raw)
  To: u-boot

This reverts commit d5ded320a14b0a2f97cbed072286748895ad18ac.

The mxs_spi.c driver for i.MX2{38} devices has been converted:
'commit d99b018a6e3d ("spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)")'

to use Device Tree and Device Model, so the DEPRECATED Kconfig
symbol can be now removed.

Signed-off-by: Lukasz Majewski <lukma@denx.de>

---

 drivers/spi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f459c0a411..8dd3213d48 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -419,7 +419,6 @@ config MXC_SPI
 
 config MXS_SPI
 	bool "MXS SPI Driver"
-	depends on DEPRECATED
 	help
 	  Enable the MXS SPI controller driver. This driver can be used
 	  on the i.MX23 and i.MX28 SoCs.
-- 
2.11.0

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

end of thread, other threads:[~2019-09-07 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-01 15:56 [U-Boot] [PATCH] Revert "spi: Kconfig: Mark MXS_SPI has DEPRECATED" Lukasz Majewski
2019-09-03 14:19 ` Lukasz Majewski
2019-09-06 18:06 ` Jagan Teki
2019-09-06 21:32   ` Lukasz Majewski
2019-09-06 23:02     ` Tom Rini
2019-09-07  3:36       ` Jagan Teki
2019-09-07 17:03         ` Tom Rini
2019-09-07 19:35           ` Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox