2019-11-05 06:21:44

by Chanwoo Choi

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update myself as maintainer for DEVFREQ subsystem support

Update myself to the DEVFREQ entry as maintainer from reviewer and
the git repository information to manage the devfreq patches. I've been
reviewing and tesing the devfreq support for the couple of years as reviewer.
From now, I'll help and reiview the devfreq as maintainer.

Suggested-by: MyungJoo Ham <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
---
MAINTAINERS | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cba1095547fd..ebc1078c1ecb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3532,7 +3532,7 @@ BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
M: Chanwoo Choi <[email protected]>
L: [email protected]
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
S: Maintained
F: drivers/devfreq/exynos-bus.c
F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
@@ -4762,9 +4762,9 @@ F: include/linux/devcoredump.h
DEVICE FREQUENCY (DEVFREQ)
M: MyungJoo Ham <[email protected]>
M: Kyungmin Park <[email protected]>
-R: Chanwoo Choi <[email protected]>
+M: Chanwoo Choi <[email protected]>
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
S: Maintained
F: drivers/devfreq/
F: include/linux/devfreq.h
@@ -4774,7 +4774,7 @@ F: include/trace/events/devfreq.h
DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
M: Chanwoo Choi <[email protected]>
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
S: Supported
F: drivers/devfreq/event/
F: drivers/devfreq/devfreq-event.c
--
2.17.1



2019-11-05 09:14:11

by MyungJoo Ham

[permalink] [raw]
Subject: RE: [PATCH] MAINTAINERS: Update myself as maintainer for DEVFREQ subsystem support

>Update myself to the DEVFREQ entry as maintainer from reviewer and
>the git repository information to manage the devfreq patches. I've been
>reviewing and tesing the devfreq support for the couple of years as reviewer.
>From now, I'll help and reiview the devfreq as maintainer.
>
>Suggested-by: MyungJoo Ham <[email protected]>
>Signed-off-by: Chanwoo Choi <[email protected]>

Acked-by: MyungJoo Ham <[email protected]>


Thanks a lot, Chanwoo!

>---
> MAINTAINERS | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index cba1095547fd..ebc1078c1ecb 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -3532,7 +3532,7 @@ BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
> M: Chanwoo Choi <[email protected]>
> L: [email protected]
> L: [email protected]
>-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
>+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
> S: Maintained
> F: drivers/devfreq/exynos-bus.c
> F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
>@@ -4762,9 +4762,9 @@ F: include/linux/devcoredump.h
> DEVICE FREQUENCY (DEVFREQ)
> M: MyungJoo Ham <[email protected]>
> M: Kyungmin Park <[email protected]>
>-R: Chanwoo Choi <[email protected]>
>+M: Chanwoo Choi <[email protected]>
> L: [email protected]
>-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
>+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
> S: Maintained
> F: drivers/devfreq/
> F: include/linux/devfreq.h
>@@ -4774,7 +4774,7 @@ F: include/trace/events/devfreq.h
> DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
> M: Chanwoo Choi <[email protected]>
> L: [email protected]
>-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
>+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
> S: Supported
> F: drivers/devfreq/event/
> F: drivers/devfreq/devfreq-event.c
>--
>2.17.1
>

2019-11-05 16:45:36

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update myself as maintainer for DEVFREQ subsystem support

On Tuesday, November 5, 2019 8:35:05 AM CET MyungJoo Ham wrote:
> >Update myself to the DEVFREQ entry as maintainer from reviewer and
> >the git repository information to manage the devfreq patches. I've been
> >reviewing and tesing the devfreq support for the couple of years as reviewer.
> >From now, I'll help and reiview the devfreq as maintainer.
> >
> >Suggested-by: MyungJoo Ham <[email protected]>
> >Signed-off-by: Chanwoo Choi <[email protected]>
>
> Acked-by: MyungJoo Ham <[email protected]>
>
>
> Thanks a lot, Chanwoo!

I can take this one if no one is against that.

I will be expecting devfreq pull requests from Chanwoo going forward.

Thanks!



2019-11-06 02:54:59

by Chanwoo Choi

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update myself as maintainer for DEVFREQ subsystem support

On 19. 11. 6. 오전 1:44, Rafael J. Wysocki wrote:
> On Tuesday, November 5, 2019 8:35:05 AM CET MyungJoo Ham wrote:
>>> Update myself to the DEVFREQ entry as maintainer from reviewer and
>>> the git repository information to manage the devfreq patches. I've been
>>> reviewing and tesing the devfreq support for the couple of years as reviewer.
>> >From now, I'll help and reiview the devfreq as maintainer.
>>>
>>> Suggested-by: MyungJoo Ham <[email protected]>
>>> Signed-off-by: Chanwoo Choi <[email protected]>
>>
>> Acked-by: MyungJoo Ham <[email protected]>
>>
>>
>> Thanks a lot, Chanwoo!
>
> I can take this one if no one is against that.

Thanks for picking up.

>
> I will be expecting devfreq pull requests from Chanwoo going forward.
>

After you applied it, If it's not late, I'll send the pull-request
of devfreq for v5.5. Thanks.

--
Best Regards,
Chanwoo Choi
Samsung Electronics

2019-11-06 10:51:31

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update myself as maintainer for DEVFREQ subsystem support

On Wednesday, November 6, 2019 3:59:16 AM CET Chanwoo Choi wrote:
> On 19. 11. 6. 오전 1:44, Rafael J. Wysocki wrote:
> > On Tuesday, November 5, 2019 8:35:05 AM CET MyungJoo Ham wrote:
> >>> Update myself to the DEVFREQ entry as maintainer from reviewer and
> >>> the git repository information to manage the devfreq patches. I've been
> >>> reviewing and tesing the devfreq support for the couple of years as reviewer.
> >> >From now, I'll help and reiview the devfreq as maintainer.
> >>>
> >>> Suggested-by: MyungJoo Ham <[email protected]>
> >>> Signed-off-by: Chanwoo Choi <[email protected]>
> >>
> >> Acked-by: MyungJoo Ham <[email protected]>
> >>
> >>
> >> Thanks a lot, Chanwoo!
> >
> > I can take this one if no one is against that.
>
> Thanks for picking up.
>
> >
> > I will be expecting devfreq pull requests from Chanwoo going forward.
> >
>
> After you applied it, If it's not late, I'll send the pull-request
> of devfreq for v5.5. Thanks.

No, it is not too late, you can send it at any time now.

Thanks!