Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-09 Thread Mitch Bradley
On 1/8/2013 6:48 AM, Sean Paul wrote: > On Tue, Jan 8, 2013 at 11:45 AM, Lucas Stach wrote: >> Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: >>> On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: On 1/7/2013 10:43 AM, Sean Paul wrote: > Add a property to the hdmi node so we

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Lucas Stach
Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: > On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: > > On 1/7/2013 10:43 AM, Sean Paul wrote: > >> Add a property to the hdmi node so we can specify the HDMI version in > >> the device tree instead of just defaulting to v1.4 with the ex

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Sean Paul
On Tue, Jan 8, 2013 at 11:45 AM, Lucas Stach wrote: > Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: >> On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: >> > On 1/7/2013 10:43 AM, Sean Paul wrote: >> >> Add a property to the hdmi node so we can specify the HDMI version in >> >> the

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Sean Paul
On Tue, Jan 8, 2013 at 11:38 AM, Stephen Warren wrote: > On 01/07/2013 04:12 PM, Sean Paul wrote: >> >> On Jan 7, 2013 5:32 PM, "Stephen Warren" > > wrote: >>> >>> On 01/07/2013 01:43 PM, Sean Paul wrote: >>> > Add a property to the hdmi node so we can specify the

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Stephen Warren
On 01/07/2013 04:12 PM, Sean Paul wrote: > > On Jan 7, 2013 5:32 PM, "Stephen Warren" > wrote: >> >> On 01/07/2013 01:43 PM, Sean Paul wrote: >> > Add a property to the hdmi node so we can specify the HDMI version in >> > the device tree instead of just defaulting

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Sean Paul
On Tue, Jan 8, 2013 at 11:45 AM, Lucas Stach wrote: > Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: >> On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: >> > On 1/7/2013 10:43 AM, Sean Paul wrote: >> >> Add a property to the hdmi node so we can specify the HDMI version in >> >> the

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Lucas Stach
Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: > On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: > > On 1/7/2013 10:43 AM, Sean Paul wrote: > >> Add a property to the hdmi node so we can specify the HDMI version in > >> the device tree instead of just defaulting to v1.4 with the ex

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Sean Paul
On Tue, Jan 8, 2013 at 11:38 AM, Stephen Warren wrote: > On 01/07/2013 04:12 PM, Sean Paul wrote: >> >> On Jan 7, 2013 5:32 PM, "Stephen Warren" > > wrote: >>> >>> On 01/07/2013 01:43 PM, Sean Paul wrote: >>> > Add a property to the hdmi node so we can specify the HDM

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Stephen Warren
On 01/07/2013 04:12 PM, Sean Paul wrote: > > On Jan 7, 2013 5:32 PM, "Stephen Warren" > wrote: >> >> On 01/07/2013 01:43 PM, Sean Paul wrote: >> > Add a property to the hdmi node so we can specify the HDMI version in >> > the device tree instead of just defaulting to

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Mitch Bradley
On 1/8/2013 6:48 AM, Sean Paul wrote: > On Tue, Jan 8, 2013 at 11:45 AM, Lucas Stach wrote: >> Am Montag, den 07.01.2013, 16:12 -0500 schrieb Sean Paul: >>> On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: On 1/7/2013 10:43 AM, Sean Paul wrote: > Add a property to the hdmi node so we

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Mitch Bradley
On 1/7/2013 10:43 AM, Sean Paul wrote: > Add a property to the hdmi node so we can specify the HDMI version in > the device tree instead of just defaulting to v1.4 with the existence of > the dt node. > > Signed-off-by: Sean Paul > --- > .../devicetree/bindings/drm/exynos/hdmi.txt|3

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Sean Paul
On Jan 7, 2013 5:32 PM, "Stephen Warren" wrote: > > On 01/07/2013 01:43 PM, Sean Paul wrote: > > Add a property to the hdmi node so we can specify the HDMI version in > > the device tree instead of just defaulting to v1.4 with the existence of > > the dt node. > > > diff --git a/Documentation/devi

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Sean Paul
On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: > On 1/7/2013 10:43 AM, Sean Paul wrote: >> Add a property to the hdmi node so we can specify the HDMI version in >> the device tree instead of just defaulting to v1.4 with the existence of >> the dt node. >> >> Signed-off-by: Sean Paul >> ---

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Sean Paul
Add a property to the hdmi node so we can specify the HDMI version in the device tree instead of just defaulting to v1.4 with the existence of the dt node. Signed-off-by: Sean Paul --- .../devicetree/bindings/drm/exynos/hdmi.txt|3 +++ drivers/gpu/drm/exynos/exynos_hdmi.c

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Stephen Warren
On 01/07/2013 01:43 PM, Sean Paul wrote: > Add a property to the hdmi node so we can specify the HDMI version in > the device tree instead of just defaulting to v1.4 with the existence of > the dt node. > diff --git a/Documentation/devicetree/bindings/drm/exynos/hdmi.txt > b/Documentation/devicet

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Sean Paul
On Jan 7, 2013 5:32 PM, "Stephen Warren" wrote: > > On 01/07/2013 01:43 PM, Sean Paul wrote: > > Add a property to the hdmi node so we can specify the HDMI version in > > the device tree instead of just defaulting to v1.4 with the existence of > > the dt node. > > > diff --git a/Documentation/devi

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Stephen Warren
On 01/07/2013 01:43 PM, Sean Paul wrote: > Add a property to the hdmi node so we can specify the HDMI version in > the device tree instead of just defaulting to v1.4 with the existence of > the dt node. > diff --git a/Documentation/devicetree/bindings/drm/exynos/hdmi.txt > b/Documentation/devicet

Re: [PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Sean Paul
On Mon, Jan 7, 2013 at 3:54 PM, Mitch Bradley wrote: > On 1/7/2013 10:43 AM, Sean Paul wrote: >> Add a property to the hdmi node so we can specify the HDMI version in >> the device tree instead of just defaulting to v1.4 with the existence of >> the dt node. >> >> Signed-off-by: Sean Paul >> ---

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Sean Paul
Add a property to the hdmi node so we can specify the HDMI version in the device tree instead of just defaulting to v1.4 with the existence of the dt node. Signed-off-by: Sean Paul --- .../devicetree/bindings/drm/exynos/hdmi.txt|3 +++ drivers/gpu/drm/exynos/exynos_hdmi.c

[PATCH] drm/exynos: Get HDMI version from device tree

2013-01-07 Thread Mitch Bradley
On 1/7/2013 10:43 AM, Sean Paul wrote: > Add a property to the hdmi node so we can specify the HDMI version in > the device tree instead of just defaulting to v1.4 with the existence of > the dt node. > > Signed-off-by: Sean Paul > --- > .../devicetree/bindings/drm/exynos/hdmi.txt|3