From: Helge Deller <deller@gmx.de>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Tony Lindgren <tony@atomide.com>,
Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
Sebastian Reichel <sre@kernel.org>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH RESEND 00/13] Convert omapfb drivers to gpiod API
Date: Fri, 4 Nov 2022 18:44:02 +0100 [thread overview]
Message-ID: <54ac309d-2cec-0c8a-1c05-8f6c72d6d207@gmx.de> (raw)
In-Reply-To: <20221103-omapfb-gpiod-v1-0-cba1fae5a77c@gmail.com>
On 11/4/22 04:16, Dmitry Torokhov wrote:
> This series converts various OMAPFB drivers to use the newer gpiod API
> that respects line polarity specified in DTS.
>
> Unfortunately existing DTS files specify incorrect (active high) polarity
> for reset lines. As discussed in [1] we will not try to correct existing
> DTSes, but instead follow the path established by DRM drivers for the same
> components, and continue using inverted polarity in the FB drivers.
>
> [1] https://lore.kernel.org/all/20221004213503.848262-1-dmitry.torokhov@gmail.com/
>
> To: Helge Deller <deller@gmx.de>
> To: Tony Lindgren <tony@atomide.com>
> To: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
> To: Sebastian Reichel <sre@kernel.org>
> Cc: linux-omap@vger.kernel.org
> Cc: linux-fbdev@vger.kernel.org
> Cc: dri-devel@lists.freedesktop.org
> Cc: linux-kernel@vger.kernel.org
>
> ---
> Dmitry Torokhov (13):
> omapfb: connector-hdmi: switch to using gpiod API
> omapfb: panel-sony-acx565akm: remove support for platform data
> omapfb: panel-sony-acx565akm: switch to using gpiod API
> omapfb: encoder-tfp410: switch to using gpiod API
> omapfb: panel-dsi-cm: switch to using gpiod API
> omapfb: panel-tpo-td043mtea1: switch to using gpiod API
> omapfb: panel-nec-nl8048hl11: switch to using gpiod API
> omapfb: panel-dpi: remove support for platform data
> omapfb: connector-analog-tv: remove support for platform data
> omapfb: encoder-opa362: fix included headers
> omapfb: panel-lgphilips-lb035q02: remove backlight GPIO handling
> omapfb: panel-tpo-td028ttec1: stop including gpio.h
> omapfb: panel-sharp-ls037v7dw01: fix included headers
>
> .../omap2/omapfb/displays/connector-analog-tv.c | 60 ++---------
> .../fbdev/omap2/omapfb/displays/connector-hdmi.c | 49 +++------
> .../fbdev/omap2/omapfb/displays/encoder-opa362.c | 4 +-
> .../fbdev/omap2/omapfb/displays/encoder-tfp410.c | 67 ++++--------
> .../video/fbdev/omap2/omapfb/displays/panel-dpi.c | 83 ++-------------
> .../fbdev/omap2/omapfb/displays/panel-dsi-cm.c | 116 ++++++++-------------
> .../omapfb/displays/panel-lgphilips-lb035q02.c | 21 +---
> .../omap2/omapfb/displays/panel-nec-nl8048hl11.c | 72 ++++---------
> .../omapfb/displays/panel-sharp-ls037v7dw01.c | 3 +-
> .../omap2/omapfb/displays/panel-sony-acx565akm.c | 105 ++++++-------------
> .../omap2/omapfb/displays/panel-tpo-td028ttec1.c | 1 -
> .../omap2/omapfb/displays/panel-tpo-td043mtea1.c | 59 +++--------
> include/video/omap-panel-data.h | 71 -------------
> 13 files changed, 170 insertions(+), 541 deletions(-)
> ---
> base-commit: 61c3426aca2c71052ddcd06c32e29d92304990fd
> change-id: 20221103-omapfb-gpiod-87ca2550bd90
series applied to fbdev git tree.
Thanks!
Helge
prev parent reply other threads:[~2022-11-04 17:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 3:16 [PATCH RESEND 00/13] Convert omapfb drivers to gpiod API Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 01/13] omapfb: connector-hdmi: switch to using " Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 02/13] omapfb: panel-sony-acx565akm: remove support for platform data Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 03/13] omapfb: panel-sony-acx565akm: switch to using gpiod API Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 04/13] omapfb: encoder-tfp410: " Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 05/13] omapfb: panel-dsi-cm: " Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 06/13] omapfb: panel-tpo-td043mtea1: " Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 07/13] omapfb: panel-nec-nl8048hl11: " Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 08/13] omapfb: panel-dpi: remove support for platform data Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 09/13] omapfb: connector-analog-tv: " Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 10/13] omapfb: encoder-opa362: fix included headers Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 11/13] omapfb: panel-lgphilips-lb035q02: remove backlight GPIO handling Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 12/13] omapfb: panel-tpo-td028ttec1: stop including gpio.h Dmitry Torokhov
2022-11-04 3:16 ` [PATCH RESEND 13/13] omapfb: panel-sharp-ls037v7dw01: fix included headers Dmitry Torokhov
2022-11-04 17:44 ` Helge Deller [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=54ac309d-2cec-0c8a-1c05-8f6c72d6d207@gmx.de \
--to=deller@gmx.de \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=sre@kernel.org \
--cc=tomi.valkeinen@ideasonboard.com \
--cc=tony@atomide.com \
/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;
as well as URLs for NNTP newsgroup(s).