MIGRATION.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Migration Schedule
  2. ====================
  3. U-Boot has been migrating to a new driver model since its introduction in
  4. 2014. This file describes the schedule for deprecation of pre-driver-model
  5. features.
  6. CONFIG_BLK
  7. ----------
  8. Status: In progress
  9. Deadline: 2018.05
  10. Maintainers should submit patches for enabling CONFIG_BLK on all boards in
  11. time for inclusion in the 2018.05 release. Boards not converted by this
  12. time may be removed in a subsequent release.
  13. Note that this implies use of driver model for all block devices (e.g.
  14. MMC, USB, SCSI, SATA).
  15. CONFIG_DM_SPI
  16. CONFIG_DM_SPI_FLASH
  17. -------------------
  18. Board Maintainers should submit the patches for enabling DM_SPI and DM_SPI_FLASH
  19. to move the migration with in the deadline.
  20. Status: In progress
  21. Deadline: 2018.09
  22. No dm conversion yet:
  23. drivers/spi/cf_spi.c
  24. drivers/spi/fsl_espi.c
  25. drivers/spi/lpc32xx_ssp.c
  26. drivers/spi/mpc8xx_spi.c
  27. drivers/spi/mpc8xxx_spi.c
  28. drivers/spi/mxs_spi.c
  29. drivers/spi/sh_qspi.c
  30. drivers/spi/sh_spi.c
  31. drivers/spi/soft_spi_legacy.c
  32. Partially converted:
  33. drivers/spi/atcspi200_spi.c
  34. drivers/spi/davinci_spi.c
  35. drivers/spi/fsl_dspi.c
  36. drivers/spi/fsl_qspi.c
  37. drivers/spi/kirkwood_spi.c
  38. drivers/spi/mxc_spi.c
  39. drivers/spi/omap3_spi.c
  40. drivers/spi/ti_qspi.c
  41. --
  42. Jagan Teki <jagan@openedev.com>
  43. 03/14/2018