[PATCH] MAINTAINERS: dt-bindings: update Krzysztof Kozlowski's email

Krzysztof Kozlowski posted 1 patch 4 years, 3 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: dt-bindings: update Krzysztof Kozlowski's email
Posted by Krzysztof Kozlowski 4 years, 3 months ago
Use Krzysztof Kozlowski's @kernel.org account in dt-bindings maintainer
entry.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

---

Hi Rob,

Could you take this one directly (optionally squash with the patch
adding me as maintainer)?

My email address also appears in the bindings. For now mailmap will
handle it (see my other commit). I will change it after merge window,
because some of the bindings are in separate for-next branches.
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e88b4e17e35..48b0cf606be0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14604,7 +14604,7 @@ F:	scripts/dtc/
 
 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
 M:	Rob Herring <robh+dt@kernel.org>
-M:	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
+M:	Krzysztof Kozlowski <krzk+dt@kernel.org>
 L:	devicetree@vger.kernel.org
 S:	Maintained
 C:	irc://irc.libera.chat/devicetree
-- 
2.32.0
Re: [PATCH] MAINTAINERS: dt-bindings: update Krzysztof Kozlowski's email
Posted by Rob Herring 4 years, 3 months ago
On Mon, Mar 7, 2022 at 11:29 AM Krzysztof Kozlowski
<krzysztof.kozlowski@canonical.com> wrote:
>
> Use Krzysztof Kozlowski's @kernel.org account in dt-bindings maintainer
> entry.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>
> ---
>
> Hi Rob,
>
> Could you take this one directly (optionally squash with the patch
> adding me as maintainer)?
>
> My email address also appears in the bindings. For now mailmap will
> handle it (see my other commit). I will change it after merge window,
> because some of the bindings are in separate for-next branches.
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4e88b4e17e35..48b0cf606be0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14604,7 +14604,7 @@ F:      scripts/dtc/
>
>  OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
>  M:     Rob Herring <robh+dt@kernel.org>
> -M:     Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> +M:     Krzysztof Kozlowski <krzk+dt@kernel.org>

FWIW, the +dt never really worked that well for me. I've concluded
that anything that relies on submitters getting things right doesn't
work.

Rob
Re: [PATCH] MAINTAINERS: dt-bindings: update Krzysztof Kozlowski's email
Posted by Krzysztof Kozlowski 4 years, 3 months ago
On 07/03/2022 19:03, Rob Herring wrote:
> On Mon, Mar 7, 2022 at 11:29 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@canonical.com> wrote:
>>
>> Use Krzysztof Kozlowski's @kernel.org account in dt-bindings maintainer
>> entry.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>>
>> ---
>>
>> Hi Rob,
>>
>> Could you take this one directly (optionally squash with the patch
>> adding me as maintainer)?
>>
>> My email address also appears in the bindings. For now mailmap will
>> handle it (see my other commit). I will change it after merge window,
>> because some of the bindings are in separate for-next branches.
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 4e88b4e17e35..48b0cf606be0 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -14604,7 +14604,7 @@ F:      scripts/dtc/
>>
>>  OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
>>  M:     Rob Herring <robh+dt@kernel.org>
>> -M:     Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>> +M:     Krzysztof Kozlowski <krzk+dt@kernel.org>
> 
> FWIW, the +dt never really worked that well for me. I've concluded
> that anything that relies on submitters getting things right doesn't
> work.

I was afraid of this. :) Still this is the high-volume maintainership,
so I need to try to organize it.


Best regards,
Krzysztof
Re: [PATCH] MAINTAINERS: dt-bindings: update Krzysztof Kozlowski's email
Posted by Rob Herring 4 years, 3 months ago
On Mon, 07 Mar 2022 18:29:01 +0100, Krzysztof Kozlowski wrote:
> Use Krzysztof Kozlowski's @kernel.org account in dt-bindings maintainer
> entry.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> ---
> 
> Hi Rob,
> 
> Could you take this one directly (optionally squash with the patch
> adding me as maintainer)?
> 
> My email address also appears in the bindings. For now mailmap will
> handle it (see my other commit). I will change it after merge window,
> because some of the bindings are in separate for-next branches.
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!