public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: Simon Glass <sjg@chromium.org>, u-boot@lists.denx.de
Subject: Re: [PATCH v3 0/6] Add video drivers for endeavoru and p880/p895
Date: Mon, 8 May 2023 08:16:31 +0200	[thread overview]
Message-ID: <20230508081631.1f32dc3a@crub> (raw)
In-Reply-To: <20230425075147.48918-1-clamor95@gmail.com>

On Tue, 25 Apr 2023 10:51:41 +0300
Svyatoslav Ryhel clamor95@gmail.com wrote:
...
> ---
> Changes from v2:
> - added comments to panel drivers
> - fixed typo in ssd2825 driver
> 
> Changes from v1:
> - used lower-case hex for command sequences
> - ssd2825 switched to dm_spi_xfer
> - used log_* instead of printf
> - tweaked lm3533 help description
> 
> ---
> 
> Svyatoslav Ryhel (6):
>   video: add lm3533 backlight driver
>   video: bridge: add Solomon SSD2825 DSI/LVDS driver
>   video: panel: add Renesas R61307 MIPI DSI panel driver
>   video: panel: add Renesas R69328 MIPI DSI panel driver
>   video: tegra: add DC based PWM backlight driver
>   video: panel: add generic endeavoru panel
> 
>  drivers/video/Kconfig                       |  38 ++
>  drivers/video/Makefile                      |   4 +
>  drivers/video/bridge/Kconfig                |   7 +
>  drivers/video/bridge/Makefile               |   1 +
>  drivers/video/bridge/ssd2825.c              | 520 ++++++++++++++++++++
>  drivers/video/endeavoru-panel.c             | 252 ++++++++++
>  drivers/video/lm3533_backlight.c            | 134 +++++
>  drivers/video/renesas-r61307.c              | 302 ++++++++++++
>  drivers/video/renesas-r69328.c              | 238 +++++++++
>  drivers/video/tegra20/Kconfig               |   7 +
>  drivers/video/tegra20/Makefile              |   1 +
>  drivers/video/tegra20/tegra-pwm-backlight.c | 155 ++++++
>  12 files changed, 1659 insertions(+)
>  create mode 100644 drivers/video/bridge/ssd2825.c
>  create mode 100644 drivers/video/endeavoru-panel.c
>  create mode 100644 drivers/video/lm3533_backlight.c
>  create mode 100644 drivers/video/renesas-r61307.c
>  create mode 100644 drivers/video/renesas-r69328.c
>  create mode 100644 drivers/video/tegra20/tegra-pwm-backlight.c

Patch series applied to u-boot-video/master, thanks!

--
Anatolij

      parent reply	other threads:[~2023-05-08  6:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25  7:51 [PATCH v3 0/6] Add video drivers for endeavoru and p880/p895 Svyatoslav Ryhel
2023-04-25  7:51 ` [PATCH v3 1/6] video: add lm3533 backlight driver Svyatoslav Ryhel
2023-04-25  7:51 ` [PATCH v3 2/6] video: bridge: add Solomon SSD2825 DSI/LVDS driver Svyatoslav Ryhel
2023-04-25  7:51 ` [PATCH v3 3/6] video: panel: add Renesas R61307 MIPI DSI panel driver Svyatoslav Ryhel
2023-04-25  7:51 ` [PATCH v3 4/6] video: panel: add Renesas R69328 " Svyatoslav Ryhel
2023-04-25  7:51 ` [PATCH v3 5/6] video: tegra: add DC based PWM backlight driver Svyatoslav Ryhel
2023-04-25  7:51 ` [PATCH v3 6/6] video: panel: add generic endeavoru panel Svyatoslav Ryhel
2023-04-25 18:01   ` Simon Glass
2023-05-08  6:16 ` 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=20230508081631.1f32dc3a@crub \
    --to=agust@denx.de \
    --cc=clamor95@gmail.com \
    --cc=sjg@chromium.org \
    --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