Message ID | 1421901564-8854-1-git-send-email-agross@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, 2015-01-21 at 22:39 -0600, Andy Gross wrote: > Added myself as a co-maintainer. Updated the files to include the Qualcomm SoC > directory. Added linux-soc mailing list. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -1284,9 +1284,12 @@ S: Maintained > ARM/QUALCOMM SUPPORT > M: Kumar Gala <galak@codeaurora.org> > M: David Brown <davidb@codeaurora.org> > +M: Andy Gross <agross@codeaurora.org> > L: linux-arm-msm@vger.kernel.org > +L: linux-soc@vger.kernel.org > S: Maintained > F: arch/arm/mach-qcom/ > +F: drivers/soc/qcom Please add a terminating / F: drivers/soc/qcom/
On Wed, Jan 21, 2015 at 08:46:45PM -0800, Joe Perches wrote: > > +L: linux-soc@vger.kernel.org > > S: Maintained > > F: arch/arm/mach-qcom/ > > +F: drivers/soc/qcom > > Please add a terminating / > > F: drivers/soc/qcom/ Noted, will fix.
On Jan 22, 2015, at 3:46 PM, Andy Gross <agross@codeaurora.org> wrote: > On Wed, Jan 21, 2015 at 08:46:45PM -0800, Joe Perches wrote: >>> +L: linux-soc@vger.kernel.org >>> S: Maintained >>> F: arch/arm/mach-qcom/ >>> +F: drivers/soc/qcom >> >> Please add a terminating / >> >> F: drivers/soc/qcom/ > > Noted, will fix. I’ll fix this up when I apply the patch. - k
On 01/21/15 20:39, Andy Gross wrote: > Added myself as a co-maintainer. Updated the files to include the Qualcomm SoC > directory. Added linux-soc mailing list. > > Signed-off-by: Andy Gross <agross@codeaurora.org> > --- > MAINTAINERS | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 93409ad..2af6e23 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1284,9 +1284,12 @@ S: Maintained > ARM/QUALCOMM SUPPORT > M: Kumar Gala <galak@codeaurora.org> > M: David Brown <davidb@codeaurora.org> > +M: Andy Gross <agross@codeaurora.org> > L: linux-arm-msm@vger.kernel.org > +L: linux-soc@vger.kernel.org Should this be here? I'd think we would want this on some more top-level drivers/soc/ entry so that mach-qcom changes don't go to the linux-soc list when they're not relevant to linux-soc. > S: Maintained > F: arch/arm/mach-qcom/ > +F: drivers/soc/qcom > T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git > > ARM/RADISYS ENP2611 MACHINE SUPPORT
diff --git a/MAINTAINERS b/MAINTAINERS index 93409ad..2af6e23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1284,9 +1284,12 @@ S: Maintained ARM/QUALCOMM SUPPORT M: Kumar Gala <galak@codeaurora.org> M: David Brown <davidb@codeaurora.org> +M: Andy Gross <agross@codeaurora.org> L: linux-arm-msm@vger.kernel.org +L: linux-soc@vger.kernel.org S: Maintained F: arch/arm/mach-qcom/ +F: drivers/soc/qcom T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git ARM/RADISYS ENP2611 MACHINE SUPPORT
Added myself as a co-maintainer. Updated the files to include the Qualcomm SoC directory. Added linux-soc mailing list. Signed-off-by: Andy Gross <agross@codeaurora.org> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)