RE: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-10 Thread Kukjin Kim
Kukjin Kim wrote: > > Sylwester Nawrocki wrote: > > > > On 08/06/2012 08:27 AM, Shaik Ameer Basha wrote: > > > After all this discussion, I can see two possibilities here. > > > 1] If Kukjin Kim is sure about G-Scaler remains unchanged, across all > > > the exynos5 series SoCs, > > > It i

RE: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-07 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > On 08/06/2012 08:27 AM, Shaik Ameer Basha wrote: > > After all this discussion, I can see two possibilities here. > > 1] If Kukjin Kim is sure about G-Scaler remains unchanged, across all > > the exynos5 series SoCs, > > It is fine to go with the compatible s

Re: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-06 Thread Sylwester Nawrocki
On 08/06/2012 08:27 AM, Shaik Ameer Basha wrote: > After all this discussion, I can see two possibilities here. > 1] If Kukjin Kim is sure about G-Scaler remains unchanged, across all > the exynos5 series SoCs, > It is fine to go with the compatible string "samsung,exynos5-gsc". > 2] Othe

Re: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-02 Thread Sylwester Nawrocki
On 08/02/2012 06:33 PM, Olof Johansson wrote: > On Wed, Aug 1, 2012 at 12:03 PM, Sylwester Nawrocki > wrote: > >> It wouldn't be clear what specific SoCs the "samsung,exynos5-gsc" compatible >> string applies to, would it ? I believe there are already minor differences >> in GScaler parameters o

Re: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-02 Thread Olof Johansson
On Wed, Aug 1, 2012 at 12:03 PM, Sylwester Nawrocki wrote: > It wouldn't be clear what specific SoCs the "samsung,exynos5-gsc" compatible > string applies to, would it ? I believe there are already minor differences > in GScaler parameters on currently available exynos5 SoC. The variant data > st

Re: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-01 Thread Sylwester Nawrocki
Hi Kgene, Cc: Rob Herring On 08/01/2012 11:00 AM, Kukjin Kim wrote: > +* Samsung Exynos5 Gscaler device > + > +Gscaler is used for scaling and color space conversion on EXYNOS5 >> SoCs. > + > +Required properties: > +- compatible: should be "samsung,exynos5250-gsc" >>

RE: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-01 Thread Kukjin Kim
Sylwester Nawrocki wrote: > > On 08/01/2012 09:48 AM, Thomas Abraham wrote: > > On 1 August 2012 12:10, Kukjin Kim wrote: > >> Shaik Ameer Basha wrote: > > > > [...] > > > >>> +* Samsung Exynos5 Gscaler device > >>> + > >>> +Gscaler is used for scaling and color space conversion on EXYNOS5 > SoCs

Re: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-01 Thread Sylwester Nawrocki
On 08/01/2012 09:48 AM, Thomas Abraham wrote: > On 1 August 2012 12:10, Kukjin Kim wrote: >> Shaik Ameer Basha wrote: > > [...] > >>> +* Samsung Exynos5 Gscaler device >>> + >>> +Gscaler is used for scaling and color space conversion on EXYNOS5 SoCs. >>> + >>> +Required properties: >>> +- compat

RE: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-01 Thread Kukjin Kim
Thomas Abraham wrote: > > On 1 August 2012 12:10, Kukjin Kim wrote: > > Shaik Ameer Basha wrote: > > [...] > > >> +* Samsung Exynos5 Gscaler device > >> + > >> +Gscaler is used for scaling and color space conversion on EXYNOS5 SoCs. > >> + > >> +Required properties: > >> +- compatible: should b

Re: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-08-01 Thread Thomas Abraham
On 1 August 2012 12:10, Kukjin Kim wrote: > Shaik Ameer Basha wrote: [...] >> +* Samsung Exynos5 Gscaler device >> + >> +Gscaler is used for scaling and color space conversion on EXYNOS5 SoCs. >> + >> +Required properties: >> +- compatible: should be "samsung,exynos5250-gsc" > > IMO, should be "

RE: [PATCH v3 2/2] ARM: EXYNOS: Add Gscaler device from DT

2012-07-31 Thread Kukjin Kim
Shaik Ameer Basha wrote: > > This patch adds, > - 4 Gscaler devices to the DT device list > - Gscaler specific entries to the machine file > - binding documentation for Gscaler entries > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Leela Krishna Amudala > Signed-off-by: Shaik Ameer Basha