
On Mon, 19 Dec 2022 at 04:35, Dario Binacchi dario.binacchi@amarulasolutions.com wrote:
The patch removes the pre-driver-model implementation and keeps the code with driver model support.
Signed-off-by: Dario Binacchi dario.binacchi@amarulasolutions.com
arch/arm/mach-omap2/am33xx/clock_am33xx.c | 4 - board/bosch/guardian/board.c | 70 ----- configs/am335x_guardian_defconfig | 1 - drivers/video/ti/Makefile | 4 - drivers/video/ti/am335x-fb.c | 318 ---------------------- drivers/video/ti/am335x-fb.h | 71 ----- 6 files changed, 468 deletions(-) delete mode 100644 drivers/video/ti/am335x-fb.c delete mode 100644 drivers/video/ti/am335x-fb.h
Reviewed-by: Simon Glass sjg@chromium.org