linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] MAINTAINERS: Update the DEVFREQ and DEVFREQ-EVENT entry
@ 2015-11-05  4:30 Chanwoo Choi
  2015-11-05  4:30 ` [PATCH v2 1/2] MAINTAINERS: Add missing git repository and directory for devfreq Chanwoo Choi
  2015-11-05  4:30 ` [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry Chanwoo Choi
  0 siblings, 2 replies; 7+ messages in thread
From: Chanwoo Choi @ 2015-11-05  4:30 UTC (permalink / raw)
  To: myungjoo.ham, joe
  Cc: kyungmin.park, rafael.j.wysocki, linux-kernel, linux-pm, Chanwoo Choi

This patch updates the DEVFREQ entry including missing information and add the
new DEVFREQ-EVENT[1] entry.
[1] https://lkml.org/lkml/2015/1/25/573

Changes from v1:
- Add patch1 which add the missing git repository and directory of devfreq
- Add devfreq git repository info to DEVFREQ-EVENT entry in MAINTAINERS

Chanwoo Choi (2):
  MAINTAINERS: Add missing git repository and directory for devfreq
  MAINTAINERS: Add devfreq-event entry

 MAINTAINERS | 13 +++++++++++++
 1 file changed, 13 insertions(+)

-- 
1.9.1


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

* [PATCH v2 1/2] MAINTAINERS: Add missing git repository and directory for devfreq
  2015-11-05  4:30 [PATCH v2 0/2] MAINTAINERS: Update the DEVFREQ and DEVFREQ-EVENT entry Chanwoo Choi
@ 2015-11-05  4:30 ` Chanwoo Choi
  2015-11-05  4:30 ` [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry Chanwoo Choi
  1 sibling, 0 replies; 7+ messages in thread
From: Chanwoo Choi @ 2015-11-05  4:30 UTC (permalink / raw)
  To: myungjoo.ham, joe
  Cc: kyungmin.park, rafael.j.wysocki, linux-kernel, linux-pm, Chanwoo Choi

This patch adds the missing git repository infomation and directory for
devfreq. When using get_maintainer.pl, the result should include the
correct maintainer information.

Suggested-by: Joe Perches <joe@perches.com>
[cw00.chio: Add missing directory for devfreq]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bd18978d5ad3..7de31f44a48d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3337,8 +3337,11 @@ 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/
+F:	include/linux/devfreq.h
+F:	Documentation/devicetree/bindings/devfreq/
 
 DEVICE NUMBER REGISTRY
 M:	Torben Mathiasen <device@lanana.org>
-- 
1.9.1


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

* [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry
  2015-11-05  4:30 [PATCH v2 0/2] MAINTAINERS: Update the DEVFREQ and DEVFREQ-EVENT entry Chanwoo Choi
  2015-11-05  4:30 ` [PATCH v2 1/2] MAINTAINERS: Add missing git repository and directory for devfreq Chanwoo Choi
@ 2015-11-05  4:30 ` Chanwoo Choi
  1 sibling, 0 replies; 7+ messages in thread
From: Chanwoo Choi @ 2015-11-05  4:30 UTC (permalink / raw)
  To: myungjoo.ham, joe
  Cc: kyungmin.park, rafael.j.wysocki, linux-kernel, linux-pm, Chanwoo Choi

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 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7de31f44a48d..3d7e4077567b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3343,6 +3343,16 @@ F:	drivers/devfreq/
 F:	include/linux/devfreq.h
 F:	Documentation/devicetree/bindings/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/
+
 DEVICE NUMBER REGISTRY
 M:	Torben Mathiasen <device@lanana.org>
 W:	http://lanana.org/docs/device-list/index.html
-- 
1.9.1


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

* Re: [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry
  2015-11-06  0:27 MyungJoo Ham
@ 2015-11-25 11:11 ` Chanwoo Choi
  0 siblings, 0 replies; 7+ messages in thread
From: Chanwoo Choi @ 2015-11-25 11:11 UTC (permalink / raw)
  To: myungjoo.ham, Rafael J. Wysocki
  Cc: joe, 박경민, rafael.j.wysocki, linux-kernel, linux-pm

Dear Myungjoo,

On 2015년 11월 06일 09:27, MyungJoo Ham wrote:
>> On Thursday, November 05, 2015 11:37:59 PM MyungJoo Ham wrote:
>>>> On Thursday, November 05, 2015 06:53:13 AM MyungJoo Ham 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
>>>>>>
>>>>>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>>>>>
>>>>> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
>>>>
>>>> Well, does this mean I'm supposed to apply the patch directly?
>>>>
>>>> Or can you please do that?
>>>>
>>>> Rafael
>>>
>>> That means that I'll be getting patches from Chanwoo and
>>> merge with the rest of devfreq in my repo first before
>>> going out.
>>
>> Cool, thanks!
>>
>> I'll be waiting for a pull request from you, then.
>>
>> But can you please send it to me early next week (preferably on Monday),
>> so I can include it into my next pull request for Linus?
> 
> Don'y worry; there are no patches to pull right now.
> The patches in the link, [1] https://lkml.org/lkml/2015/1/25/573,
> are already in the tree. That link only demonstrates what is
> `devfreq-event' being added to /MAINTAINERS.

This patch already got the signed-off tag by you.
Could you please pick this patch-set on devfreq.git?

Best Regards,
Chawnoo Choi

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

* Re: [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry
  2015-11-05 23:37 MyungJoo Ham
@ 2015-11-06  0:11 ` Rafael J. Wysocki
  0 siblings, 0 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2015-11-06  0:11 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: 최찬우, joe, 박경민,
	rafael.j.wysocki, linux-kernel, linux-pm

On Thursday, November 05, 2015 11:37:59 PM MyungJoo Ham wrote:
> >On Thursday, November 05, 2015 06:53:13 AM MyungJoo Ham 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
> >> > 
> >> > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> >> 
> >> 
> >> 
> >> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
> >
> >Well, does this mean I'm supposed to apply the patch directly?
> >
> >Or can you please do that?
> >
> >Rafael
> 
> That means that I'll be getting patches from Chanwoo and
> merge with the rest of devfreq in my repo first before
> going out.

Cool, thanks!

I'll be waiting for a pull request from you, then.

But can you please send it to me early next week (preferably on Monday),
so I can include it into my next pull request for Linus?

Thanks,
Rafael


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

* Re: [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry
  2015-11-05  6:53 MyungJoo Ham
@ 2015-11-05 23:40 ` Rafael J. Wysocki
  0 siblings, 0 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2015-11-05 23:40 UTC (permalink / raw)
  To: myungjoo.ham
  Cc: 최찬우, joe, 박경민,
	rafael.j.wysocki, linux-kernel, linux-pm

On Thursday, November 05, 2015 06:53:13 AM MyungJoo Ham 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
> > 
> > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> 
> 
> 
> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

Well, does this mean I'm supposed to apply the patch directly?

Or can you please do that?

Rafael


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

* Re: [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry
@ 2015-11-05  6:53 MyungJoo Ham
  2015-11-05 23:40 ` Rafael J. Wysocki
  0 siblings, 1 reply; 7+ messages in thread
From: MyungJoo Ham @ 2015-11-05  6:53 UTC (permalink / raw)
  To: 최찬우, joe
  Cc: 박경민, rafael.j.wysocki, linux-kernel, linux-pm

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 1311 bytes --]

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



Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7de31f44a48d..3d7e4077567b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3343,6 +3343,16 @@ F:	drivers/devfreq/
>  F:	include/linux/devfreq.h
>  F:	Documentation/devicetree/bindings/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/
> +
>  DEVICE NUMBER REGISTRY
>  M:	Torben Mathiasen <device@lanana.org>
>  W:	http://lanana.org/docs/device-list/index.html
> -- 
> 1.9.1
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

end of thread, other threads:[~2015-11-25 11:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05  4:30 [PATCH v2 0/2] MAINTAINERS: Update the DEVFREQ and DEVFREQ-EVENT entry Chanwoo Choi
2015-11-05  4:30 ` [PATCH v2 1/2] MAINTAINERS: Add missing git repository and directory for devfreq Chanwoo Choi
2015-11-05  4:30 ` [PATCH v2 2/2] MAINTAINERS: Add devfreq-event entry Chanwoo Choi
2015-11-05  6:53 MyungJoo Ham
2015-11-05 23:40 ` Rafael J. Wysocki
2015-11-05 23:37 MyungJoo Ham
2015-11-06  0:11 ` Rafael J. Wysocki
2015-11-06  0:27 MyungJoo Ham
2015-11-25 11:11 ` Chanwoo Choi

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