[RESEND RFC PATCH 0/2] video: ti: am335x: drop pre-driver-model code

Dario Binacchi dario.binacchi at amarulasolutions.com
Mon Dec 19 12:34:56 CET 2022


The commit [1] also removed the code with driver model support, I
preferred to start from a revert and apply the necessary changes in a
second commit, rather than restore the removed modules.

[1] 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD")


Dario Binacchi (2):
  Revert "video: Drop CONFIG_AM335X_LCD"
  video: ti: am335x: drop pre-driver-model code

 drivers/video/Kconfig           |   2 +
 drivers/video/Makefile          |   1 +
 drivers/video/ti/Kconfig        |   8 +
 drivers/video/ti/Makefile       |   6 +
 drivers/video/ti/tilcdc-panel.c | 172 +++++++++++++
 drivers/video/ti/tilcdc-panel.h |  14 ++
 drivers/video/ti/tilcdc.c       | 426 ++++++++++++++++++++++++++++++++
 drivers/video/ti/tilcdc.h       |  38 +++
 8 files changed, 667 insertions(+)
 create mode 100644 drivers/video/ti/Kconfig
 create mode 100644 drivers/video/ti/Makefile
 create mode 100644 drivers/video/ti/tilcdc-panel.c
 create mode 100644 drivers/video/ti/tilcdc-panel.h
 create mode 100644 drivers/video/ti/tilcdc.c
 create mode 100644 drivers/video/ti/tilcdc.h

-- 
2.32.0



More information about the U-Boot mailing list