* [PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel
@ 2014-06-05 13:53 Boris BREZILLON
2014-06-05 13:53 ` [PATCH 1/2] DT: add vendor prefix for Foxlink Group Boris BREZILLON
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Boris BREZILLON @ 2014-06-05 13:53 UTC (permalink / raw)
To: Thierry Reding, Rob Herring
Cc: David Airlie, Randy Dunlap, dri-devel, devicetree, linux-doc,
linux-kernel, Boris BREZILLON
Hello,
This series adds a new entry in the vendor-prefixes.txt file for Foxlink
Group and defines Foxlink FL500WVR00-A0T panel specifications in the simple
panel driver.
Best Regards,
Boris
Boris BREZILLON (2):
DT: add vendor prefix for Foxlink Group
drm/panel: add support for Foxlink FL500WVR00-A0T panel
.../bindings/panel/foxlink,fl500wvr00-a0t.txt | 7 ++++++
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/gpu/drm/panel/panel-simple.c | 25 ++++++++++++++++++++++
3 files changed, 33 insertions(+)
create mode 100644 Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt
--
1.8.3.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] DT: add vendor prefix for Foxlink Group
2014-06-05 13:53 [PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
@ 2014-06-05 13:53 ` Boris BREZILLON
[not found] ` <1401976412-27436-2-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-06-05 13:53 ` [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
2014-07-03 13:16 ` [PATCH 0/2] " Boris BREZILLON
2 siblings, 1 reply; 6+ messages in thread
From: Boris BREZILLON @ 2014-06-05 13:53 UTC (permalink / raw)
To: Thierry Reding, Rob Herring
Cc: David Airlie, Randy Dunlap, dri-devel, devicetree, linux-doc,
linux-kernel, Boris BREZILLON
Add vendor prefix for Foxlink Group.
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index abc3080..71c7749 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -46,6 +46,7 @@ epson Seiko Epson Corp.
est ESTeem Wireless Modems
eukrea Eukréa Electromatique
excito Excito
+foxlink Foxlink Group
fsl Freescale Semiconductor
GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc.
gef GE Fanuc Intelligent Platforms Embedded Systems, Inc.
--
1.8.3.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel
2014-06-05 13:53 [PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
2014-06-05 13:53 ` [PATCH 1/2] DT: add vendor prefix for Foxlink Group Boris BREZILLON
@ 2014-06-05 13:53 ` Boris BREZILLON
2014-07-15 10:45 ` Thierry Reding
2014-07-03 13:16 ` [PATCH 0/2] " Boris BREZILLON
2 siblings, 1 reply; 6+ messages in thread
From: Boris BREZILLON @ 2014-06-05 13:53 UTC (permalink / raw)
To: Thierry Reding, Rob Herring
Cc: David Airlie, Randy Dunlap, dri-devel, devicetree, linux-doc,
linux-kernel, Boris BREZILLON
This panel is used by Atmel's SAMA5D3 Evaluation Kits (sama5d3xek) and
supported by the simple-panel driver.
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
---
.../bindings/panel/foxlink,fl500wvr00-a0t.txt | 7 ++++++
drivers/gpu/drm/panel/panel-simple.c | 25 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt
diff --git a/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt b/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt
new file mode 100644
index 0000000..b47f9d8
--- /dev/null
+++ b/Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt
@@ -0,0 +1,7 @@
+Foxlink Group 5" WVGA TFT LCD panel
+
+Required properties:
+- compatible: should be "foxlink,fl500wvr00-a0t"
+
+This binding is compatible with the simple-panel binding, which is specified
+in simple-panel.txt in this directory.
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 309f29e..51c5476 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -328,6 +328,28 @@ static const struct panel_desc chunghwa_claa101wb01 = {
},
};
+static const struct drm_display_mode foxlink_fl500wvr00_a0t_mode = {
+ .clock = 32260,
+ .hdisplay = 800,
+ .hsync_start = 800 + 168,
+ .hsync_end = 800 + 168 + 64,
+ .htotal = 800 + 168 + 64 + 88,
+ .vdisplay = 480,
+ .vsync_start = 480 + 37,
+ .vsync_end = 480 + 37 + 2,
+ .vtotal = 480 + 37 + 2 + 8,
+ .vrefresh = 60,
+};
+
+static const struct panel_desc foxlink_fl500wvr00_a0t = {
+ .modes = &foxlink_fl500wvr00_a0t_mode,
+ .num_modes = 1,
+ .size = {
+ .width = 108,
+ .height = 65,
+ },
+};
+
static const struct drm_display_mode lg_lp129qe_mode = {
.clock = 285250,
.hdisplay = 2560,
@@ -383,6 +405,9 @@ static const struct of_device_id platform_of_match[] = {
.compatible = "chunghwa,claa101wb01",
.data = &chunghwa_claa101wb01
}, {
+ .compatible = "foxlink,fl500wvr00-a0t",
+ .data = &foxlink_fl500wvr00_a0t,
+ }, {
.compatible = "lg,lp129qe",
.data = &lg_lp129qe,
}, {
--
1.8.3.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel
2014-06-05 13:53 [PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
2014-06-05 13:53 ` [PATCH 1/2] DT: add vendor prefix for Foxlink Group Boris BREZILLON
2014-06-05 13:53 ` [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
@ 2014-07-03 13:16 ` Boris BREZILLON
2 siblings, 0 replies; 6+ messages in thread
From: Boris BREZILLON @ 2014-07-03 13:16 UTC (permalink / raw)
To: Boris BREZILLON, Thierry Reding
Cc: Rob Herring, David Airlie, Randy Dunlap, dri-devel, devicetree,
linux-doc, linux-kernel
Hello Thierry,
I haven't had any feedback from you on this pretty straightforward
patch series adding support for a new LCD panel.
Did you receive it in the first place ?
Best Regards,
Boris
On Thu, 5 Jun 2014 15:53:30 +0200
Boris BREZILLON <boris.brezillon@free-electrons.com> wrote:
> Hello,
>
> This series adds a new entry in the vendor-prefixes.txt file for Foxlink
> Group and defines Foxlink FL500WVR00-A0T panel specifications in the simple
> panel driver.
>
> Best Regards,
>
> Boris
>
>
> Boris BREZILLON (2):
> DT: add vendor prefix for Foxlink Group
> drm/panel: add support for Foxlink FL500WVR00-A0T panel
>
> .../bindings/panel/foxlink,fl500wvr00-a0t.txt | 7 ++++++
> .../devicetree/bindings/vendor-prefixes.txt | 1 +
> drivers/gpu/drm/panel/panel-simple.c | 25 ++++++++++++++++++++++
> 3 files changed, 33 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt
>
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] DT: add vendor prefix for Foxlink Group
[not found] ` <1401976412-27436-2-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
@ 2014-07-15 10:44 ` Thierry Reding
0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2014-07-15 10:44 UTC (permalink / raw)
To: Boris BREZILLON
Cc: Rob Herring, David Airlie, Randy Dunlap,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-doc-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]
On Thu, Jun 05, 2014 at 03:53:31PM +0200, Boris BREZILLON wrote:
> Add vendor prefix for Foxlink Group.
>
> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index abc3080..71c7749 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -46,6 +46,7 @@ epson Seiko Epson Corp.
> est ESTeem Wireless Modems
> eukrea Eukréa Electromatique
> excito Excito
> +foxlink Foxlink Group
> fsl Freescale Semiconductor
> GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc.
> gef GE Fanuc Intelligent Platforms Embedded Systems, Inc.
> --
> 1.8.3.2
Rob,
are you going to take this via the DT tree or do you want me to pick it
up along with patch 2/2? In the latter case, can I have your Acked-by?
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel
2014-06-05 13:53 ` [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
@ 2014-07-15 10:45 ` Thierry Reding
0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2014-07-15 10:45 UTC (permalink / raw)
To: Boris BREZILLON
Cc: Rob Herring, David Airlie, Randy Dunlap, dri-devel, devicetree,
linux-doc, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 572 bytes --]
On Thu, Jun 05, 2014 at 03:53:32PM +0200, Boris BREZILLON wrote:
> This panel is used by Atmel's SAMA5D3 Evaluation Kits (sama5d3xek) and
> supported by the simple-panel driver.
>
> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
> ---
> .../bindings/panel/foxlink,fl500wvr00-a0t.txt | 7 ++++++
> drivers/gpu/drm/panel/panel-simple.c | 25 ++++++++++++++++++++++
> 2 files changed, 32 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/panel/foxlink,fl500wvr00-a0t.txt
Applied, thanks.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-07-15 10:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 13:53 [PATCH 0/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
2014-06-05 13:53 ` [PATCH 1/2] DT: add vendor prefix for Foxlink Group Boris BREZILLON
[not found] ` <1401976412-27436-2-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-07-15 10:44 ` Thierry Reding
2014-06-05 13:53 ` [PATCH 2/2] drm/panel: add support for Foxlink FL500WVR00-A0T panel Boris BREZILLON
2014-07-15 10:45 ` Thierry Reding
2014-07-03 13:16 ` [PATCH 0/2] " Boris BREZILLON
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).