From: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
To: Martin Kaiser <martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2 v3 resend] video: fbdev: imxfb: support AUS mode
Date: Fri, 21 Apr 2017 09:33:13 +0000 [thread overview]
Message-ID: <7991281.N2SBFgRzh8@amdc3058> (raw)
In-Reply-To: <1492760753-8374-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
Hi,
On Friday, April 21, 2017 09:45:52 AM Martin Kaiser wrote:
> Some displays require setting AUS mode in the LDCD AUS Mode Control
> Register to work with the imxfb driver. Like the value of the Panel
> Configuration Register, the AUS mode setting depends on the display
> mode.
>
> Allow setting AUS mode from the device tree by adding a boolean
> property. Make this property optional to keep the DT ABI stable.
> AUS mode can be set only on imx21 and compatible chipsets.
>
> Signed-off-by: Martin Kaiser <martin@kaiser.cx>
> ---
> re-sending v3, rebased against current linux-next
> it seems this got lost along the way, there was a bit of confusion
> whether to split this in two patches or not
It hadn't been lost, I've been waiting on v4, please see:
https://lkml.org/lkml/2017/3/15/709
[ Rob has requested rename of the property to "fsl,aus-mode". ]
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
WARNING: multiple messages have this Message-ID (diff)
From: Bartlomiej Zolnierkiewicz <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: Martin Kaiser <martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
Cc: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2 v3 resend] video: fbdev: imxfb: support AUS mode
Date: Fri, 21 Apr 2017 11:33:13 +0200 [thread overview]
Message-ID: <7991281.N2SBFgRzh8@amdc3058> (raw)
In-Reply-To: <1492760753-8374-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
Hi,
On Friday, April 21, 2017 09:45:52 AM Martin Kaiser wrote:
> Some displays require setting AUS mode in the LDCD AUS Mode Control
> Register to work with the imxfb driver. Like the value of the Panel
> Configuration Register, the AUS mode setting depends on the display
> mode.
>
> Allow setting AUS mode from the device tree by adding a boolean
> property. Make this property optional to keep the DT ABI stable.
> AUS mode can be set only on imx21 and compatible chipsets.
>
> Signed-off-by: Martin Kaiser <martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
> ---
> re-sending v3, rebased against current linux-next
> it seems this got lost along the way, there was a bit of confusion
> whether to split this in two patches or not
It hadn't been lost, I've been waiting on v4, please see:
https://lkml.org/lkml/2017/3/15/709
[ Rob has requested rename of the property to "fsl,aus-mode". ]
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
To: Martin Kaiser <martin@kaiser.cx>
Cc: linux-fbdev@vger.kernel.org, Sascha Hauer <kernel@pengutronix.de>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/2 v3 resend] video: fbdev: imxfb: support AUS mode
Date: Fri, 21 Apr 2017 11:33:13 +0200 [thread overview]
Message-ID: <7991281.N2SBFgRzh8@amdc3058> (raw)
In-Reply-To: <1492760753-8374-1-git-send-email-martin@kaiser.cx>
Hi,
On Friday, April 21, 2017 09:45:52 AM Martin Kaiser wrote:
> Some displays require setting AUS mode in the LDCD AUS Mode Control
> Register to work with the imxfb driver. Like the value of the Panel
> Configuration Register, the AUS mode setting depends on the display
> mode.
>
> Allow setting AUS mode from the device tree by adding a boolean
> property. Make this property optional to keep the DT ABI stable.
> AUS mode can be set only on imx21 and compatible chipsets.
>
> Signed-off-by: Martin Kaiser <martin@kaiser.cx>
> ---
> re-sending v3, rebased against current linux-next
> it seems this got lost along the way, there was a bit of confusion
> whether to split this in two patches or not
It hadn't been lost, I've been waiting on v4, please see:
https://lkml.org/lkml/2017/3/15/709
[ Rob has requested rename of the property to "fsl,aus-mode". ]
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
next prev parent reply other threads:[~2017-04-21 9:33 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-27 10:56 [PATCH 1/2] video: fbdev: imxfb: support AUS mode Martin Kaiser
2017-02-27 10:56 ` Martin Kaiser
2017-02-27 10:56 ` [PATCH 2/2] dt-bindings: display: imx: entry for LAUSCR Martin Kaiser
2017-02-27 10:56 ` Martin Kaiser
2017-03-02 16:13 ` Rob Herring
2017-03-02 16:13 ` Rob Herring
2017-03-04 8:52 ` Martin Kaiser
2017-03-04 8:52 ` Martin Kaiser
2017-03-04 8:52 ` Martin Kaiser
2017-02-27 20:36 ` [PATCH 1/2] video: fbdev: imxfb: support AUS mode Uwe Kleine-König
2017-02-27 20:36 ` Uwe Kleine-König
2017-02-27 22:33 ` Martin Kaiser
2017-02-27 22:33 ` Martin Kaiser
2017-02-28 11:45 ` Bartlomiej Zolnierkiewicz
2017-02-28 11:45 ` Bartlomiej Zolnierkiewicz
2017-02-28 20:04 ` [PATCH v2] " Martin Kaiser
2017-02-28 20:04 ` Martin Kaiser
2017-03-03 6:21 ` Rob Herring
2017-03-03 6:21 ` Rob Herring
2017-03-03 8:53 ` Bartlomiej Zolnierkiewicz
2017-03-03 8:53 ` Bartlomiej Zolnierkiewicz
2017-03-04 8:38 ` Martin Kaiser
2017-03-04 8:38 ` Martin Kaiser
[not found] ` <1488193030-13064-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
2017-03-08 18:22 ` [PATCH 1/2 v3] " Martin Kaiser
2017-03-08 18:22 ` Martin Kaiser
2017-03-08 18:22 ` Martin Kaiser
[not found] ` <1488997376-1564-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
2017-03-08 18:22 ` [PATCH 2/2 v3] dt-bindings: display: imx: entry for " Martin Kaiser
2017-03-08 18:22 ` Martin Kaiser
2017-03-08 18:22 ` Martin Kaiser
[not found] ` <1488997376-1564-2-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
2017-03-15 20:24 ` Rob Herring
2017-03-15 20:24 ` Rob Herring
2017-03-15 20:24 ` Rob Herring
2017-04-21 7:45 ` [PATCH 1/2 v3 resend] video: fbdev: imxfb: support " Martin Kaiser
2017-04-21 7:45 ` Martin Kaiser
2017-04-21 7:45 ` Martin Kaiser
2017-04-21 7:45 ` [PATCH 2/2 v3 resend] dt-bindings: display: imx: entry for " Martin Kaiser
2017-04-21 7:45 ` Martin Kaiser
[not found] ` <1492760753-8374-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
2017-04-21 9:33 ` Bartlomiej Zolnierkiewicz [this message]
2017-04-21 9:33 ` [PATCH 1/2 v3 resend] video: fbdev: imxfb: support " Bartlomiej Zolnierkiewicz
2017-04-21 9:33 ` Bartlomiej Zolnierkiewicz
2017-04-21 10:31 ` Martin Kaiser
2017-04-21 10:31 ` Martin Kaiser
2017-04-21 10:31 ` Martin Kaiser
2017-04-21 10:29 ` [PATCH 1/2 v4] " Martin Kaiser
2017-04-21 10:29 ` Martin Kaiser
2017-04-21 10:29 ` Martin Kaiser
[not found] ` <1492770549-7347-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
2017-04-21 10:29 ` [PATCH 2/2] dt-bindings: display: imx: entry for " Martin Kaiser
2017-04-21 10:29 ` Martin Kaiser
2017-04-21 10:29 ` Martin Kaiser
2017-04-21 12:29 ` [PATCH 2/2 v4] " Martin Kaiser
2017-04-21 12:29 ` Martin Kaiser
2017-04-21 12:29 ` Martin Kaiser
[not found] ` <1492777790-12748-1-git-send-email-martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org>
2017-04-21 14:50 ` Bartlomiej Zolnierkiewicz
2017-04-21 14:50 ` Bartlomiej Zolnierkiewicz
2017-04-21 14:50 ` Bartlomiej Zolnierkiewicz
2017-04-21 14:49 ` [PATCH 1/2 v4] video: fbdev: imxfb: support " Bartlomiej Zolnierkiewicz
2017-04-21 14:49 ` Bartlomiej Zolnierkiewicz
2017-04-21 14:49 ` Bartlomiej Zolnierkiewicz
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=7991281.N2SBFgRzh8@amdc3058 \
--to=b.zolnierkie@samsung.com \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=martin-XxZfDwE/svGeZLLa646FqQ@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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.