2020-04-02 22:22:18

by Dmitry Osipenko

[permalink] [raw]
Subject: [PATCH v2] PM / devfreq: tegra: Add Dmitry as a maintainer

I was contributing to the NVIDIA Tegra20+ devfreq drivers recently and
want to help keep them working and evolving in the future.

Acked-by: Chanwoo Choi <[email protected]>
Signed-off-by: Dmitry Osipenko <[email protected]>
---

Changelog:

v2: - Addressed review comments made by Chanwoo Choi to v1 by correcting
git's address, making this patch standalone and adding Rafael Wysocki
to the list of email recipients.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 245a96316636..0a694e20ea19 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10922,6 +10922,15 @@ F: include/linux/memblock.h
F: mm/memblock.c
F: Documentation/core-api/boot-time-mm.rst

+MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA
+M: Dmitry Osipenko <[email protected]>
+L: [email protected]
+L: [email protected]
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
+S: Maintained
+F: drivers/devfreq/tegra20-devfreq.c
+F: drivers/devfreq/tegra30-devfreq.c
+
MEMORY MANAGEMENT
M: Andrew Morton <[email protected]>
L: [email protected]
--
2.25.1


2020-05-08 03:57:18

by Chanwoo Choi

[permalink] [raw]
Subject: Re: [PATCH v2] PM / devfreq: tegra: Add Dmitry as a maintainer

Hi Rafael,

Could you please apply it to linux-pm directly?

I think that it is better to be applied directly
for preventing the possible merge conflict of MAINTAINERS file.

Best Regards,
Chanwoo Choi

On 4/3/20 7:17 AM, Dmitry Osipenko wrote:
> I was contributing to the NVIDIA Tegra20+ devfreq drivers recently and
> want to help keep them working and evolving in the future.
>
> Acked-by: Chanwoo Choi <[email protected]>
> Signed-off-by: Dmitry Osipenko <[email protected]>
> ---
>
> Changelog:
>
> v2: - Addressed review comments made by Chanwoo Choi to v1 by correcting
> git's address, making this patch standalone and adding Rafael Wysocki
> to the list of email recipients.
>
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 245a96316636..0a694e20ea19 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10922,6 +10922,15 @@ F: include/linux/memblock.h
> F: mm/memblock.c
> F: Documentation/core-api/boot-time-mm.rst
>
> +MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA
> +M: Dmitry Osipenko <[email protected]>
> +L: [email protected]
> +L: [email protected]
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
> +S: Maintained
> +F: drivers/devfreq/tegra20-devfreq.c
> +F: drivers/devfreq/tegra30-devfreq.c
> +
> MEMORY MANAGEMENT
> M: Andrew Morton <[email protected]>
> L: [email protected]
>

2020-07-03 00:33:47

by Chanwoo Choi

[permalink] [raw]
Subject: Re: [PATCH v2] PM / devfreq: tegra: Add Dmitry as a maintainer

Dear all,

On 5/8/20 1:04 PM, Chanwoo Choi wrote:
> Hi Rafael,
>
> Could you please apply it to linux-pm directly?
>
> I think that it is better to be applied directly
> for preventing the possible merge conflict of MAINTAINERS file.
>
> Best Regards,
> Chanwoo Choi
>
> On 4/3/20 7:17 AM, Dmitry Osipenko wrote:
>> I was contributing to the NVIDIA Tegra20+ devfreq drivers recently and
>> want to help keep them working and evolving in the future.
>>
>> Acked-by: Chanwoo Choi <[email protected]>
>> Signed-off-by: Dmitry Osipenko <[email protected]>
>> ---
>>
>> Changelog:
>>
>> v2: - Addressed review comments made by Chanwoo Choi to v1 by correcting
>> git's address, making this patch standalone and adding Rafael Wysocki
>> to the list of email recipients.
>>
>> MAINTAINERS | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 245a96316636..0a694e20ea19 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10922,6 +10922,15 @@ F: include/linux/memblock.h
>> F: mm/memblock.c
>> F: Documentation/core-api/boot-time-mm.rst
>>
>> +MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA
>> +M: Dmitry Osipenko <[email protected]>
>> +L: [email protected]
>> +L: [email protected]
>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
>> +S: Maintained
>> +F: drivers/devfreq/tegra20-devfreq.c
>> +F: drivers/devfreq/tegra30-devfreq.c
>> +
>> MEMORY MANAGEMENT
>> M: Andrew Morton <[email protected]>
>> L: [email protected]
>>
>
>

I applied it to devfreq-next branch. Thanks.


--
Best Regards,
Chanwoo Choi
Samsung Electronics

2020-07-03 08:23:43

by Dmitry Osipenko

[permalink] [raw]
Subject: Re: [PATCH v2] PM / devfreq: tegra: Add Dmitry as a maintainer

03.07.2020 03:44, Chanwoo Choi пишет:
> Dear all,
>
> On 5/8/20 1:04 PM, Chanwoo Choi wrote:
>> Hi Rafael,
>>
>> Could you please apply it to linux-pm directly?
>>
>> I think that it is better to be applied directly
>> for preventing the possible merge conflict of MAINTAINERS file.
>>
>> Best Regards,
>> Chanwoo Choi
>>
>> On 4/3/20 7:17 AM, Dmitry Osipenko wrote:
>>> I was contributing to the NVIDIA Tegra20+ devfreq drivers recently and
>>> want to help keep them working and evolving in the future.
>>>
>>> Acked-by: Chanwoo Choi <[email protected]>
>>> Signed-off-by: Dmitry Osipenko <[email protected]>
>>> ---
>>>
>>> Changelog:
>>>
>>> v2: - Addressed review comments made by Chanwoo Choi to v1 by correcting
>>> git's address, making this patch standalone and adding Rafael Wysocki
>>> to the list of email recipients.
>>>
>>> MAINTAINERS | 9 +++++++++
>>> 1 file changed, 9 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 245a96316636..0a694e20ea19 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -10922,6 +10922,15 @@ F: include/linux/memblock.h
>>> F: mm/memblock.c
>>> F: Documentation/core-api/boot-time-mm.rst
>>>
>>> +MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA
>>> +M: Dmitry Osipenko <[email protected]>
>>> +L: [email protected]
>>> +L: [email protected]
>>> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
>>> +S: Maintained
>>> +F: drivers/devfreq/tegra20-devfreq.c
>>> +F: drivers/devfreq/tegra30-devfreq.c
>>> +
>>> MEMORY MANAGEMENT
>>> M: Andrew Morton <[email protected]>
>>> L: [email protected]
>>>
>>
>>
>
> I applied it to devfreq-next branch. Thanks.

Hello, Chanwoo! Thank you very much! :)