[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190403161735.GN5238@ulmo>
Date: Wed, 3 Apr 2019 18:17:35 +0200
From: Thierry Reding <thierry.reding@...il.com>
To: Guido Günther <agx@...xcpu.org>
Cc: David Airlie <airlied@...ux.ie>, Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Kevin Hilman <khilman@...libre.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
Shawn Guo <shawnguo@...nel.org>,
Jagan Teki <jagan@...rulasolutions.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Johan Hovold <johan@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Sam Ravnborg <sam@...nborg.org>
Subject: Re: [PATCH v5 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel
On Mon, Apr 01, 2019 at 12:35:32PM +0200, Guido Günther wrote:
> v4 fixes up the DT binding example and uses a wider cc list since I
> failed to extend that when touching more files.
>
> The panel is a 5.5" 720x1440 TFT LCD MIPI DSI panel with built in
> touchscreen and backlight as found in the Librem 5 devkit.
>
> These patches are against linux next as of 2019-03-22. v3 got acked by Sam
> Ravnborg:
>
> https://lists.freedesktop.org/archives/dri-devel/2019-March/209326.html
>
> Changes from v4
> * As per review comments from Fabio Estevam
> * Add missing unit name in dt binding docs
>
> Changes from v3
> * Forward to next-20190322
> * Add MAINTAINERS entry
>
> Changes from v2
> * As per review comments from Sam Ravnborg
> * Lowercase sentinel
> * Drop '_panel' postfix
> * DRM_DEV_ logging instead of plain DRM_
> * Add Reviewed-by:
> * Add "panel-rocktech-" to the driver name following
> the pattern from other drm panel drivers.
>
> Changes from v1
> * As per review comments from Sam Ravnborg
> * Make SPDX-License-Identifier match MODULE_LICENSE
> * Sort include files alphabetically
> * Drop drmP.h and use individual includes
> * Drop superfuous 'x' in mode printout on error path
> * Allpixelson_set: Add proper space around '*'
> * Drop superfluous put_device(&ctx->backlight->dev);
> * Add /* Sentinel */ in jh057n_of_match
> * Drop jh057n->enabled
> * Drop drm_display_info_set_bus_formats
> * Kconfig: Depend on BACKLIGHT_CLASS_DEVICE which somehow got lost
> * Move jh057n_enable close to jh057n_disable
>
> Guido Günther (3):
> dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITED
> dt-bindings: Add Rocktech jh057n00900 panel bindings
> drm/panel: Add Rocktech jh057n00900 panel driver
>
> .../display/panel/rocktech,jh057n00900.txt | 18 +
> .../devicetree/bindings/vendor-prefixes.txt | 1 +
> MAINTAINERS | 6 +
> drivers/gpu/drm/panel/Kconfig | 13 +
> drivers/gpu/drm/panel/Makefile | 1 +
> .../drm/panel/panel-rocktech-jh057n00900.c | 386 ++++++++++++++++++
> 6 files changed, 425 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
> create mode 100644 drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
Applied, thanks.
checkpatch does complain about the dsi_generic_write_seq() macro
definition, because it uses flow control statements, but there are
already similar macros in other drivers, so I let this slide. We may
want to eventually come up with something better and then replace these
macros for the other drivers as well.
Thierry
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists