All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
To: Robert Nelson <robertcnelson@gmail.com>
Cc: Jean-Jacques Hiblot <jjhiblot@traphandler.com>,
	Nicolas Ferre <nicolas.ferre@atmel.com>,
	Boris BREZILLON <boris.brezillon@free-electrons.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	dri-devel@lists.freedesktop.org, airlied@linux.ie,
	Rob Clark <robdclark@gmail.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek
Date: Sat, 19 Apr 2014 21:07:41 +0200	[thread overview]
Message-ID: <CACh+v5MyeCkCz=8w-5iNRrgxRiOdPsQV5zExMiZmdFTYX9dJ3Q@mail.gmail.com> (raw)
In-Reply-To: <CAOCHtYjkUnWiGHG6v5Op-=3AxEW9sJ9xaSWkmu6Bg-6q23L2=g@mail.gmail.com>

2014-04-18 16:48 GMT+02:00 Robert Nelson <robertcnelson@gmail.com>:
>
> On Fri, Apr 18, 2014 at 4:45 AM, Jean-Jacques Hiblot
> <jjhiblot@traphandler.com> wrote:
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
>> ---
>>  arch/arm/boot/dts/sama5d36ek.dts | 27 ++++++++++++++++++++++++++-
>>  1 file changed, 26 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/sama5d36ek.dts b/arch/arm/boot/dts/sama5d36ek.dts
>> index 59576c6..df01037 100644
>> --- a/arch/arm/boot/dts/sama5d36ek.dts
>> +++ b/arch/arm/boot/dts/sama5d36ek.dts
>> @@ -11,12 +11,17 @@
>>  #include "sama5d3xmb.dtsi"
>>  #include "sama5d3xdm.dtsi"
>>
>> +
>
> extra space
>
>>  / {
>>         model = "Atmel SAMA5D36-EK";
>>         compatible = "atmel,sama5d36ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
>>
>>         ahb {
>>                 apb {
>> +                       hlcdc: hlcdc@f0030000 {
>> +                               status = "okay";
>> +                       };
>> +
>>                         spi0: spi@f0004000 {
>>                                 status = "okay";
>>                         };
>> @@ -46,7 +51,27 @@
>>                         };
>>                 };
>>         };
>> -
>> +       panel {
>> +               compatible = "atmel,hlcdc,panel";
>> +               invert-hsync;
>> +               invert-vsync;
>> +               status = "okay";
>> +               display-timings {
>> +                       800x480p60 {
>> +                               clock-frequency = <33260000>;
>> +                               hactive = <800>;
>> +                               vactive = <480>;
>> +                               hfront-porch = <168>;
>> +                               hback-porch = <88>;
>> +                               hsync-len = <64>;
>> +                               vback-porch = <8>;
>> +                               vfront-porch = <37>;
>> +                               vsync-len = <2>;
>> +                               hsync-active = <1>;
>> +                               vsync-active = <1>;
>> +                       };
>> +               };
>> +       };
>>         sound {
>>                 status = "okay";
>>         };
>> --
>> 1.9.1
>
> Feel free to merge in this patch:
>
> https://github.com/RobertCNelson/armv7_devel/blob/v3.15.x-sama5-armv7/patches/drm/0005-atmel-dt-Add-supports-for-the-lcdc-support-on-the-sa.patch
>
Thanks for the patch.
> With this commit..
>
> All tested with sama5d31/33/34/36ek board's..

and many thanks for the testing.

>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/

WARNING: multiple messages have this Message-ID (diff)
From: jjhiblot@traphandler.com (Jean-Jacques Hiblot)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek
Date: Sat, 19 Apr 2014 21:07:41 +0200	[thread overview]
Message-ID: <CACh+v5MyeCkCz=8w-5iNRrgxRiOdPsQV5zExMiZmdFTYX9dJ3Q@mail.gmail.com> (raw)
In-Reply-To: <CAOCHtYjkUnWiGHG6v5Op-=3AxEW9sJ9xaSWkmu6Bg-6q23L2=g@mail.gmail.com>

2014-04-18 16:48 GMT+02:00 Robert Nelson <robertcnelson@gmail.com>:
>
> On Fri, Apr 18, 2014 at 4:45 AM, Jean-Jacques Hiblot
> <jjhiblot@traphandler.com> wrote:
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
>> ---
>>  arch/arm/boot/dts/sama5d36ek.dts | 27 ++++++++++++++++++++++++++-
>>  1 file changed, 26 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/sama5d36ek.dts b/arch/arm/boot/dts/sama5d36ek.dts
>> index 59576c6..df01037 100644
>> --- a/arch/arm/boot/dts/sama5d36ek.dts
>> +++ b/arch/arm/boot/dts/sama5d36ek.dts
>> @@ -11,12 +11,17 @@
>>  #include "sama5d3xmb.dtsi"
>>  #include "sama5d3xdm.dtsi"
>>
>> +
>
> extra space
>
>>  / {
>>         model = "Atmel SAMA5D36-EK";
>>         compatible = "atmel,sama5d36ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
>>
>>         ahb {
>>                 apb {
>> +                       hlcdc: hlcdc at f0030000 {
>> +                               status = "okay";
>> +                       };
>> +
>>                         spi0: spi at f0004000 {
>>                                 status = "okay";
>>                         };
>> @@ -46,7 +51,27 @@
>>                         };
>>                 };
>>         };
>> -
>> +       panel {
>> +               compatible = "atmel,hlcdc,panel";
>> +               invert-hsync;
>> +               invert-vsync;
>> +               status = "okay";
>> +               display-timings {
>> +                       800x480p60 {
>> +                               clock-frequency = <33260000>;
>> +                               hactive = <800>;
>> +                               vactive = <480>;
>> +                               hfront-porch = <168>;
>> +                               hback-porch = <88>;
>> +                               hsync-len = <64>;
>> +                               vback-porch = <8>;
>> +                               vfront-porch = <37>;
>> +                               vsync-len = <2>;
>> +                               hsync-active = <1>;
>> +                               vsync-active = <1>;
>> +                       };
>> +               };
>> +       };
>>         sound {
>>                 status = "okay";
>>         };
>> --
>> 1.9.1
>
> Feel free to merge in this patch:
>
> https://github.com/RobertCNelson/armv7_devel/blob/v3.15.x-sama5-armv7/patches/drm/0005-atmel-dt-Add-supports-for-the-lcdc-support-on-the-sa.patch
>
Thanks for the patch.
> With this commit..
>
> All tested with sama5d31/33/34/36ek board's..

and many thanks for the testing.

>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/

WARNING: multiple messages have this Message-ID (diff)
From: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
To: Robert Nelson <robertcnelson@gmail.com>
Cc: Boris BREZILLON <boris.brezillon@free-electrons.com>,
	Jean-Jacques Hiblot <jjhiblot@traphandler.com>,
	airlied@linux.ie, Nicolas Ferre <nicolas.ferre@atmel.com>,
	linux kernel <linux-kernel@vger.kernel.org>,
	dri-devel@lists.freedesktop.org, Rob Clark <robdclark@gmail.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek
Date: Sat, 19 Apr 2014 21:07:41 +0200	[thread overview]
Message-ID: <CACh+v5MyeCkCz=8w-5iNRrgxRiOdPsQV5zExMiZmdFTYX9dJ3Q@mail.gmail.com> (raw)
In-Reply-To: <CAOCHtYjkUnWiGHG6v5Op-=3AxEW9sJ9xaSWkmu6Bg-6q23L2=g@mail.gmail.com>

2014-04-18 16:48 GMT+02:00 Robert Nelson <robertcnelson@gmail.com>:
>
> On Fri, Apr 18, 2014 at 4:45 AM, Jean-Jacques Hiblot
> <jjhiblot@traphandler.com> wrote:
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
>> ---
>>  arch/arm/boot/dts/sama5d36ek.dts | 27 ++++++++++++++++++++++++++-
>>  1 file changed, 26 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/sama5d36ek.dts b/arch/arm/boot/dts/sama5d36ek.dts
>> index 59576c6..df01037 100644
>> --- a/arch/arm/boot/dts/sama5d36ek.dts
>> +++ b/arch/arm/boot/dts/sama5d36ek.dts
>> @@ -11,12 +11,17 @@
>>  #include "sama5d3xmb.dtsi"
>>  #include "sama5d3xdm.dtsi"
>>
>> +
>
> extra space
>
>>  / {
>>         model = "Atmel SAMA5D36-EK";
>>         compatible = "atmel,sama5d36ek", "atmel,sama5d3xmb", "atmel,sama5d3xcm", "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5";
>>
>>         ahb {
>>                 apb {
>> +                       hlcdc: hlcdc@f0030000 {
>> +                               status = "okay";
>> +                       };
>> +
>>                         spi0: spi@f0004000 {
>>                                 status = "okay";
>>                         };
>> @@ -46,7 +51,27 @@
>>                         };
>>                 };
>>         };
>> -
>> +       panel {
>> +               compatible = "atmel,hlcdc,panel";
>> +               invert-hsync;
>> +               invert-vsync;
>> +               status = "okay";
>> +               display-timings {
>> +                       800x480p60 {
>> +                               clock-frequency = <33260000>;
>> +                               hactive = <800>;
>> +                               vactive = <480>;
>> +                               hfront-porch = <168>;
>> +                               hback-porch = <88>;
>> +                               hsync-len = <64>;
>> +                               vback-porch = <8>;
>> +                               vfront-porch = <37>;
>> +                               vsync-len = <2>;
>> +                               hsync-active = <1>;
>> +                               vsync-active = <1>;
>> +                       };
>> +               };
>> +       };
>>         sound {
>>                 status = "okay";
>>         };
>> --
>> 1.9.1
>
> Feel free to merge in this patch:
>
> https://github.com/RobertCNelson/armv7_devel/blob/v3.15.x-sama5-armv7/patches/drm/0005-atmel-dt-Add-supports-for-the-lcdc-support-on-the-sa.patch
>
Thanks for the patch.
> With this commit..
>
> All tested with sama5d31/33/34/36ek board's..

and many thanks for the testing.

>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/

  reply	other threads:[~2014-04-20  1:37 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-18  9:45 [RFC 0/3] DRM driver for the ATMEL High end LCD controller Jean-Jacques Hiblot
2014-04-18  9:45 ` Jean-Jacques Hiblot
2014-04-18  9:45 ` [RFC 1/3] atmel: drm: added drm driver for the atmel hlcd controller Jean-Jacques Hiblot
2014-04-18  9:45   ` Jean-Jacques Hiblot
2014-04-18  9:45   ` Jean-Jacques Hiblot
2014-04-18 13:21   ` Boris BREZILLON
2014-04-18 13:21     ` Boris BREZILLON
2014-04-18 14:31     ` Robert Nelson
2014-04-18 14:31       ` Robert Nelson
2014-04-18 14:31       ` Robert Nelson
2014-04-19 19:03       ` Jean-Jacques Hiblot
2014-04-19 19:03         ` Jean-Jacques Hiblot
2014-04-19 19:03         ` Jean-Jacques Hiblot
2014-04-28 19:22   ` Boris BREZILLON
2014-04-28 19:22     ` Boris BREZILLON
2014-05-01  6:34     ` Jean-Jacques Hiblot
2014-05-01  6:34       ` Jean-Jacques Hiblot
2014-04-18  9:45 ` [RFC 2/3] atmel: drm: dt: Added DT entry for the atmel hlcdc found in the sama5 Jean-Jacques Hiblot
2014-04-18  9:45   ` Jean-Jacques Hiblot
2014-04-18  9:45   ` Jean-Jacques Hiblot
2014-04-18  9:45 ` [RFC 3/3] atmel: dt: Add supports for the lcdc support on the sama5d36ek Jean-Jacques Hiblot
2014-04-18  9:45   ` Jean-Jacques Hiblot
2014-04-18  9:45   ` Jean-Jacques Hiblot
2014-04-18 14:48   ` Robert Nelson
2014-04-18 14:48     ` Robert Nelson
2014-04-18 14:48     ` Robert Nelson
2014-04-19 19:07     ` Jean-Jacques Hiblot [this message]
2014-04-19 19:07       ` Jean-Jacques Hiblot
2014-04-19 19:07       ` Jean-Jacques Hiblot
2014-04-18 13:37 ` [RFC 0/3] DRM driver for the ATMEL High end LCD controller Boris BREZILLON
2014-04-18 13:37   ` Boris BREZILLON
2014-04-23 15:36 ` Tim Niemeyer
2014-04-23 15:36   ` Tim Niemeyer
2014-04-24 12:14   ` Boris BREZILLON
2014-04-24 12:14     ` Boris BREZILLON
2014-04-24 12:46     ` Tim Niemeyer
2014-04-24 12:46       ` Tim Niemeyer
2014-04-24 16:59       ` Jean-Jacques Hiblot
2014-04-24 16:59         ` Jean-Jacques Hiblot
2014-04-30 14:31       ` Jean-Jacques Hiblot
2014-04-30 14:31         ` Jean-Jacques Hiblot

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='CACh+v5MyeCkCz=8w-5iNRrgxRiOdPsQV5zExMiZmdFTYX9dJ3Q@mail.gmail.com' \
    --to=jjhiblot@traphandler.com \
    --cc=airlied@linux.ie \
    --cc=boris.brezillon@free-electrons.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    --cc=robdclark@gmail.com \
    --cc=robertcnelson@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.