Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1230368 > unrolled thread

[PATCH] MAINTAINERS: Add keystone device tree and defconfig to list

Started byNishanth Menon <nm@ti.com>
First post2015-09-22 17:50 +0200
Last post2015-09-22 18:10 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: Add keystone device tree and defconfig to list Nishanth Menon <nm@ti.com> - 2015-09-22 17:50 +0200
    Re: [PATCH] MAINTAINERS: Add keystone device tree and defconfig to  list "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2015-09-22 18:00 +0200
      Re: [PATCH] MAINTAINERS: Add keystone device tree and defconfig to  list Nishanth Menon <nm@ti.com> - 2015-09-22 18:10 +0200

#1230368 — [PATCH] MAINTAINERS: Add keystone device tree and defconfig to list

FromNishanth Menon <nm@ti.com>
Date2015-09-22 17:50 +0200
Subject[PATCH] MAINTAINERS: Add keystone device tree and defconfig to list
Message-ID<qbxZp-1c3-57@gated-at.bofh.it>
Keystone2 architecture files also include defconfig and devicetree
files which need maintainer to pick up and send for merge. Include the
same in the MAINTAINERS file so that we know where what needs to go.

Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Nishanth Menon <nm@ti.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7ba7ab749c85..5a06d3e26c80 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1187,6 +1187,9 @@ ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
 M:	Santosh Shilimkar <ssantosh@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	arch/arm/boot/dts/k2*
+F:	arch/arm/boot/dts/keystone*
+F:	arch/arm/configs/keystone_defconfig
 F:	arch/arm/mach-keystone/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
 
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1230397 — Re: [PATCH] MAINTAINERS: Add keystone device tree and defconfig to list

From"santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com>
Date2015-09-22 18:00 +0200
SubjectRe: [PATCH] MAINTAINERS: Add keystone device tree and defconfig to list
Message-ID<qby97-1o7-89@gated-at.bofh.it>
In reply to#1230368
On 9/22/15 8:39 AM, Nishanth Menon wrote:
> Keystone2 architecture files also include defconfig and devicetree
> files which need maintainer to pick up and send for merge. Include the
> same in the MAINTAINERS file so that we know where what needs to go.
>
Well this is I guess assumed responsibility and I have been taking
care of those patches.

> Cc: Santosh Shilimkar <ssantosh@kernel.org>
> Cc: linux-arm-kernel@lists.infradead.org
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>   MAINTAINERS | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7ba7ab749c85..5a06d3e26c80 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1187,6 +1187,9 @@ ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
>   M:	Santosh Shilimkar <ssantosh@kernel.org>
>   L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   S:	Maintained
> +F:	arch/arm/boot/dts/k2*
> +F:	arch/arm/boot/dts/keystone*
> +F:	arch/arm/configs/keystone_defconfig
>   F:	arch/arm/mach-keystone/
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>
No harm in adding explicitly if it helps. :-)

Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1230420 — Re: [PATCH] MAINTAINERS: Add keystone device tree and defconfig to list

FromNishanth Menon <nm@ti.com>
Date2015-09-22 18:10 +0200
SubjectRe: [PATCH] MAINTAINERS: Add keystone device tree and defconfig to list
Message-ID<qbyiN-1PH-103@gated-at.bofh.it>
In reply to#1230397
On 09/22/2015 10:51 AM, santosh.shilimkar@oracle.com wrote:
> On 9/22/15 8:39 AM, Nishanth Menon wrote:
>> Keystone2 architecture files also include defconfig and devicetree
>> files which need maintainer to pick up and send for merge. Include the
>> same in the MAINTAINERS file so that we know where what needs to go.
>>
> Well this is I guess assumed responsibility and I have been taking
> care of those patches.

Yes, indeed.. Thanks for doing the same :)
> 
>> Cc: Santosh Shilimkar <ssantosh@kernel.org>
>> Cc: linux-arm-kernel@lists.infradead.org
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>> ---
>>   MAINTAINERS | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 7ba7ab749c85..5a06d3e26c80 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1187,6 +1187,9 @@ ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
>>   M:    Santosh Shilimkar <ssantosh@kernel.org>
>>   L:    linux-arm-kernel@lists.infradead.org (moderated for
>> non-subscribers)
>>   S:    Maintained
>> +F:    arch/arm/boot/dts/k2*
>> +F:    arch/arm/boot/dts/keystone*
>> +F:    arch/arm/configs/keystone_defconfig
>>   F:    arch/arm/mach-keystone/
>>   T:    git
>> git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>>
> No harm in adding explicitly if it helps. :-)
> 
> Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
> 

Thanks.

-- 
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web