From: "Guido Günther" <agx@sigxcpu.org>
To: Thierry Reding <thierry.reding@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>, David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel@ffwll.ch>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
"Paul E. McKenney" <paulmck@linux.ibm.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Purism Kernel Team <kernel@puri.sm>
Subject: [PATCH v2 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init
Date: Wed, 26 Jun 2019 12:37:47 +0200 [thread overview]
Message-ID: <cover.1561542477.git.agx@sigxcpu.org> (raw)
Fix the omission of a regulators for the recently added panel and make sure all
dsi commands start with a command instead of one having a magic constant (which
already caused confusion).
Also adds a mail alias to the panel's MAINTAINER entry to reduce the bus
factor.
Changes from v1:
* As per review comments from Sam Ravnborg:
- Print error on devm_regulator_get() failres
- Fix typos in commit messages
* Print an error on regulator_enable()
* Disable vcc if iovcc fails to enable
Guido Günther (4):
MAINTAINERS: Add Purism mail alias as reviewer for their devkit's
panel
drm/panel: jh057n00900: Don't use magic constant
dt-bindings: display/panel: jh057n00900: Document power supply
properties
drm/panel: jh057n00900: Add regulator support
.../display/panel/rocktech,jh057n00900.txt | 5 +++
MAINTAINERS | 1 +
.../drm/panel/panel-rocktech-jh057n00900.c | 44 ++++++++++++++++++-
3 files changed, 49 insertions(+), 1 deletion(-)
--
2.20.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: "Guido Günther" <agx@sigxcpu.org>
To: Thierry Reding <thierry.reding@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>, David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel@ffwll.ch>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Nicolas Ferre <nicolas.ferre@microchip.com>,
"Paul E. McKenney" <paulmck@linux.ibm.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Purism Kernel Team <kernel@puri.sm>
Subject: [PATCH v2 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init
Date: Wed, 26 Jun 2019 12:37:47 +0200 [thread overview]
Message-ID: <cover.1561542477.git.agx@sigxcpu.org> (raw)
Fix the omission of a regulators for the recently added panel and make sure all
dsi commands start with a command instead of one having a magic constant (which
already caused confusion).
Also adds a mail alias to the panel's MAINTAINER entry to reduce the bus
factor.
Changes from v1:
* As per review comments from Sam Ravnborg:
- Print error on devm_regulator_get() failres
- Fix typos in commit messages
* Print an error on regulator_enable()
* Disable vcc if iovcc fails to enable
Guido Günther (4):
MAINTAINERS: Add Purism mail alias as reviewer for their devkit's
panel
drm/panel: jh057n00900: Don't use magic constant
dt-bindings: display/panel: jh057n00900: Document power supply
properties
drm/panel: jh057n00900: Add regulator support
.../display/panel/rocktech,jh057n00900.txt | 5 +++
MAINTAINERS | 1 +
.../drm/panel/panel-rocktech-jh057n00900.c | 44 ++++++++++++++++++-
3 files changed, 49 insertions(+), 1 deletion(-)
--
2.20.1
next reply other threads:[~2019-06-26 10:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-26 10:37 Guido Günther [this message]
2019-06-26 10:37 ` [PATCH v2 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init Guido Günther
2019-06-26 10:37 ` [PATCH v2 1/4] MAINTAINERS: Add Purism mail alias as reviewer for their devkit's panel Guido Günther
2019-06-26 10:37 ` [PATCH v2 2/4] drm/panel: jh057n00900: Don't use magic constant Guido Günther
2019-06-26 10:37 ` [PATCH v2 3/4] dt-bindings: display/panel: jh057n00900: Document power supply properties Guido Günther
2019-06-26 10:37 ` Guido Günther
2019-06-26 10:37 ` [PATCH v2 4/4] drm/panel: jh057n00900: Add regulator support Guido Günther
2019-06-26 10:37 ` Guido Günther
2019-06-26 12:41 ` [PATCH v2 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init Sam Ravnborg
2019-06-26 13:15 ` Guido Günther
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=cover.1561542477.git.agx@sigxcpu.org \
--to=agx@sigxcpu.org \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=kernel@puri.sm \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mchehab+samsung@kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=paulmck@linux.ibm.com \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=thierry.reding@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.