diff mbox

MAINTAINERS: Update S5P/Exynos FIMC driver entry

Message ID 1371487371-31143-1-git-send-email-s.nawrocki@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

This change is mainly to update the driver's path changed from
drivers/media/platform/s5p-fimc to drivers/media/platform/exynos4-is/.
While at it, remove non-existent files rule, move the whole entry to
the Samsung drivers section and add the patch tracking system URL.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 MAINTAINERS |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Comments

Sachin Kamat June 18, 2013, 3:39 a.m. UTC | #1
Hi Sylwester,

Just a couple of nits inline.

On 17 June 2013 22:12, Sylwester Nawrocki <s.nawrocki@samsung.com> wrote:
> This change is mainly to update the driver's path changed from
> drivers/media/platform/s5p-fimc to drivers/media/platform/exynos4-is/.
> While at it, remove non-existent files rule, move the whole entry to
> the Samsung drivers section and add the patch tracking system URL.

How about adding git URL too (of your repo)?

>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  MAINTAINERS |   17 ++++++++---------
>  1 file changed, 8 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3d7782b..d2c5618 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1153,15 +1153,6 @@ L:       linux-media@vger.kernel.org
>  S:     Maintained
>  F:     drivers/media/platform/s5p-g2d/
>
> -ARM/SAMSUNG S5P SERIES FIMC SUPPORT
> -M:     Kyungmin Park <kyungmin.park@samsung.com>
> -M:     Sylwester Nawrocki <s.nawrocki@samsung.com>
> -L:     linux-arm-kernel@lists.infradead.org
> -L:     linux-media@vger.kernel.org
> -S:     Maintained
> -F:     arch/arm/plat-samsung/include/plat/*fimc*
> -F:     drivers/media/platform/s5p-fimc/
> -
>  ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT

Probably ARM could be removed from here too and may be other places if
they exist just like below entry.

>  M:     Kyungmin Park <kyungmin.park@samsung.com>
>  M:     Kamil Debski <k.debski@samsung.com>
> @@ -6930,6 +6921,14 @@ F:       drivers/regulator/s5m*.c
>  F:     drivers/rtc/rtc-sec.c
>  F:     include/linux/mfd/samsung/
>
> +SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
> +M:     Kyungmin Park <kyungmin.park@samsung.com>
> +M:     Sylwester Nawrocki <s.nawrocki@samsung.com>
> +L:     linux-media@vger.kernel.org
> +Q:     https://patchwork.linuxtv.org/project/linux-media/list/
> +S:     Supported
> +F:     drivers/media/platform/exynos4-is/
> +

Considering alphabetical order (now that ARM is removed), this block
should come after
SAMSUNG S3C24XX/S3C64XX...

>  SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
>  M:     Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
>  L:     linux-media@vger.kernel.org
> --
Sylwester Nawrocki June 18, 2013, 9:38 p.m. UTC | #2
Hi Sachin,

Thanks for your review.

On 06/18/2013 05:39 AM, Sachin Kamat wrote:
> Hi Sylwester,
>
> Just a couple of nits inline.
>
> On 17 June 2013 22:12, Sylwester Nawrocki<s.nawrocki@samsung.com>  wrote:
>> This change is mainly to update the driver's path changed from
>> drivers/media/platform/s5p-fimc to drivers/media/platform/exynos4-is/.
>> While at it, remove non-existent files rule, move the whole entry to
>> the Samsung drivers section and add the patch tracking system URL.
>
> How about adding git URL too (of your repo)?

Yes, I guess I should add it.

>> Signed-off-by: Sylwester Nawrocki<s.nawrocki@samsung.com>
>> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
>> ---
>>   MAINTAINERS |   17 ++++++++---------
>>   1 file changed, 8 insertions(+), 9 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 3d7782b..d2c5618 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1153,15 +1153,6 @@ L:       linux-media@vger.kernel.org
>>   S:     Maintained
>>   F:     drivers/media/platform/s5p-g2d/
>>
>> -ARM/SAMSUNG S5P SERIES FIMC SUPPORT
>> -M:     Kyungmin Park<kyungmin.park@samsung.com>
>> -M:     Sylwester Nawrocki<s.nawrocki@samsung.com>
>> -L:     linux-arm-kernel@lists.infradead.org
>> -L:     linux-media@vger.kernel.org
>> -S:     Maintained
>> -F:     arch/arm/plat-samsung/include/plat/*fimc*
>> -F:     drivers/media/platform/s5p-fimc/
>> -
>>   ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
>
> Probably ARM could be removed from here too and may be other places if
> they exist just like below entry.

Yes, IMHO those driver entries are misplaced now. I guess the better
place would be at the Samsung entries section.

>>   M:     Kyungmin Park<kyungmin.park@samsung.com>
>>   M:     Kamil Debski<k.debski@samsung.com>
>> @@ -6930,6 +6921,14 @@ F:       drivers/regulator/s5m*.c
>>   F:     drivers/rtc/rtc-sec.c
>>   F:     include/linux/mfd/samsung/
>>
>> +SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
>> +M:     Kyungmin Park<kyungmin.park@samsung.com>
>> +M:     Sylwester Nawrocki<s.nawrocki@samsung.com>
>> +L:     linux-media@vger.kernel.org
>> +Q:     https://patchwork.linuxtv.org/project/linux-media/list/
>> +S:     Supported
>> +F:     drivers/media/platform/exynos4-is/
>> +
>
> Considering alphabetical order (now that ARM is removed), this block
> should come after SAMSUNG S3C24XX/S3C64XX...

Oops, right, thanks for spotting this.

>>   SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
>>   M:     Sylwester Nawrocki<sylvester.nawrocki@gmail.com>
>>   L:     linux-media@vger.kernel.org

Regards,
Sylwester
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3d7782b..d2c5618 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1153,15 +1153,6 @@  L:	linux-media@vger.kernel.org
 S:	Maintained
 F:	drivers/media/platform/s5p-g2d/
 
-ARM/SAMSUNG S5P SERIES FIMC SUPPORT
-M:	Kyungmin Park <kyungmin.park@samsung.com>
-M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
-L:	linux-arm-kernel@lists.infradead.org
-L:	linux-media@vger.kernel.org
-S:	Maintained
-F:	arch/arm/plat-samsung/include/plat/*fimc*
-F:	drivers/media/platform/s5p-fimc/
-
 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
 M:	Kyungmin Park <kyungmin.park@samsung.com>
 M:	Kamil Debski <k.debski@samsung.com>
@@ -6930,6 +6921,14 @@  F:	drivers/regulator/s5m*.c
 F:	drivers/rtc/rtc-sec.c
 F:	include/linux/mfd/samsung/
 
+SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
+M:	Kyungmin Park <kyungmin.park@samsung.com>
+M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
+L:	linux-media@vger.kernel.org
+Q:	https://patchwork.linuxtv.org/project/linux-media/list/
+S:	Supported
+F:	drivers/media/platform/exynos4-is/
+
 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
 M:	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
 L:	linux-media@vger.kernel.org