[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-03-07 Thread Inki Dae
Already merged. :)

> -Original Message-
> From: Vikas Sajjan [mailto:vikas.sajjan at linaro.org]
> Sent: Thursday, March 07, 2013 4:09 PM
> To: InKi Dae
> Cc: dri-devel at lists.freedesktop.org; linux-media at vger.kernel.org;
> kgene.kim at samsung.com; Joonyoung Shim; sunil joshi
> Subject: Re: [PATCH] drm/exynos: modify the compatible string for exynos
> fimd
> 
> Hi Mr Inki Dae,
> 
> On 28 February 2013 08:12, Joonyoung Shim  wrote:
> > On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
> >>
> >> modified compatible string for exynos4 fimd as "exynos4210-fimd" and
> >> exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
> >> value should be named after first specific SoC model in which this
> >> particular IP version was included as discussed at
> >> https://patchwork.kernel.org/patch/2144861/
> >>
> >> Signed-off-by: Vikas Sajjan 
> >> ---
> >>   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
> >>   1 file changed, 2 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> >> b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> >> index 9537761..433ed35 100644
> >> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> >> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> >> @@ -109,9 +109,9 @@ struct fimd_context {
> >> #ifdef CONFIG_OF
> >>   static const struct of_device_id fimd_driver_dt_match[] = {
> >> -   { .compatible = "samsung,exynos4-fimd",
> >> +   { .compatible = "samsung,exynos4210-fimd",
> >>   .data = _fimd_driver_data },
> >> -   { .compatible = "samsung,exynos5-fimd",
> >> +   { .compatible = "samsung,exynos5250-fimd",
> >>   .data = _fimd_driver_data },
> >> {},
> >>   };
> >
> >
> > Acked-by: Joonyoung Shim 
> 
> Can you please apply this patch.
> 
> >
> > Thanks.
> 
> 
> 
> --
> Thanks and Regards
>  Vikas Sajjan



[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-03-07 Thread Vikas Sajjan
Thanks.

On 7 March 2013 12:47, Inki Dae  wrote:
> Already merged. :)
>
>> -Original Message-
>> From: Vikas Sajjan [mailto:vikas.sajjan at linaro.org]
>> Sent: Thursday, March 07, 2013 4:09 PM
>> To: InKi Dae
>> Cc: dri-devel at lists.freedesktop.org; linux-media at vger.kernel.org;
>> kgene.kim at samsung.com; Joonyoung Shim; sunil joshi
>> Subject: Re: [PATCH] drm/exynos: modify the compatible string for exynos
>> fimd
>>
>> Hi Mr Inki Dae,
>>
>> On 28 February 2013 08:12, Joonyoung Shim  wrote:
>> > On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
>> >>
>> >> modified compatible string for exynos4 fimd as "exynos4210-fimd" and
>> >> exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
>> >> value should be named after first specific SoC model in which this
>> >> particular IP version was included as discussed at
>> >> https://patchwork.kernel.org/patch/2144861/
>> >>
>> >> Signed-off-by: Vikas Sajjan 
>> >> ---
>> >>   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
>> >>   1 file changed, 2 insertions(+), 2 deletions(-)
>> >>
>> >> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> >> b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> >> index 9537761..433ed35 100644
>> >> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> >> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> >> @@ -109,9 +109,9 @@ struct fimd_context {
>> >> #ifdef CONFIG_OF
>> >>   static const struct of_device_id fimd_driver_dt_match[] = {
>> >> -   { .compatible = "samsung,exynos4-fimd",
>> >> +   { .compatible = "samsung,exynos4210-fimd",
>> >>   .data = _fimd_driver_data },
>> >> -   { .compatible = "samsung,exynos5-fimd",
>> >> +   { .compatible = "samsung,exynos5250-fimd",
>> >>   .data = _fimd_driver_data },
>> >> {},
>> >>   };
>> >
>> >
>> > Acked-by: Joonyoung Shim 
>>
>> Can you please apply this patch.
>>
>> >
>> > Thanks.
>>
>>
>>
>> --
>> Thanks and Regards
>>  Vikas Sajjan
>



-- 
Thanks and Regards
 Vikas Sajjan


[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-03-07 Thread Vikas Sajjan
Hi Mr Inki Dae,

On 28 February 2013 08:12, Joonyoung Shim  wrote:
> On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
>>
>> modified compatible string for exynos4 fimd as "exynos4210-fimd" and
>> exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
>> value should be named after first specific SoC model in which this
>> particular IP version was included as discussed at
>> https://patchwork.kernel.org/patch/2144861/
>>
>> Signed-off-by: Vikas Sajjan 
>> ---
>>   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> index 9537761..433ed35 100644
>> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> @@ -109,9 +109,9 @@ struct fimd_context {
>> #ifdef CONFIG_OF
>>   static const struct of_device_id fimd_driver_dt_match[] = {
>> -   { .compatible = "samsung,exynos4-fimd",
>> +   { .compatible = "samsung,exynos4210-fimd",
>>   .data = _fimd_driver_data },
>> -   { .compatible = "samsung,exynos5-fimd",
>> +   { .compatible = "samsung,exynos5250-fimd",
>>   .data = _fimd_driver_data },
>> {},
>>   };
>
>
> Acked-by: Joonyoung Shim 

Can you please apply this patch.

>
> Thanks.



-- 
Thanks and Regards
 Vikas Sajjan


Re: [PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-03-07 Thread Vikas Sajjan
Hi Mr Inki Dae,

On 28 February 2013 08:12, Joonyoung Shim jy0922.s...@samsung.com wrote:
 On 02/27/2013 07:32 PM, Vikas Sajjan wrote:

 modified compatible string for exynos4 fimd as exynos4210-fimd and
 exynos5 fimd as exynos5250-fimd to stick to the rule that compatible
 value should be named after first specific SoC model in which this
 particular IP version was included as discussed at
 https://patchwork.kernel.org/patch/2144861/

 Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org
 ---
   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
   1 file changed, 2 insertions(+), 2 deletions(-)

 diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 index 9537761..433ed35 100644
 --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 @@ -109,9 +109,9 @@ struct fimd_context {
 #ifdef CONFIG_OF
   static const struct of_device_id fimd_driver_dt_match[] = {
 -   { .compatible = samsung,exynos4-fimd,
 +   { .compatible = samsung,exynos4210-fimd,
   .data = exynos4_fimd_driver_data },
 -   { .compatible = samsung,exynos5-fimd,
 +   { .compatible = samsung,exynos5250-fimd,
   .data = exynos5_fimd_driver_data },
 {},
   };


 Acked-by: Joonyoung Shim jy0922.s...@samsung.com

Can you please apply this patch.


 Thanks.



-- 
Thanks and Regards
 Vikas Sajjan
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-03-07 Thread Vikas Sajjan
Thanks.

On 7 March 2013 12:47, Inki Dae inki@samsung.com wrote:
 Already merged. :)

 -Original Message-
 From: Vikas Sajjan [mailto:vikas.saj...@linaro.org]
 Sent: Thursday, March 07, 2013 4:09 PM
 To: InKi Dae
 Cc: dri-devel@lists.freedesktop.org; linux-me...@vger.kernel.org;
 kgene@samsung.com; Joonyoung Shim; sunil joshi
 Subject: Re: [PATCH] drm/exynos: modify the compatible string for exynos
 fimd

 Hi Mr Inki Dae,

 On 28 February 2013 08:12, Joonyoung Shim jy0922.s...@samsung.com wrote:
  On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
 
  modified compatible string for exynos4 fimd as exynos4210-fimd and
  exynos5 fimd as exynos5250-fimd to stick to the rule that compatible
  value should be named after first specific SoC model in which this
  particular IP version was included as discussed at
  https://patchwork.kernel.org/patch/2144861/
 
  Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org
  ---
drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
 
  diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  index 9537761..433ed35 100644
  --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  @@ -109,9 +109,9 @@ struct fimd_context {
  #ifdef CONFIG_OF
static const struct of_device_id fimd_driver_dt_match[] = {
  -   { .compatible = samsung,exynos4-fimd,
  +   { .compatible = samsung,exynos4210-fimd,
.data = exynos4_fimd_driver_data },
  -   { .compatible = samsung,exynos5-fimd,
  +   { .compatible = samsung,exynos5250-fimd,
.data = exynos5_fimd_driver_data },
  {},
};
 
 
  Acked-by: Joonyoung Shim jy0922.s...@samsung.com

 Can you please apply this patch.

 
  Thanks.



 --
 Thanks and Regards
  Vikas Sajjan




-- 
Thanks and Regards
 Vikas Sajjan
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


RE: [PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-03-06 Thread Inki Dae
Already merged. :)

 -Original Message-
 From: Vikas Sajjan [mailto:vikas.saj...@linaro.org]
 Sent: Thursday, March 07, 2013 4:09 PM
 To: InKi Dae
 Cc: dri-devel@lists.freedesktop.org; linux-me...@vger.kernel.org;
 kgene@samsung.com; Joonyoung Shim; sunil joshi
 Subject: Re: [PATCH] drm/exynos: modify the compatible string for exynos
 fimd
 
 Hi Mr Inki Dae,
 
 On 28 February 2013 08:12, Joonyoung Shim jy0922.s...@samsung.com wrote:
  On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
 
  modified compatible string for exynos4 fimd as exynos4210-fimd and
  exynos5 fimd as exynos5250-fimd to stick to the rule that compatible
  value should be named after first specific SoC model in which this
  particular IP version was included as discussed at
  https://patchwork.kernel.org/patch/2144861/
 
  Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org
  ---
drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
 
  diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  index 9537761..433ed35 100644
  --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
  @@ -109,9 +109,9 @@ struct fimd_context {
  #ifdef CONFIG_OF
static const struct of_device_id fimd_driver_dt_match[] = {
  -   { .compatible = samsung,exynos4-fimd,
  +   { .compatible = samsung,exynos4210-fimd,
.data = exynos4_fimd_driver_data },
  -   { .compatible = samsung,exynos5-fimd,
  +   { .compatible = samsung,exynos5250-fimd,
.data = exynos5_fimd_driver_data },
  {},
};
 
 
  Acked-by: Joonyoung Shim jy0922.s...@samsung.com
 
 Can you please apply this patch.
 
 
  Thanks.
 
 
 
 --
 Thanks and Regards
  Vikas Sajjan

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-28 Thread Joonyoung Shim
On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
> modified compatible string for exynos4 fimd as "exynos4210-fimd" and
> exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
> value should be named after first specific SoC model in which this
> particular IP version was included as discussed at
> https://patchwork.kernel.org/patch/2144861/
>
> Signed-off-by: Vikas Sajjan 
> ---
>   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c 
> b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> index 9537761..433ed35 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> @@ -109,9 +109,9 @@ struct fimd_context {
>   
>   #ifdef CONFIG_OF
>   static const struct of_device_id fimd_driver_dt_match[] = {
> - { .compatible = "samsung,exynos4-fimd",
> + { .compatible = "samsung,exynos4210-fimd",
> .data = _fimd_driver_data },
> - { .compatible = "samsung,exynos5-fimd",
> + { .compatible = "samsung,exynos5250-fimd",
> .data = _fimd_driver_data },
>   {},
>   };

Acked-by: Joonyoung Shim 

Thanks.


[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-28 Thread Vikas Sajjan
Thanks Mr. Shim.

On 28 February 2013 08:12, Joonyoung Shim  wrote:
> On 02/27/2013 07:32 PM, Vikas Sajjan wrote:
>>
>> modified compatible string for exynos4 fimd as "exynos4210-fimd" and
>> exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
>> value should be named after first specific SoC model in which this
>> particular IP version was included as discussed at
>> https://patchwork.kernel.org/patch/2144861/
>>
>> Signed-off-by: Vikas Sajjan 
>> ---
>>   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> index 9537761..433ed35 100644
>> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
>> @@ -109,9 +109,9 @@ struct fimd_context {
>> #ifdef CONFIG_OF
>>   static const struct of_device_id fimd_driver_dt_match[] = {
>> -   { .compatible = "samsung,exynos4-fimd",
>> +   { .compatible = "samsung,exynos4210-fimd",
>>   .data = _fimd_driver_data },
>> -   { .compatible = "samsung,exynos5-fimd",
>> +   { .compatible = "samsung,exynos5250-fimd",
>>   .data = _fimd_driver_data },
>> {},
>>   };
>
>
> Acked-by: Joonyoung Shim 
>
> Thanks.



-- 
Thanks and Regards
 Vikas Sajjan


Re: [PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-28 Thread Vikas Sajjan
Thanks Mr. Shim.

On 28 February 2013 08:12, Joonyoung Shim jy0922.s...@samsung.com wrote:
 On 02/27/2013 07:32 PM, Vikas Sajjan wrote:

 modified compatible string for exynos4 fimd as exynos4210-fimd and
 exynos5 fimd as exynos5250-fimd to stick to the rule that compatible
 value should be named after first specific SoC model in which this
 particular IP version was included as discussed at
 https://patchwork.kernel.org/patch/2144861/

 Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org
 ---
   drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
   1 file changed, 2 insertions(+), 2 deletions(-)

 diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 index 9537761..433ed35 100644
 --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
 @@ -109,9 +109,9 @@ struct fimd_context {
 #ifdef CONFIG_OF
   static const struct of_device_id fimd_driver_dt_match[] = {
 -   { .compatible = samsung,exynos4-fimd,
 +   { .compatible = samsung,exynos4210-fimd,
   .data = exynos4_fimd_driver_data },
 -   { .compatible = samsung,exynos5-fimd,
 +   { .compatible = samsung,exynos5250-fimd,
   .data = exynos5_fimd_driver_data },
 {},
   };


 Acked-by: Joonyoung Shim jy0922.s...@samsung.com

 Thanks.



-- 
Thanks and Regards
 Vikas Sajjan
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-27 Thread Vikas Sajjan
modified compatible string for exynos4 fimd as "exynos4210-fimd" and
exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
value should be named after first specific SoC model in which this
particular IP version was included as discussed at
https://patchwork.kernel.org/patch/2144861/

Signed-off-by: Vikas Sajjan 
---
 drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c 
b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
index 9537761..433ed35 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
@@ -109,9 +109,9 @@ struct fimd_context {

 #ifdef CONFIG_OF
 static const struct of_device_id fimd_driver_dt_match[] = {
-   { .compatible = "samsung,exynos4-fimd",
+   { .compatible = "samsung,exynos4210-fimd",
  .data = _fimd_driver_data },
-   { .compatible = "samsung,exynos5-fimd",
+   { .compatible = "samsung,exynos5250-fimd",
  .data = _fimd_driver_data },
{},
 };
-- 
1.7.9.5



[PATCH] drm/exynos: modify the compatible string for exynos fimd

2013-02-27 Thread Vikas Sajjan
modified compatible string for exynos4 fimd as exynos4210-fimd and
exynos5 fimd as exynos5250-fimd to stick to the rule that compatible
value should be named after first specific SoC model in which this
particular IP version was included as discussed at
https://patchwork.kernel.org/patch/2144861/

Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org
---
 drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c 
b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
index 9537761..433ed35 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
@@ -109,9 +109,9 @@ struct fimd_context {
 
 #ifdef CONFIG_OF
 static const struct of_device_id fimd_driver_dt_match[] = {
-   { .compatible = samsung,exynos4-fimd,
+   { .compatible = samsung,exynos4210-fimd,
  .data = exynos4_fimd_driver_data },
-   { .compatible = samsung,exynos5-fimd,
+   { .compatible = samsung,exynos5250-fimd,
  .data = exynos5_fimd_driver_data },
{},
 };
-- 
1.7.9.5

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel