Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1438017 > unrolled thread
| Started by | Tai Nguyen <ttnguyen@apm.com> |
|---|---|
| First post | 2016-07-07 02:20 +0200 |
| Last post | 2016-07-07 03:10 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Tai Nguyen <ttnguyen@apm.com> - 2016-07-07 02:20 +0200
Re: [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Joe Perches <joe@perches.com> - 2016-07-07 02:20 +0200
Re: [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Tai Tri Nguyen <ttnguyen@apm.com> - 2016-07-07 02:40 +0200
Re: [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Joe Perches <joe@perches.com> - 2016-07-07 02:50 +0200
Re: [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver Tai Tri Nguyen <ttnguyen@apm.com> - 2016-07-07 03:10 +0200
| From | Tai Nguyen <ttnguyen@apm.com> |
|---|---|
| Date | 2016-07-07 02:20 +0200 |
| Subject | [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver |
| Message-ID | <rS5cR-7Pk-1@gated-at.bofh.it> |
Signed-off-by: Tai Nguyen <ttnguyen@apm.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4978dc1..3bd4143 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8593,6 +8593,14 @@ L: linux-scsi@vger.kernel.org S: Supported F: drivers/scsi/pm8001/ +PMU-XGENE +APPLIED MICRO (APM) X-GENE SOC PMU +M: Tai Nguyen <ttnguyen@apm.com> +S: Supported +F: drivers/perf/xgene_pmu.c +F: Documentation/perf/xgene-pmu.txt +F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt + POSIX CLOCKS and TIMERS M: Thomas Gleixner <tglx@linutronix.de> L: linux-kernel@vger.kernel.org -- 1.9.1
[toc] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2016-07-07 02:20 +0200 |
| Subject | Re: [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver |
| Message-ID | <rS5cR-7Pk-11@gated-at.bofh.it> |
| In reply to | #1438017 |
On Wed, 2016-07-06 at 17:07 -0700, Tai Nguyen wrote: > Signed-off-by: Tai Nguyen <ttnguyen@apm.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS [] > @@ -8593,6 +8593,14 @@ L: linux-scsi@vger.kernel.org > S: Supported > F: drivers/scsi/pm8001/ > > +PMU-XGENE > +APPLIED MICRO (APM) X-GENE SOC PMU One line section header please. > +M: Tai Nguyen <ttnguyen@apm.com> > +S: Supported > +F: drivers/perf/xgene_pmu.c > +F: Documentation/perf/xgene-pmu.txt > +F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt > + > POSIX CLOCKS and TIMERS > M: Thomas Gleixner <tglx@linutronix.de> > L: linux-kernel@vger.kernel.org
[toc] | [prev] | [next] | [standalone]
| From | Tai Tri Nguyen <ttnguyen@apm.com> |
|---|---|
| Date | 2016-07-07 02:40 +0200 |
| Message-ID | <rS5wd-7Xe-5@gated-at.bofh.it> |
| In reply to | #1438018 |
Hi Joe, Thanks. On Wed, Jul 6, 2016 at 5:19 PM, Joe Perches <joe@perches.com> wrote: > On Wed, 2016-07-06 at 17:07 -0700, Tai Nguyen wrote: >> Signed-off-by: Tai Nguyen <ttnguyen@apm.com> >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> @@ -8593,6 +8593,14 @@ L: linux-scsi@vger.kernel.org >> S: Supported >> F: drivers/scsi/pm8001/ >> >> +PMU-XGENE >> +APPLIED MICRO (APM) X-GENE SOC PMU > > One line section header please. Is this strictly required? I think I can just drop the first line "PMU-XGENE" if it's required. > >> +M: Tai Nguyen <ttnguyen@apm.com> >> +S: Supported >> +F: drivers/perf/xgene_pmu.c >> +F: Documentation/perf/xgene-pmu.txt >> +F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt >> + >> POSIX CLOCKS and TIMERS >> M: Thomas Gleixner <tglx@linutronix.de> >> L: linux-kernel@vger.kernel.org Regards, -- Tai
[toc] | [prev] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2016-07-07 02:50 +0200 |
| Subject | Re: [PATCH v7 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver |
| Message-ID | <rS5FT-80z-3@gated-at.bofh.it> |
| In reply to | #1438031 |
On Wed, 2016-07-06 at 17:35 -0700, Tai Tri Nguyen wrote: > Hi Joe, Chào Tai. > On Wed, Jul 6, 2016 at 5:19 PM, Joe Perches <joe@perches.com> wrote: > > On Wed, 2016-07-06 at 17:07 -0700, Tai Nguyen wrote: [] > > > diff --git a/MAINTAINERS b/MAINTAINERS > > [] > > > > > > @@ -8593,6 +8593,14 @@ L: linux-scsi@vger.kernel.org > > > S: Supported > > > F: drivers/scsi/pm8001/ > > > > > > +PMU-XGENE > > > +APPLIED MICRO (APM) X-GENE SOC PMU > > One line section header please. > Is this strictly required? Yes. get_maintainer.pl doesn't like multiple line section headers.
[toc] | [prev] | [next] | [standalone]
| From | Tai Tri Nguyen <ttnguyen@apm.com> |
|---|---|
| Date | 2016-07-07 03:10 +0200 |
| Message-ID | <rS5Zf-8mz-9@gated-at.bofh.it> |
| In reply to | #1438036 |
Hi Joe, On Wed, Jul 6, 2016 at 5:43 PM, Joe Perches <joe@perches.com> wrote: > On Wed, 2016-07-06 at 17:35 -0700, Tai Tri Nguyen wrote: >> Hi Joe, > > Chào Tai. > Thanks for the greeting! >> On Wed, Jul 6, 2016 at 5:19 PM, Joe Perches <joe@perches.com> wrote: >> > On Wed, 2016-07-06 at 17:07 -0700, Tai Nguyen wrote: > [] >> > > diff --git a/MAINTAINERS b/MAINTAINERS >> > [] >> > > >> > > @@ -8593,6 +8593,14 @@ L: linux-scsi@vger.kernel.org >> > > S: Supported >> > > F: drivers/scsi/pm8001/ >> > > >> > > +PMU-XGENE >> > > +APPLIED MICRO (APM) X-GENE SOC PMU >> > One line section header please. >> Is this strictly required? > > Yes. > > get_maintainer.pl doesn't like multiple line section headers. > Okay, I'll drop the first line and move it accordingly. Regards, Tai
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web