linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: mediatek: Update SoC entry
@ 2018-10-16 14:57 Matthias Brugger
  2018-12-02 19:39 ` Matthias Brugger
  2018-12-03 20:37 ` Olof Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Brugger @ 2018-10-16 14:57 UTC (permalink / raw)
  To: arnd, gregkh, mchehab+samsung, davem, akpm
  Cc: linux-kernel, linux-arm-kernel, linux-mediatek, Matthias Brugger

Add IRC channel and URL of the wiki.
Also add soc drivers folder and regex to catch more
mediatek components.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6ac000cc006d..66782dad6487 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1676,13 +1676,17 @@ ARM/Mediatek SoC support
 M:	Matthias Brugger <matthias.bgg@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
+W:	https://mtk.bcnfs.org/
+C:	irc://chat.freenode.net/linux-mediatek
 S:	Maintained
 F:	arch/arm/boot/dts/mt6*
 F:	arch/arm/boot/dts/mt7*
 F:	arch/arm/boot/dts/mt8*
 F:	arch/arm/mach-mediatek/
 F:	arch/arm64/boot/dts/mediatek/
+F:	drivers/soc/mediatek/
 N:	mtk
+N:	mt[678]
 K:	mediatek
 
 ARM/Mediatek USB3 PHY DRIVER
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: mediatek: Update SoC entry
  2018-10-16 14:57 [PATCH] MAINTAINERS: mediatek: Update SoC entry Matthias Brugger
@ 2018-12-02 19:39 ` Matthias Brugger
  2018-12-02 20:03   ` Olof Johansson
  2018-12-03 20:37 ` Olof Johansson
  1 sibling, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2018-12-02 19:39 UTC (permalink / raw)
  To: arnd, gregkh, mchehab+samsung, davem, akpm
  Cc: linux-kernel, linux-arm-kernel, linux-mediatek, arm-soc



On 16/10/2018 16:57, Matthias Brugger wrote:
> Add IRC channel and URL of the wiki.
> Also add soc drivers folder and regex to catch more
> mediatek components.
> 
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---

Any comments on this patch?
Through which tree should it go?

Regards,
Matthias

>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6ac000cc006d..66782dad6487 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1676,13 +1676,17 @@ ARM/Mediatek SoC support
>  M:	Matthias Brugger <matthias.bgg@gmail.com>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
> +W:	https://mtk.bcnfs.org/
> +C:	irc://chat.freenode.net/linux-mediatek
>  S:	Maintained
>  F:	arch/arm/boot/dts/mt6*
>  F:	arch/arm/boot/dts/mt7*
>  F:	arch/arm/boot/dts/mt8*
>  F:	arch/arm/mach-mediatek/
>  F:	arch/arm64/boot/dts/mediatek/
> +F:	drivers/soc/mediatek/
>  N:	mtk
> +N:	mt[678]
>  K:	mediatek
>  
>  ARM/Mediatek USB3 PHY DRIVER
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: mediatek: Update SoC entry
  2018-12-02 19:39 ` Matthias Brugger
@ 2018-12-02 20:03   ` Olof Johansson
  2018-12-02 20:10     ` Matthias Brugger
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2018-12-02 20:03 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Arnd Bergmann, Greg Kroah-Hartman, Mauro Carvalho Chehab,
	David Miller, Andrew Morton, Linux Kernel Mailing List,
	Linux ARM Mailing List, moderated list:ARM/Mediatek SoC...,
	ARM-SoC Maintainers

On Sun, Dec 2, 2018 at 11:41 AM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>
>
>
> On 16/10/2018 16:57, Matthias Brugger wrote:
> > Add IRC channel and URL of the wiki.
> > Also add soc drivers folder and regex to catch more
> > mediatek components.
> >
> > Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> > ---
>
> Any comments on this patch?
> Through which tree should it go?

We can apply it directly, I'll do so on next pass. Patch itself is fine.


-Olof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: mediatek: Update SoC entry
  2018-12-02 20:03   ` Olof Johansson
@ 2018-12-02 20:10     ` Matthias Brugger
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2018-12-02 20:10 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Arnd Bergmann, Greg Kroah-Hartman, Mauro Carvalho Chehab,
	David Miller, Andrew Morton, Linux Kernel Mailing List,
	Linux ARM Mailing List, moderated list:ARM/Mediatek SoC...,
	ARM-SoC Maintainers



On 02/12/2018 21:03, Olof Johansson wrote:
> On Sun, Dec 2, 2018 at 11:41 AM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>>
>>
>>
>> On 16/10/2018 16:57, Matthias Brugger wrote:
>>> Add IRC channel and URL of the wiki.
>>> Also add soc drivers folder and regex to catch more
>>> mediatek components.
>>>
>>> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
>>> ---
>>
>> Any comments on this patch?
>> Through which tree should it go?
> 
> We can apply it directly, I'll do so on next pass. Patch itself is fine.
> 

Great. Thanks for the feedback :)

Cheers,
Matthias


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: mediatek: Update SoC entry
  2018-10-16 14:57 [PATCH] MAINTAINERS: mediatek: Update SoC entry Matthias Brugger
  2018-12-02 19:39 ` Matthias Brugger
@ 2018-12-03 20:37 ` Olof Johansson
  1 sibling, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-12-03 20:37 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: arnd, gregkh, mchehab+samsung, davem, akpm, linux-kernel,
	linux-arm-kernel, linux-mediatek

On Tue, Oct 16, 2018 at 04:57:58PM +0200, Matthias Brugger wrote:
> Add IRC channel and URL of the wiki.
> Also add soc drivers folder and regex to catch more
> mediatek components.
> 
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to fixes. Thanks!


-Olof

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-03 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-16 14:57 [PATCH] MAINTAINERS: mediatek: Update SoC entry Matthias Brugger
2018-12-02 19:39 ` Matthias Brugger
2018-12-02 20:03   ` Olof Johansson
2018-12-02 20:10     ` Matthias Brugger
2018-12-03 20:37 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).