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


Groups > linux.kernel > #1262857 > unrolled thread

[PATCH] MAINTAINERS: Add devfreq-event entry

Started byChanwoo Choi <cw00.choi@samsung.com>
First post2015-11-05 04:10 +0100
Last post2015-11-05 05:30 +0100
Articles 6 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: Add devfreq-event entry Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-05 04:10 +0100
    Re: [PATCH] MAINTAINERS: Add devfreq-event entry Joe Perches <joe@perches.com> - 2015-11-05 04:20 +0100
      Re: [PATCH] MAINTAINERS: Add devfreq-event entry Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-05 04:30 +0100
        Re: [PATCH] MAINTAINERS: Add devfreq-event entry Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-05 05:10 +0100
          Re: [PATCH] MAINTAINERS: Add devfreq-event entry Joe Perches <joe@perches.com> - 2015-11-05 05:20 +0100
            Re: [PATCH] MAINTAINERS: Add devfreq-event entry Chanwoo Choi <cw00.choi@samsung.com> - 2015-11-05 05:30 +0100

#1262857 — [PATCH] MAINTAINERS: Add devfreq-event entry

FromChanwoo Choi <cw00.choi@samsung.com>
Date2015-11-05 04:10 +0100
Subject[PATCH] MAINTAINERS: Add devfreq-event entry
Message-ID<qrj61-Vz-7@gated-at.bofh.it>
This patch adds the devfreq-event[1] entry to review the patches
as just supporter. Patches will be picked up by Myungjoo Ham on
devfreq git repository.
[1] https://lkml.org/lkml/2015/1/25/573

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bd18978d5ad3..07f2dfaa9236 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3340,6 +3340,15 @@ L:	linux-pm@vger.kernel.org
 S:	Maintained
 F:	drivers/devfreq/
 
+DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
+M:	Chanwoo Choi <cw00.choi@samsung.com>
+L:	linux-pm@vger.kernel.org
+S:	Supported
+F:	drivers/devfreq/event
+F:	drivers/devfreq/devfreq-event.c
+F:	include/linux/devfreq-event.h
+F:	Documentation/devicetree/bindings/devfreq/event
+
 DEVICE NUMBER REGISTRY
 M:	Torben Mathiasen <device@lanana.org>
 W:	http://lanana.org/docs/device-list/index.html
-- 
1.9.1

--
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]


#1262870

FromJoe Perches <joe@perches.com>
Date2015-11-05 04:20 +0100
Message-ID<qrjfH-16l-5@gated-at.bofh.it>
In reply to#1262857
On Thu, 2015-11-05 at 12:00 +0900, Chanwoo Choi wrote:
> This patch adds the devfreq-event[1] entry to review the patches
> as just supporter. Patches will be picked up by Myungjoo Ham on
> devfreq git repository.
> [1] https://lkml.org/lkml/2015/1/25/573
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -3340,6 +3340,15 @@ L:	linux-pm@vger.kernel.org
>  S:	Maintained
>  F:	drivers/devfreq/
>  
> +DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
> +M:	Chanwoo Choi <cw00.choi@samsung.com>
> +L:	linux-pm@vger.kernel.org
> +S:	Supported
> +F:	drivers/devfreq/event
> +F:	drivers/devfreq/devfreq-event.c
> +F:	include/linux/devfreq-event.h
> +F:	Documentation/devicetree/bindings/devfreq/event
> +
>  DEVICE NUMBER REGISTRY
>  M:	Torben Mathiasen <device@lanana.org>
>  W:	http://lanana.org/docs/device-list/index.html

It'd be nice to update the DEVFREQ MAINTAINERS entry (and maybe
this one as well) so it has the appropriate git repository listed.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index caddb49..ca0ae09 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3349,6 +3349,7 @@ DEVICE FREQUENCY (DEVFREQ)
 M:	MyungJoo Ham <myungjoo.ham@samsung.com>
 M:	Kyungmin Park <kyungmin.park@samsung.com>
 L:	linux-pm@vger.kernel.org
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
 S:	Maintained
 F:	drivers/devfreq/
 

--
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]


#1262877

FromChanwoo Choi <cw00.choi@samsung.com>
Date2015-11-05 04:30 +0100
Message-ID<qrjpo-1a1-7@gated-at.bofh.it>
In reply to#1262870
Hi Joe,

On 2015년 11월 05일 12:17, Joe Perches wrote:
> On Thu, 2015-11-05 at 12:00 +0900, Chanwoo Choi wrote:
>> This patch adds the devfreq-event[1] entry to review the patches
>> as just supporter. Patches will be picked up by Myungjoo Ham on
>> devfreq git repository.
>> [1] https://lkml.org/lkml/2015/1/25/573
> []
>> diff --git a/MAINTAINERS b/MAINTAINERS
> []
>> @@ -3340,6 +3340,15 @@ L:	linux-pm@vger.kernel.org
>>  S:	Maintained
>>  F:	drivers/devfreq/
>>  
>> +DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
>> +M:	Chanwoo Choi <cw00.choi@samsung.com>
>> +L:	linux-pm@vger.kernel.org
>> +S:	Supported
>> +F:	drivers/devfreq/event
>> +F:	drivers/devfreq/devfreq-event.c
>> +F:	include/linux/devfreq-event.h
>> +F:	Documentation/devicetree/bindings/devfreq/event
>> +
>>  DEVICE NUMBER REGISTRY
>>  M:	Torben Mathiasen <device@lanana.org>
>>  W:	http://lanana.org/docs/device-list/index.html
> 
> It'd be nice to update the DEVFREQ MAINTAINERS entry (and maybe
> this one as well) so it has the appropriate git repository listed.

How can I update the DEVFREQ MAINTAINER entry?
If you add more detailed comment, I would appreciate 

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index caddb49..ca0ae09 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3349,6 +3349,7 @@ DEVICE FREQUENCY (DEVFREQ)
>  M:	MyungJoo Ham <myungjoo.ham@samsung.com>
>  M:	Kyungmin Park <kyungmin.park@samsung.com>
>  L:	linux-pm@vger.kernel.org
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git

OK. I'll update it.

Thanks,
Chanwoo Choi
--
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]


#1262883

FromChanwoo Choi <cw00.choi@samsung.com>
Date2015-11-05 05:10 +0100
Message-ID<qrk26-1C5-5@gated-at.bofh.it>
In reply to#1262877
Hi Joe,

On 2015년 11월 05일 12:21, Chanwoo Choi wrote:
> Hi Joe,
> 
> On 2015년 11월 05일 12:17, Joe Perches wrote:
>> On Thu, 2015-11-05 at 12:00 +0900, Chanwoo Choi wrote:
>>> This patch adds the devfreq-event[1] entry to review the patches
>>> as just supporter. Patches will be picked up by Myungjoo Ham on
>>> devfreq git repository.
>>> [1] https://lkml.org/lkml/2015/1/25/573
>> []
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>> []
>>> @@ -3340,6 +3340,15 @@ L:	linux-pm@vger.kernel.org
>>>  S:	Maintained
>>>  F:	drivers/devfreq/
>>>  
>>> +DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
>>> +M:	Chanwoo Choi <cw00.choi@samsung.com>
>>> +L:	linux-pm@vger.kernel.org
>>> +S:	Supported
>>> +F:	drivers/devfreq/event
>>> +F:	drivers/devfreq/devfreq-event.c
>>> +F:	include/linux/devfreq-event.h
>>> +F:	Documentation/devicetree/bindings/devfreq/event
>>> +
>>>  DEVICE NUMBER REGISTRY
>>>  M:	Torben Mathiasen <device@lanana.org>
>>>  W:	http://lanana.org/docs/device-list/index.html
>>
>> It'd be nice to update the DEVFREQ MAINTAINERS entry (and maybe
>> this one as well) so it has the appropriate git repository listed.
> 
> How can I update the DEVFREQ MAINTAINER entry?
> If you add more detailed comment, I would appreciate 

Do you mean that update the DEVFREQ-EVENT entry as following?
I add the devfreq git repository information.

diff --git a/MAINTAINERS b/MAINTAINERS
index bd18978d5ad3..0a6de68342e1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3340,6 +3340,16 @@ L:	linux-pm@vger.kernel.org
 S:	Maintained
 F:	drivers/devfreq/
 
+DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
+M:	Chanwoo Choi <cw00.choi@samsung.com>
+L:	linux-pm@vger.kernel.org
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
+S:	Supported
+F:	drivers/devfreq/event/
+F:	drivers/devfreq/devfreq-event.c
+F:	include/linux/devfreq-event.h
+F:	Documentation/devicetree/bindings/devfreq/event/
+

Thanks,
Chanwoo Choi

> 
>> ---
>>  MAINTAINERS | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index caddb49..ca0ae09 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3349,6 +3349,7 @@ DEVICE FREQUENCY (DEVFREQ)
>>  M:	MyungJoo Ham <myungjoo.ham@samsung.com>
>>  M:	Kyungmin Park <kyungmin.park@samsung.com>
>>  L:	linux-pm@vger.kernel.org
>> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
> 
> OK. I'll update it.
> 
> Thanks,
> Chanwoo Choi
> --
> 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/
> 

--
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]


#1262884

FromJoe Perches <joe@perches.com>
Date2015-11-05 05:20 +0100
Message-ID<qrkbL-1F5-3@gated-at.bofh.it>
In reply to#1262883
On Thu, 2015-11-05 at 13:03 +0900, Chanwoo Choi wrote:
> Hi Joe,

Rehi.

> On 2015년 11월 05일 12:21, Chanwoo Choi wrote:
> > On 2015년 11월 05일 12:17, Joe Perches wrote:
> > > It'd be nice to update the DEVFREQ MAINTAINERS entry (and maybe
> > > this one as well) so it has the appropriate git repository listed.
> > 
> > How can I update the DEVFREQ MAINTAINER entry?
> > If you add more detailed comment, I would appreciate 
> 
> Do you mean that update the DEVFREQ-EVENT entry as following?
> I add the devfreq git repository information.

Sure, but I suggest updating both the
DEVFREQ and DEVFREQ_EVENT entries.

--
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]


#1262887

FromChanwoo Choi <cw00.choi@samsung.com>
Date2015-11-05 05:30 +0100
Message-ID<qrkls-1IA-5@gated-at.bofh.it>
In reply to#1262884
On 2015년 11월 05일 13:17, Joe Perches wrote:
> On Thu, 2015-11-05 at 13:03 +0900, Chanwoo Choi wrote:
>> Hi Joe,
> 
> Rehi.
> 
>> On 2015년 11월 05일 12:21, Chanwoo Choi wrote:
>>> On 2015년 11월 05일 12:17, Joe Perches wrote:
>>>> It'd be nice to update the DEVFREQ MAINTAINERS entry (and maybe
>>>> this one as well) so it has the appropriate git repository listed.
>>>
>>> How can I update the DEVFREQ MAINTAINER entry?
>>> If you add more detailed comment, I would appreciate 
>>
>> Do you mean that update the DEVFREQ-EVENT entry as following?
>> I add the devfreq git repository information.
> 
> Sure, but I suggest updating both the
> DEVFREQ and DEVFREQ_EVENT entries.

OK. I'll update both entries.

Thanks,
Chanwoo Choi

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