Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-29 Thread Sylwester Nawrocki
On 10/29/2013 09:38 AM, Donghwa Lee wrote: On Tue, OCT 28, 2013 21:24, Tomasz Figa wrote: On Monday 28 of October 2013 15:12:08 Donghwa Lee wrote: [...] First of all, the exynos_mipi_dsim driver has currently no users in mainline kernel, so it is essentially dead code. In addition, on a platfo

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-29 Thread Donghwa Lee
Hi Tomasz, On Tue, OCT 28, 2013 21:24, Tomasz Figa wrote: > Hi Donghwa, > > On Monday 28 of October 2013 15:12:08 Donghwa Lee wrote: >> On Fri, OCT 25, 2013 06:57, Sylwester Nawrocki wrote: >>> On 10/24/2013 05:57 PM, Kishon Vijay Abraham I wrote: On Thursday 24 October 2013 09:12 PM, Sachin K

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-28 Thread Tomasz Figa
Hi Donghwa, On Monday 28 of October 2013 15:12:08 Donghwa Lee wrote: > On Fri, OCT 25, 2013 06:57, Sylwester Nawrocki wrote: > > On 10/24/2013 05:57 PM, Kishon Vijay Abraham I wrote: > >> On Thursday 24 October 2013 09:12 PM, Sachin Kamat wrote: > >>> On 24 October 2013 20:00, Olof Johansson wrot

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-27 Thread Donghwa Lee
On Fri, OCT 25, 2013 06:57, Sylwester Nawrocki wrote: > On 10/24/2013 05:57 PM, Kishon Vijay Abraham I wrote: >> On Thursday 24 October 2013 09:12 PM, Sachin Kamat wrote: >>> On 24 October 2013 20:00, Olof Johansson wrote: On Wed, Oct 16, 2013 at 9:28 AM, Kishon Vijay Abraham I wrote:

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-24 Thread Sylwester Nawrocki
On 10/24/2013 05:57 PM, Kishon Vijay Abraham I wrote: On Thursday 24 October 2013 09:12 PM, Sachin Kamat wrote: On 24 October 2013 20:00, Olof Johansson wrote: On Wed, Oct 16, 2013 at 9:28 AM, Kishon Vijay Abraham I wrote: diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-24 Thread Olof Johansson
On Thu, Oct 24, 2013 at 8:42 AM, Sachin Kamat wrote: > Hi Olof, > > On 24 October 2013 20:00, Olof Johansson wrote: >> Hi Kishon, >> >> On Wed, Oct 16, 2013 at 9:28 AM, Kishon Vijay Abraham I >> wrote: >>> diff --git a/drivers/video/exynos/exynos_mipi_dsi.c >>> b/drivers/video/exynos/exynos_mi

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-24 Thread Kishon Vijay Abraham I
Hi, On Thursday 24 October 2013 09:12 PM, Sachin Kamat wrote: > Hi Olof, > > On 24 October 2013 20:00, Olof Johansson wrote: >> Hi Kishon, >> >> On Wed, Oct 16, 2013 at 9:28 AM, Kishon Vijay Abraham I >> wrote: >>> diff --git a/drivers/video/exynos/exynos_mipi_dsi.c >>> b/drivers/video/exynos

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-24 Thread Sachin Kamat
Hi Olof, On 24 October 2013 20:00, Olof Johansson wrote: > Hi Kishon, > > On Wed, Oct 16, 2013 at 9:28 AM, Kishon Vijay Abraham I wrote: >> diff --git a/drivers/video/exynos/exynos_mipi_dsi.c >> b/drivers/video/exynos/exynos_mipi_dsi.c >> index 32e5406..00b3a52 100644 >> --- a/drivers/video/exy

Re: [PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-24 Thread Olof Johansson
Hi Kishon, On Wed, Oct 16, 2013 at 9:28 AM, Kishon Vijay Abraham I wrote: > diff --git a/drivers/video/exynos/exynos_mipi_dsi.c > b/drivers/video/exynos/exynos_mipi_dsi.c > index 32e5406..00b3a52 100644 > --- a/drivers/video/exynos/exynos_mipi_dsi.c > +++ b/drivers/video/exynos/exynos_mipi_dsi.c

[PATCH 3/7] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-16 Thread Kishon Vijay Abraham I
From: Sylwester Nawrocki Use the generic PHY API instead of the platform callback for the MIPI DSIM DPHY enable/reset control. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Acked-by: Felipe Balbi Acked-by: Donghwa Lee Acked-by: Tomi Valkeinen Signed-off-by: Kishon Vijay Abr