2020-03-30 23:20:59

by Dmitry Osipenko

[permalink] [raw]
Subject: [PATCH v1 1/5] 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]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8b8abe756ae0..9e8b0779f6df 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10931,6 +10931,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/mzx/devfreq.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-03-31 23:06:12

by Chanwoo Choi

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

On 3/31/20 8:16 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]>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8b8abe756ae0..9e8b0779f6df 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10931,6 +10931,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/mzx/devfreq.git

Need to update it as following:
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 already agreed it. To prevent the merge conflict of MAINTAINERS,
better to be merged it to linux-pm.git maintainer. On next time,
please add Rafael J. Wysocki to To list.

--
Best Regards,
Chanwoo Choi
Samsung Electronics

2020-04-01 18:53:39

by Dmitry Osipenko

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

01.04.2020 02:13, Chanwoo Choi пишет:
> On 3/31/20 8:16 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]>
>> ---
>> MAINTAINERS | 9 +++++++++
>> 1 file changed, 9 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 8b8abe756ae0..9e8b0779f6df 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10931,6 +10931,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/mzx/devfreq.git
>
> Need to update it as following:
> git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git

Indeed, good catch!

>> +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 already agreed it. To prevent the merge conflict of MAINTAINERS,
> better to be merged it to linux-pm.git maintainer. On next time,
> please add Rafael J. Wysocki to To list.

I'll update and re-send this patch separately from the rest of the
patches, thank you.