[PATCH v3 13/32] drm/exynos: hdmi: remove the i2c drivers and use devtree

2013-12-02 Thread Olof Johansson
On Fri, Nov 29, 2013 at 2:24 AM, Thierry Reding wrote: > On Thu, Nov 28, 2013 at 02:30:24PM +0100, Tomasz Figa wrote: >> On Monday 11 of November 2013 09:44:27 Thierry Reding wrote: >> > On Sun, Nov 10, 2013 at 09:46:02PM +0100, Tomasz Figa wrote: >> > [...] >> > > On Tuesday 29 of October 2013

[PATCH v3 13/32] drm/exynos: hdmi: remove the i2c drivers and use devtree

2013-11-29 Thread Thierry Reding
On Thu, Nov 28, 2013 at 02:30:24PM +0100, Tomasz Figa wrote: > On Monday 11 of November 2013 09:44:27 Thierry Reding wrote: > > On Sun, Nov 10, 2013 at 09:46:02PM +0100, Tomasz Figa wrote: > > [...] > > > On Tuesday 29 of October 2013 12:12:59 Sean Paul wrote: > > [...] > > > [snip] > > > > @@

[PATCH v3 13/32] drm/exynos: hdmi: remove the i2c drivers and use devtree

2013-11-28 Thread Tomasz Figa
On Monday 11 of November 2013 09:44:27 Thierry Reding wrote: > On Sun, Nov 10, 2013 at 09:46:02PM +0100, Tomasz Figa wrote: > [...] > > On Tuesday 29 of October 2013 12:12:59 Sean Paul wrote: > [...] > > [snip] > > > @@ -1957,21 +1943,30 @@ static int hdmi_probe(struct platform_device > > >

[PATCH v3 13/32] drm/exynos: hdmi: remove the i2c drivers and use devtree

2013-11-11 Thread Thierry Reding
On Sun, Nov 10, 2013 at 09:46:02PM +0100, Tomasz Figa wrote: [...] > On Tuesday 29 of October 2013 12:12:59 Sean Paul wrote: [...] > [snip] > > @@ -1957,21 +1943,30 @@ static int hdmi_probe(struct platform_device *pdev) > > } > > > > /* DDC i2c driver */ > > - if

[PATCH v3 13/32] drm/exynos: hdmi: remove the i2c drivers and use devtree

2013-11-10 Thread Tomasz Figa
Hi Sean, Daniel, Please see my comments inline. On Tuesday 29 of October 2013 12:12:59 Sean Paul wrote: > From: Daniel Kurtz > > The i2c client was previously being passed into the hdmi driver via a > dedicated i2c driver, and then a global variable. This patch removes all > of that and just

[PATCH v3 13/32] drm/exynos: hdmi: remove the i2c drivers and use devtree

2013-10-29 Thread Sean Paul
From: Daniel Kurtz The i2c client was previously being passed into the hdmi driver via a dedicated i2c driver, and then a global variable. This patch removes all of that and just uses the device tree to get the i2c_client. This patch also properly references the client so