From: Anatolij Gustschin <agust@denx.de>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: u-boot@lists.denx.de, linux-amarula@amarulasolutions.com,
Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>
Subject: Re: [RESEND PATCH v3] video: ti: am335x: restore driver-model code
Date: Sat, 4 Feb 2023 20:29:46 +0100 [thread overview]
Message-ID: <20230204202946.759d37fd@crub> (raw)
In-Reply-To: <20230128155531.61300-1-dario.binacchi@amarulasolutions.com>
On Sat, 28 Jan 2023 16:55:31 +0100
Dario Binacchi dario.binacchi@amarulasolutions.com wrote:
> The commit 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD") removed not
> only the LCD legacy implementation but also the code with driver model
> support. The patch restores the code with driver model support.
>
> Fixes: 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD")
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
> ---
>
> Changes in v3:
> - Remove the lcd.h include which I forgot to commit in v2.
>
> Changes in v2:
> - Collapse the two patches into one only.
> - Fix the compilation failure.
>
> 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 | 425 ++++++++++++++++++++++++++++++++
> drivers/video/ti/tilcdc.h | 38 +++
> 8 files changed, 666 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
applied to u-boot-video/master, thanks!
--
Anatolij
prev parent reply other threads:[~2023-02-04 19:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-28 15:55 [RESEND PATCH v3] video: ti: am335x: restore driver-model code Dario Binacchi
2023-02-04 19:29 ` Anatolij Gustschin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230204202946.759d37fd@crub \
--to=agust@denx.de \
--cc=dario.binacchi@amarulasolutions.com \
--cc=linux-amarula@amarulasolutions.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox