4 U-Boot has been migrating to a new driver model since its introduction in
5 2014. This file describes the schedule for deprecation of pre-driver-model
14 The subsystem itself has been converted and maintainers should submit patches
15 switching over to using CONFIG_DM_MMC and other base driver model options in
16 time for inclusion in the 2019.04 rerelease.
24 Maintainers should submit patches for enabling CONFIG_BLK on all boards in
25 time for inclusion in the 2018.05 release. Boards not converted by this
26 time may be removed in a subsequent release.
28 Note that this implies use of driver model for all block devices (e.g.
29 MMC, USB, SCSI, SATA).
35 Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
36 to move the migration with in the deadline.
43 drivers/spi/fsl_espi.c
44 drivers/spi/lpc32xx_ssp.c
45 drivers/spi/mpc8xx_spi.c
46 drivers/spi/mpc8xxx_spi.c
50 drivers/spi/soft_spi_legacy.c
53 drivers/spi/atcspi200_spi.c
54 drivers/spi/davinci_spi.c
55 drivers/spi/fsl_dspi.c
56 drivers/spi/fsl_qspi.c
57 drivers/spi/kirkwood_spi.c
59 drivers/spi/omap3_spi.c
63 Jagan Teki <jagan@openedev.com>