All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Alex Gonzalez <alex.gonzalez@digi.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	airlied@linux.ie, s.hauer@pengutronix.de,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	robh+dt@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de,
	fabio.estevam@nxp.com, shawnguo@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 1/4] drm/panel: simple: Add AUO G101EVN010 panel support
Date: Mon, 3 Dec 2018 17:08:37 +0100	[thread overview]
Message-ID: <20181203160837.GA10037@ulmo> (raw)
In-Reply-To: <1540480173-12009-2-git-send-email-alex.gonzalez@digi.com>


[-- Attachment #1.1: Type: text/plain, Size: 895 bytes --]

On Thu, Oct 25, 2018 at 05:09:30PM +0200, Alex Gonzalez wrote:
> The change adds support for the AU Optronics G101EVN010 10.1" TFT LCD
> panel.
> 
> Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
> ---
>  .../bindings/display/panel/auo,g101evn010          | 12 ++++++++++
>  drivers/gpu/drm/panel/panel-simple.c               | 27 ++++++++++++++++++++++
>  2 files changed, 39 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/panel/auo,g101evn010

Two things to keep in mind for next time: please split up DT bindings
and driver changes into two separate patches (checkpatch.pl warns about
this) and keep entries in panel-simple sorted alphabetically.

I fixed the sorting myself and also added a .txt suffix to the DT
binding documentation for consistency with other files in that
directory.

Applied to drm-misc-next, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Alex Gonzalez <alex.gonzalez@digi.com>
Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org,
	shawnguo@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com,
	s.hauer@pengutronix.de, kernel@pengutronix.de,
	fabio.estevam@nxp.com, linux-imx@nxp.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 1/4] drm/panel: simple: Add AUO G101EVN010 panel support
Date: Mon, 3 Dec 2018 17:08:37 +0100	[thread overview]
Message-ID: <20181203160837.GA10037@ulmo> (raw)
In-Reply-To: <1540480173-12009-2-git-send-email-alex.gonzalez@digi.com>

[-- Attachment #1: Type: text/plain, Size: 895 bytes --]

On Thu, Oct 25, 2018 at 05:09:30PM +0200, Alex Gonzalez wrote:
> The change adds support for the AU Optronics G101EVN010 10.1" TFT LCD
> panel.
> 
> Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
> ---
>  .../bindings/display/panel/auo,g101evn010          | 12 ++++++++++
>  drivers/gpu/drm/panel/panel-simple.c               | 27 ++++++++++++++++++++++
>  2 files changed, 39 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/display/panel/auo,g101evn010

Two things to keep in mind for next time: please split up DT bindings
and driver changes into two separate patches (checkpatch.pl warns about
this) and keep entries in panel-simple sorted alphabetically.

I fixed the sorting myself and also added a .txt suffix to the DT
binding documentation for consistency with other files in that
directory.

Applied to drm-misc-next, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2018-12-03 16:09 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-25 15:09 [PATCH v1 0/4] ARM: dts: ccimx6ulsbcpro: Add 10" AUO/Goodix LVDS panel accessory kit Alex Gonzalez
2018-10-25 15:09 ` Alex Gonzalez
2018-10-25 15:09 ` Alex Gonzalez
2018-10-25 15:09 ` [PATCH v1 1/4] drm/panel: simple: Add AUO G101EVN010 panel support Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-30 23:05   ` Rob Herring
2018-10-30 23:05     ` Rob Herring
2018-10-30 23:05     ` Rob Herring
2018-12-03  9:24     ` Gonzalez, Alex
2018-12-03 16:08   ` Thierry Reding [this message]
2018-12-03 16:08     ` Thierry Reding
2018-10-25 15:09 ` [PATCH v1 2/4] ARM: dts: ccimx6ulsbcpro: Enable AUO G101EVN010 lcdif panel Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:56   ` Fabio Estevam
2018-10-25 15:56     ` Fabio Estevam
2018-10-25 15:09 ` [PATCH v1 3/4] ARM: imx_v6_v7_defconfig: Select TOUCHSCREEN_GOODIX Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:57   ` Fabio Estevam
2018-10-25 15:57     ` Fabio Estevam
2018-10-25 15:57     ` Fabio Estevam
2018-10-25 15:09 ` [PATCH v1 4/4] ARM: dts: ccimx6ulsbcpro: Add support for Goodix touch controller Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:09   ` Alex Gonzalez
2018-10-25 15:57   ` Fabio Estevam
2018-10-25 15:57     ` Fabio Estevam
2018-11-04  8:54 ` [PATCH v1 0/4] ARM: dts: ccimx6ulsbcpro: Add 10" AUO/Goodix LVDS panel accessory kit Shawn Guo
2018-11-04  8:54   ` Shawn Guo
2018-11-04  8:54   ` Shawn Guo
2018-12-04 16:52   ` Gonzalez, Alex
2018-12-04 16:52     ` Gonzalez, Alex
2018-12-04 16:52     ` Gonzalez, Alex
2018-12-05  0:40 ` Shawn Guo
2018-12-05  0:40   ` Shawn Guo
  -- strict thread matches above, loose matches on Subject: below --
2023-05-14 15:32 [PATCH v1 1/4] drm/panel: simple: Add AUO G101EVN010 panel support Swapnil Raicha
2023-05-14 15:32 ` Swapnil Raicha

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=20181203160837.GA10037@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=airlied@linux.ie \
    --cc=alex.gonzalez@digi.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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.