All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer
       [not found] <CGME20210613233259epcas1p3a41583053c68564def2c7a3cef55a298@epcas1p3.samsung.com>
@ 2021-06-13 23:33 ` Jaehoon Chung
  2021-06-13 23:57   ` Bin Meng
  0 siblings, 1 reply; 5+ messages in thread
From: Jaehoon Chung @ 2021-06-13 23:33 UTC (permalink / raw)
  To: u-boot; +Cc: peng.fan, trini, Jaehoon Chung

Update to me as co-maintainer with Peng.
Additionally, fix the alias in git-mailrc.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 MAINTAINERS    | 1 +
 doc/git-mailrc | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 86ff5e04a62b..a9257cde4df2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -882,6 +882,7 @@ F:	arch/mips/dts/mrvl,cn73xx.dtsi
 
 MMC
 M:	Peng Fan <peng.fan@nxp.com>
+M:	Jaehoon Chung <jh80.chung@samsung.com>
 S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
 F:	drivers/mmc/
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 34f936f4d83c..2627edb09ac0 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -25,7 +25,7 @@ alias dinh           Dinh Nguyen <dinguyen@kernel.org>
 alias hs             Heiko Schocher <hs@denx.de>
 alias freenix        Peng Fan <peng.fan@nxp.com>
 alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
+alias Jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
 alias jagan          Jagan Teki <jagan@amarulasolutions.com>
 alias jhersh         Joe Hershberger <joe.hershberger@ni.com>
 alias kevery         Kever Yang <kever.yang@rock-chips.com>
@@ -119,7 +119,7 @@ alias kerneldoc      uboot, marex
 alias fdt            uboot, sjg
 alias i2c            uboot, hs
 alias kconfig        uboot, masahiro
-alias mmc            uboot, freenix
+alias mmc            uboot, freenix, Jaehoon
 alias nand           uboot
 alias net            uboot, jhersh
 alias phy            uboot, jhersh
@@ -131,4 +131,4 @@ alias xhci           uboot, bmeng
 alias video          uboot, ag
 alias patman         uboot, sjg
 alias buildman       uboot, sjg
-alias pmic           uboot, jaehoon
+alias pmic           uboot, Jaehoon
-- 
2.29.0


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

* Re: [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer
  2021-06-13 23:33 ` [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer Jaehoon Chung
@ 2021-06-13 23:57   ` Bin Meng
  2021-06-14  0:22     ` Jaehoon Chung
  0 siblings, 1 reply; 5+ messages in thread
From: Bin Meng @ 2021-06-13 23:57 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: U-Boot Mailing List, Peng Fan, Tom Rini

Hi Jaehoon,

On Mon, Jun 14, 2021 at 7:33 AM Jaehoon Chung <jh80.chung@samsung.com> wrote:
>
> Update to me as co-maintainer with Peng.
> Additionally, fix the alias in git-mailrc.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  MAINTAINERS    | 1 +
>  doc/git-mailrc | 6 +++---
>  2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 86ff5e04a62b..a9257cde4df2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -882,6 +882,7 @@ F:  arch/mips/dts/mrvl,cn73xx.dtsi
>
>  MMC
>  M:     Peng Fan <peng.fan@nxp.com>
> +M:     Jaehoon Chung <jh80.chung@samsung.com>
>  S:     Maintained
>  T:     git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
>  F:     drivers/mmc/
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> index 34f936f4d83c..2627edb09ac0 100644
> --- a/doc/git-mailrc
> +++ b/doc/git-mailrc
> @@ -25,7 +25,7 @@ alias dinh           Dinh Nguyen <dinguyen@kernel.org>
>  alias hs             Heiko Schocher <hs@denx.de>
>  alias freenix        Peng Fan <peng.fan@nxp.com>
>  alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> -alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
> +alias Jaehoon        Jaehoon Chung <jh80.chung@samsung.com>

I am not sure why this has to be capital letter? Did it break anything?

>  alias jagan          Jagan Teki <jagan@amarulasolutions.com>
>  alias jhersh         Joe Hershberger <joe.hershberger@ni.com>
>  alias kevery         Kever Yang <kever.yang@rock-chips.com>
> @@ -119,7 +119,7 @@ alias kerneldoc      uboot, marex
>  alias fdt            uboot, sjg
>  alias i2c            uboot, hs
>  alias kconfig        uboot, masahiro
> -alias mmc            uboot, freenix
> +alias mmc            uboot, freenix, Jaehoon
>  alias nand           uboot
>  alias net            uboot, jhersh
>  alias phy            uboot, jhersh
> @@ -131,4 +131,4 @@ alias xhci           uboot, bmeng
>  alias video          uboot, ag
>  alias patman         uboot, sjg
>  alias buildman       uboot, sjg
> -alias pmic           uboot, jaehoon
> +alias pmic           uboot, Jaehoon
>

Regards,
Bin

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

* Re: [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer
  2021-06-13 23:57   ` Bin Meng
@ 2021-06-14  0:22     ` Jaehoon Chung
  2021-06-14  1:12       ` Bin Meng
  0 siblings, 1 reply; 5+ messages in thread
From: Jaehoon Chung @ 2021-06-14  0:22 UTC (permalink / raw)
  To: Bin Meng; +Cc: U-Boot Mailing List, Peng Fan, Tom Rini

Hi Bin,

On 6/14/21 8:57 AM, Bin Meng wrote:
> Hi Jaehoon,
> 
> On Mon, Jun 14, 2021 at 7:33 AM Jaehoon Chung <jh80.chung@samsung.com> wrote:
>>
>> Update to me as co-maintainer with Peng.
>> Additionally, fix the alias in git-mailrc.
>>
>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>> ---
>>  MAINTAINERS    | 1 +
>>  doc/git-mailrc | 6 +++---
>>  2 files changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 86ff5e04a62b..a9257cde4df2 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -882,6 +882,7 @@ F:  arch/mips/dts/mrvl,cn73xx.dtsi
>>
>>  MMC
>>  M:     Peng Fan <peng.fan@nxp.com>
>> +M:     Jaehoon Chung <jh80.chung@samsung.com>
>>  S:     Maintained
>>  T:     git https://protect2.fireeye.com/v1/url?k=79b7d831-262ce129-79b6537e-0cc47a314e9a-cdf3442d5d2979bd&q=1&e=64a4c301-fdd1-4fc7-9483-a67d605ed544&u=https%3A%2F%2Fsource.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-mmc.git
>>  F:     drivers/mmc/
>> diff --git a/doc/git-mailrc b/doc/git-mailrc
>> index 34f936f4d83c..2627edb09ac0 100644
>> --- a/doc/git-mailrc
>> +++ b/doc/git-mailrc
>> @@ -25,7 +25,7 @@ alias dinh           Dinh Nguyen <dinguyen@kernel.org>
>>  alias hs             Heiko Schocher <hs@denx.de>
>>  alias freenix        Peng Fan <peng.fan@nxp.com>
>>  alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>> -alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
>> +alias Jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
> 
> I am not sure why this has to be capital letter? Did it break anything?

In patchwork, my account is Jaehoon, not jaehoon. 
So I have changed to same alias as my patchwork account.

If there is no problem, i will not modify this.

Best Regards,
Jaehoon Chung

> 
>>  alias jagan          Jagan Teki <jagan@amarulasolutions.com>
>>  alias jhersh         Joe Hershberger <joe.hershberger@ni.com>
>>  alias kevery         Kever Yang <kever.yang@rock-chips.com>
>> @@ -119,7 +119,7 @@ alias kerneldoc      uboot, marex
>>  alias fdt            uboot, sjg
>>  alias i2c            uboot, hs
>>  alias kconfig        uboot, masahiro
>> -alias mmc            uboot, freenix
>> +alias mmc            uboot, freenix, Jaehoon
>>  alias nand           uboot
>>  alias net            uboot, jhersh
>>  alias phy            uboot, jhersh
>> @@ -131,4 +131,4 @@ alias xhci           uboot, bmeng
>>  alias video          uboot, ag
>>  alias patman         uboot, sjg
>>  alias buildman       uboot, sjg
>> -alias pmic           uboot, jaehoon
>> +alias pmic           uboot, Jaehoon
>>
> 
> Regards,
> Bin
> 


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

* Re: [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer
  2021-06-14  0:22     ` Jaehoon Chung
@ 2021-06-14  1:12       ` Bin Meng
  2021-06-14  1:27         ` Jaehoon Chung
  0 siblings, 1 reply; 5+ messages in thread
From: Bin Meng @ 2021-06-14  1:12 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: U-Boot Mailing List, Peng Fan, Tom Rini

Hi Jaehoon,

On Mon, Jun 14, 2021 at 8:22 AM Jaehoon Chung <jh80.chung@samsung.com> wrote:
>
> Hi Bin,
>
> On 6/14/21 8:57 AM, Bin Meng wrote:
> > Hi Jaehoon,
> >
> > On Mon, Jun 14, 2021 at 7:33 AM Jaehoon Chung <jh80.chung@samsung.com> wrote:
> >>
> >> Update to me as co-maintainer with Peng.
> >> Additionally, fix the alias in git-mailrc.
> >>
> >> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> >> ---
> >>  MAINTAINERS    | 1 +
> >>  doc/git-mailrc | 6 +++---
> >>  2 files changed, 4 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/MAINTAINERS b/MAINTAINERS
> >> index 86ff5e04a62b..a9257cde4df2 100644
> >> --- a/MAINTAINERS
> >> +++ b/MAINTAINERS
> >> @@ -882,6 +882,7 @@ F:  arch/mips/dts/mrvl,cn73xx.dtsi
> >>
> >>  MMC
> >>  M:     Peng Fan <peng.fan@nxp.com>
> >> +M:     Jaehoon Chung <jh80.chung@samsung.com>
> >>  S:     Maintained
> >>  T:     git https://protect2.fireeye.com/v1/url?k=79b7d831-262ce129-79b6537e-0cc47a314e9a-cdf3442d5d2979bd&q=1&e=64a4c301-fdd1-4fc7-9483-a67d605ed544&u=https%3A%2F%2Fsource.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-mmc.git
> >>  F:     drivers/mmc/
> >> diff --git a/doc/git-mailrc b/doc/git-mailrc
> >> index 34f936f4d83c..2627edb09ac0 100644
> >> --- a/doc/git-mailrc
> >> +++ b/doc/git-mailrc
> >> @@ -25,7 +25,7 @@ alias dinh           Dinh Nguyen <dinguyen@kernel.org>
> >>  alias hs             Heiko Schocher <hs@denx.de>
> >>  alias freenix        Peng Fan <peng.fan@nxp.com>
> >>  alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> >> -alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
> >> +alias Jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
> >
> > I am not sure why this has to be capital letter? Did it break anything?
>
> In patchwork, my account is Jaehoon, not jaehoon.
> So I have changed to same alias as my patchwork account.

Thanks for the clarification. But I don't think git-mailrc has to
match patchwork.

>
> If there is no problem, i will not modify this.

Regards,
Bin

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

* Re: [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer
  2021-06-14  1:12       ` Bin Meng
@ 2021-06-14  1:27         ` Jaehoon Chung
  0 siblings, 0 replies; 5+ messages in thread
From: Jaehoon Chung @ 2021-06-14  1:27 UTC (permalink / raw)
  To: Bin Meng; +Cc: U-Boot Mailing List, Peng Fan, Tom Rini

Hi Bin,

On 6/14/21 10:12 AM, Bin Meng wrote:
> Hi Jaehoon,
> 
> On Mon, Jun 14, 2021 at 8:22 AM Jaehoon Chung <jh80.chung@samsung.com> wrote:
>>
>> Hi Bin,
>>
>> On 6/14/21 8:57 AM, Bin Meng wrote:
>>> Hi Jaehoon,
>>>
>>> On Mon, Jun 14, 2021 at 7:33 AM Jaehoon Chung <jh80.chung@samsung.com> wrote:
>>>>
>>>> Update to me as co-maintainer with Peng.
>>>> Additionally, fix the alias in git-mailrc.
>>>>
>>>> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
>>>> ---
>>>>  MAINTAINERS    | 1 +
>>>>  doc/git-mailrc | 6 +++---
>>>>  2 files changed, 4 insertions(+), 3 deletions(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 86ff5e04a62b..a9257cde4df2 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -882,6 +882,7 @@ F:  arch/mips/dts/mrvl,cn73xx.dtsi
>>>>
>>>>  MMC
>>>>  M:     Peng Fan <peng.fan@nxp.com>
>>>> +M:     Jaehoon Chung <jh80.chung@samsung.com>
>>>>  S:     Maintained
>>>>  T:     git https://protect2.fireeye.com/v1/url?k=79b7d831-262ce129-79b6537e-0cc47a314e9a-cdf3442d5d2979bd&q=1&e=64a4c301-fdd1-4fc7-9483-a67d605ed544&u=https%3A%2F%2Fsource.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-mmc.git
>>>>  F:     drivers/mmc/
>>>> diff --git a/doc/git-mailrc b/doc/git-mailrc
>>>> index 34f936f4d83c..2627edb09ac0 100644
>>>> --- a/doc/git-mailrc
>>>> +++ b/doc/git-mailrc
>>>> @@ -25,7 +25,7 @@ alias dinh           Dinh Nguyen <dinguyen@kernel.org>
>>>>  alias hs             Heiko Schocher <hs@denx.de>
>>>>  alias freenix        Peng Fan <peng.fan@nxp.com>
>>>>  alias iwamatsu       Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>>>> -alias jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
>>>> +alias Jaehoon        Jaehoon Chung <jh80.chung@samsung.com>
>>>
>>> I am not sure why this has to be capital letter? Did it break anything?
>>
>> In patchwork, my account is Jaehoon, not jaehoon.
>> So I have changed to same alias as my patchwork account.
> 
> Thanks for the clarification. But I don't think git-mailrc has to
> match patchwork.

Thanks for checking it. Then i will keep the original alias.

Best Regards,
Jaehoon Chung

> 
>>
>> If there is no problem, i will not modify this.
> 
> Regards,
> Bin
> 


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

end of thread, other threads:[~2021-06-14  1:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210613233259epcas1p3a41583053c68564def2c7a3cef55a298@epcas1p3.samsung.com>
2021-06-13 23:33 ` [PATCH] MAINTAINER, git-mailrc: Update the mmc maintainer Jaehoon Chung
2021-06-13 23:57   ` Bin Meng
2021-06-14  0:22     ` Jaehoon Chung
2021-06-14  1:12       ` Bin Meng
2021-06-14  1:27         ` Jaehoon Chung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.