linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add maintainer for maxim codecs
@ 2015-03-02 23:16 Anish Kumar
  2015-03-12 23:35 ` anish
  2015-03-24  0:04 ` anish
  0 siblings, 2 replies; 6+ messages in thread
From: Anish Kumar @ 2015-03-02 23:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel, nitin.mittal, Anish Kumar

This patch adds maintainer for maxim audio codecs.
Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8bdd7a7..2128586 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7387,6 +7387,13 @@ S:	Supported
 F:	sound/soc/
 F:	include/sound/soc*
 
+MAXIM INTEGRATED SOC CODEC DRIVER
+M:	Anish Kumar <yesanishhere@gmail.com>
+L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
+S:	Maintained
+F:	sound/soc/codecs/max*
+F:	include/sound/max*
+
 SPARC + UltraSPARC (sparc/sparc64)
 M:	"David S. Miller" <davem@davemloft.net>
 L:	sparclinux@vger.kernel.org
-- 
1.9.3


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

* Re: [PATCH] MAINTAINERS: Add maintainer for maxim codecs
  2015-03-02 23:16 [PATCH] MAINTAINERS: Add maintainer for maxim codecs Anish Kumar
@ 2015-03-12 23:35 ` anish
  2015-03-24  0:04 ` anish
  1 sibling, 0 replies; 6+ messages in thread
From: anish @ 2015-03-12 23:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linux-ALSA, Nitin Mittal, Anish Kumar

Is it picked up?

On Mon, Mar 2, 2015 at 3:16 PM, Anish Kumar <yesanishhere@gmail.com> wrote:
> This patch adds maintainer for maxim audio codecs.
> Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8bdd7a7..2128586 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7387,6 +7387,13 @@ S:       Supported
>  F:     sound/soc/
>  F:     include/sound/soc*
>
> +MAXIM INTEGRATED SOC CODEC DRIVER
> +M:     Anish Kumar <yesanishhere@gmail.com>
> +L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
> +S:     Maintained
> +F:     sound/soc/codecs/max*
> +F:     include/sound/max*
> +
>  SPARC + UltraSPARC (sparc/sparc64)
>  M:     "David S. Miller" <davem@davemloft.net>
>  L:     sparclinux@vger.kernel.org
> --
> 1.9.3
>

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

* Re: [PATCH] MAINTAINERS: Add maintainer for maxim codecs
  2015-03-02 23:16 [PATCH] MAINTAINERS: Add maintainer for maxim codecs Anish Kumar
  2015-03-12 23:35 ` anish
@ 2015-03-24  0:04 ` anish
  2015-03-24  6:32   ` [alsa-devel] " Takashi Iwai
  1 sibling, 1 reply; 6+ messages in thread
From: anish @ 2015-03-24  0:04 UTC (permalink / raw)
  To: linux-kernel, akpm, gregkh; +Cc: Linux-ALSA, Anish Kumar

Hello,

I was wondering if this patch is in any of the queue?

On Mon, Mar 2, 2015 at 3:16 PM, Anish Kumar <yesanishhere@gmail.com> wrote:
> This patch adds maintainer for maxim audio codecs.
> Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8bdd7a7..2128586 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7387,6 +7387,13 @@ S:       Supported
>  F:     sound/soc/
>  F:     include/sound/soc*
>
> +MAXIM INTEGRATED SOC CODEC DRIVER
> +M:     Anish Kumar <yesanishhere@gmail.com>
> +L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
> +S:     Maintained
> +F:     sound/soc/codecs/max*
> +F:     include/sound/max*
> +
>  SPARC + UltraSPARC (sparc/sparc64)
>  M:     "David S. Miller" <davem@davemloft.net>
>  L:     sparclinux@vger.kernel.org
> --
> 1.9.3
>

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

* Re: [alsa-devel] [PATCH] MAINTAINERS: Add maintainer for maxim codecs
  2015-03-24  0:04 ` anish
@ 2015-03-24  6:32   ` Takashi Iwai
  2015-03-24  6:39     ` anish
  0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2015-03-24  6:32 UTC (permalink / raw)
  To: anish; +Cc: linux-kernel, akpm, gregkh, Linux-ALSA

At Mon, 23 Mar 2015 17:04:26 -0700,
anish wrote:
> 
> Hello,
> 
> I was wondering if this patch is in any of the queue?

I guess it's not.  One of the reasons is that you don't know whom to
reach; it's a problem as a subsystem maintainer.

Also, you never seem to appear in the commit history of these codes.
Have you been involved with the development?  If so, it'd be better to
have Acks from people who actually wrote/committed the codes of these
codec drivers.


thanks,

Takashi

> 
> On Mon, Mar 2, 2015 at 3:16 PM, Anish Kumar <yesanishhere@gmail.com> wrote:
> > This patch adds maintainer for maxim audio codecs.
> > Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
> > ---
> >  MAINTAINERS | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 8bdd7a7..2128586 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -7387,6 +7387,13 @@ S:       Supported
> >  F:     sound/soc/
> >  F:     include/sound/soc*
> >
> > +MAXIM INTEGRATED SOC CODEC DRIVER
> > +M:     Anish Kumar <yesanishhere@gmail.com>
> > +L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
> > +S:     Maintained
> > +F:     sound/soc/codecs/max*
> > +F:     include/sound/max*
> > +
> >  SPARC + UltraSPARC (sparc/sparc64)
> >  M:     "David S. Miller" <davem@davemloft.net>
> >  L:     sparclinux@vger.kernel.org
> > --
> > 1.9.3
> >
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

* Re: [alsa-devel] [PATCH] MAINTAINERS: Add maintainer for maxim codecs
  2015-03-24  6:32   ` [alsa-devel] " Takashi Iwai
@ 2015-03-24  6:39     ` anish
  2015-03-24  7:07       ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: anish @ 2015-03-24  6:39 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-kernel, akpm, gregkh, Linux-ALSA

On Mon, Mar 23, 2015 at 11:32 PM, Takashi Iwai <tiwai@suse.de> wrote:
> At Mon, 23 Mar 2015 17:04:26 -0700,
> anish wrote:
>>
>> Hello,
>>
>> I was wondering if this patch is in any of the queue?
>
> I guess it's not.  One of the reasons is that you don't know whom to
> reach; it's a problem as a subsystem maintainer.
>
> Also, you never seem to appear in the commit history of these codes.
> Have you been involved with the development?  If so, it'd be better to
> have Acks from people who actually wrote/committed the codes of these
> codec drivers.

The reason for this change is that we want to monitor the codec drivers
related to maxim chip as we saw couple of changes which shouldn't have
been taken and since we were not involved when the review was being
done we couldn't contribute our opinion.

What is the best way to go about this? We have given maxim driver
code to our various clients and some of the clients contributed the
code to linux kernel. I will try to get acks from them anyway.

Thanks,
>
>
> thanks,
>
> Takashi
>
>>
>> On Mon, Mar 2, 2015 at 3:16 PM, Anish Kumar <yesanishhere@gmail.com> wrote:
>> > This patch adds maintainer for maxim audio codecs.
>> > Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
>> > ---
>> >  MAINTAINERS | 7 +++++++
>> >  1 file changed, 7 insertions(+)
>> >
>> > diff --git a/MAINTAINERS b/MAINTAINERS
>> > index 8bdd7a7..2128586 100644
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -7387,6 +7387,13 @@ S:       Supported
>> >  F:     sound/soc/
>> >  F:     include/sound/soc*
>> >
>> > +MAXIM INTEGRATED SOC CODEC DRIVER
>> > +M:     Anish Kumar <yesanishhere@gmail.com>
>> > +L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
>> > +S:     Maintained
>> > +F:     sound/soc/codecs/max*
>> > +F:     include/sound/max*
>> > +
>> >  SPARC + UltraSPARC (sparc/sparc64)
>> >  M:     "David S. Miller" <davem@davemloft.net>
>> >  L:     sparclinux@vger.kernel.org
>> > --
>> > 1.9.3
>> >
>> _______________________________________________
>> Alsa-devel mailing list
>> Alsa-devel@alsa-project.org
>> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>>

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

* Re: [alsa-devel] [PATCH] MAINTAINERS: Add maintainer for maxim codecs
  2015-03-24  6:39     ` anish
@ 2015-03-24  7:07       ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2015-03-24  7:07 UTC (permalink / raw)
  To: anish; +Cc: linux-kernel, akpm, gregkh, Linux-ALSA

At Mon, 23 Mar 2015 23:39:28 -0700,
anish wrote:
> 
> On Mon, Mar 23, 2015 at 11:32 PM, Takashi Iwai <tiwai@suse.de> wrote:
> > At Mon, 23 Mar 2015 17:04:26 -0700,
> > anish wrote:
> >>
> >> Hello,
> >>
> >> I was wondering if this patch is in any of the queue?
> >
> > I guess it's not.  One of the reasons is that you don't know whom to
> > reach; it's a problem as a subsystem maintainer.
> >
> > Also, you never seem to appear in the commit history of these codes.
> > Have you been involved with the development?  If so, it'd be better to
> > have Acks from people who actually wrote/committed the codes of these
> > codec drivers.
> 
> The reason for this change is that we want to monitor the codec drivers
> related to maxim chip as we saw couple of changes which shouldn't have
> been taken and since we were not involved when the review was being
> done we couldn't contribute our opinion.
> 
> What is the best way to go about this? We have given maxim driver
> code to our various clients and some of the clients contributed the
> code to linux kernel. I will try to get acks from them anyway.

How about start contributing by sending fix patches in a proper
manner, if anything should be fixed?  The maintainership is given
mostly per trust in open source world.  Sending patches and
communicating with other community members are the best way to gain a
trust in Linux kernel development.


thanks,

Takashi

> 
> Thanks,
> >
> >
> > thanks,
> >
> > Takashi
> >
> >>
> >> On Mon, Mar 2, 2015 at 3:16 PM, Anish Kumar <yesanishhere@gmail.com> wrote:
> >> > This patch adds maintainer for maxim audio codecs.
> >> > Signed-off-by: Anish Kumar <yesanishhere@gmail.com>
> >> > ---
> >> >  MAINTAINERS | 7 +++++++
> >> >  1 file changed, 7 insertions(+)
> >> >
> >> > diff --git a/MAINTAINERS b/MAINTAINERS
> >> > index 8bdd7a7..2128586 100644
> >> > --- a/MAINTAINERS
> >> > +++ b/MAINTAINERS
> >> > @@ -7387,6 +7387,13 @@ S:       Supported
> >> >  F:     sound/soc/
> >> >  F:     include/sound/soc*
> >> >
> >> > +MAXIM INTEGRATED SOC CODEC DRIVER
> >> > +M:     Anish Kumar <yesanishhere@gmail.com>
> >> > +L:     alsa-devel@alsa-project.org (moderated for non-subscribers)
> >> > +S:     Maintained
> >> > +F:     sound/soc/codecs/max*
> >> > +F:     include/sound/max*
> >> > +
> >> >  SPARC + UltraSPARC (sparc/sparc64)
> >> >  M:     "David S. Miller" <davem@davemloft.net>
> >> >  L:     sparclinux@vger.kernel.org
> >> > --
> >> > 1.9.3
> >> >
> >> _______________________________________________
> >> Alsa-devel mailing list
> >> Alsa-devel@alsa-project.org
> >> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >>
> 

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

end of thread, other threads:[~2015-03-24  7:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 23:16 [PATCH] MAINTAINERS: Add maintainer for maxim codecs Anish Kumar
2015-03-12 23:35 ` anish
2015-03-24  0:04 ` anish
2015-03-24  6:32   ` [alsa-devel] " Takashi Iwai
2015-03-24  6:39     ` anish
2015-03-24  7:07       ` Takashi Iwai

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).