linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Update Ampere email address
@ 2019-01-30  1:56 Khuong Dinh
  2019-02-22 22:43 ` Khuong Dinh
  0 siblings, 1 reply; 5+ messages in thread
From: Khuong Dinh @ 2019-01-30  1:56 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, joe, arnd, gregkh
  Cc: Open Source Submission, Khuong Dinh

This patch updates all APM email addresses to Ampere new email
addresses.

Signed-off-by: Khuong Dinh <khuong@os.amperecomputing.com>
---
v2:
 - Update new domain email address
v1:
 - Initial version
---
 MAINTAINERS | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6c27cd7..1cf0801 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1036,26 +1036,26 @@ F:	drivers/net/appletalk/
 F:	net/appletalk/
 
 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
-M:	Duc Dang <dhdang@apm.com>
+M:	Khuong Dinh <khuong@os.amperecomputing.com>
 S:	Supported
 F:	arch/arm64/boot/dts/apm/
 
 APPLIED MICRO (APM) X-GENE SOC EDAC
-M:	Loc Ho <lho@apm.com>
+M:	Khuong Dinh <khuong@os.amperecomputing.com>
 S:	Supported
 F:	drivers/edac/xgene_edac.c
 F:	Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
 
 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
-M:	Iyappan Subramanian <isubramanian@apm.com>
-M:	Keyur Chudgar <kchudgar@apm.com>
+M:	Iyappan Subramanian <iyappan@os.amperecomputing.com>
+M:	Keyur Chudgar <keyur@os.amperecomputing.com>
 S:	Supported
 F:	drivers/net/ethernet/apm/xgene-v2/
 
 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
-M:	Iyappan Subramanian <isubramanian@apm.com>
-M:	Keyur Chudgar <kchudgar@apm.com>
-M:	Quan Nguyen <qnguyen@apm.com>
+M:	Iyappan Subramanian <iyappan@os.amperecomputing.com>
+M:	Keyur Chudgar <keyur@os.amperecomputing.com>
+M:	Quan Nguyen <quan@os.amperecomputing.com>
 S:	Supported
 F:	drivers/net/ethernet/apm/xgene/
 F:	drivers/net/phy/mdio-xgene.c
@@ -1063,7 +1063,7 @@ F:	Documentation/devicetree/bindings/net/apm-xgene-enet.txt
 F:	Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
 
 APPLIED MICRO (APM) X-GENE SOC PMU
-M:	Tai Nguyen <ttnguyen@apm.com>
+M:	Khuong Dinh <khuong@os.amperecomputing.com>
 S:	Supported
 F:	drivers/perf/xgene_pmu.c
 F:	Documentation/perf/xgene-pmu.txt
@@ -11639,7 +11639,7 @@ F:	Documentation/devicetree/bindings/pci/altera-pcie.txt
 F:	drivers/pci/controller/pcie-altera.c
 
 PCI DRIVER FOR APPLIEDMICRO XGENE
-M:	Tanmay Inamdar <tinamdar@apm.com>
+M:	Toan Le <toan@os.amperecomputing.com>
 L:	linux-pci@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org
 S:	Maintained
@@ -11817,7 +11817,7 @@ F:	Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
 F:	drivers/pci/controller/pcie-altera-msi.c
 
 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
-M:	Duc Dang <dhdang@apm.com>
+M:	Toan Le <toan@os.amperecomputing.com>
 L:	linux-pci@vger.kernel.org
 L:	linux-arm-kernel@lists.infradead.org
 S:	Maintained
@@ -14763,7 +14763,7 @@ S:	Maintained
 F:	drivers/tty/serial/8250/8250_dw.c
 
 SYNOPSYS DESIGNWARE APB GPIO DRIVER
-M:	Hoan Tran <hotran@apm.com>
+M:	Hoan Tran <hoan@os.amperecomputing.com>
 L:	linux-gpio@vger.kernel.org
 S:	Maintained
 F:	drivers/gpio/gpio-dwapb.c
-- 
1.8.3.1


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

* Re: [PATCH v2] MAINTAINERS: Update Ampere email address
  2019-01-30  1:56 [PATCH v2] MAINTAINERS: Update Ampere email address Khuong Dinh
@ 2019-02-22 22:43 ` Khuong Dinh
  2019-02-22 22:49   ` Joe Perches
  2019-02-22 22:59   ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Khuong Dinh @ 2019-02-22 22:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, joe, arnd, gregkh; +Cc: Open Source Submission

Hi,

   Do you have any feedback for this?

Best regards,

Khuong Dinh

On 1/29/2019 5:56 PM, Khuong Dinh wrote:
> This patch updates all APM email addresses to Ampere new email
> addresses.
>
> Signed-off-by: Khuong Dinh <khuong@os.amperecomputing.com>
> ---
> v2:
>   - Update new domain email address
> v1:
>   - Initial version
> ---
>   MAINTAINERS | 22 +++++++++++-----------
>   1 file changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6c27cd7..1cf0801 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1036,26 +1036,26 @@ F:	drivers/net/appletalk/
>   F:	net/appletalk/
>   
>   APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
> -M:	Duc Dang <dhdang@apm.com>
> +M:	Khuong Dinh <khuong@os.amperecomputing.com>
>   S:	Supported
>   F:	arch/arm64/boot/dts/apm/
>   
>   APPLIED MICRO (APM) X-GENE SOC EDAC
> -M:	Loc Ho <lho@apm.com>
> +M:	Khuong Dinh <khuong@os.amperecomputing.com>
>   S:	Supported
>   F:	drivers/edac/xgene_edac.c
>   F:	Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
>   
>   APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
> -M:	Iyappan Subramanian <isubramanian@apm.com>
> -M:	Keyur Chudgar <kchudgar@apm.com>
> +M:	Iyappan Subramanian <iyappan@os.amperecomputing.com>
> +M:	Keyur Chudgar <keyur@os.amperecomputing.com>
>   S:	Supported
>   F:	drivers/net/ethernet/apm/xgene-v2/
>   
>   APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
> -M:	Iyappan Subramanian <isubramanian@apm.com>
> -M:	Keyur Chudgar <kchudgar@apm.com>
> -M:	Quan Nguyen <qnguyen@apm.com>
> +M:	Iyappan Subramanian <iyappan@os.amperecomputing.com>
> +M:	Keyur Chudgar <keyur@os.amperecomputing.com>
> +M:	Quan Nguyen <quan@os.amperecomputing.com>
>   S:	Supported
>   F:	drivers/net/ethernet/apm/xgene/
>   F:	drivers/net/phy/mdio-xgene.c
> @@ -1063,7 +1063,7 @@ F:	Documentation/devicetree/bindings/net/apm-xgene-enet.txt
>   F:	Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
>   
>   APPLIED MICRO (APM) X-GENE SOC PMU
> -M:	Tai Nguyen <ttnguyen@apm.com>
> +M:	Khuong Dinh <khuong@os.amperecomputing.com>
>   S:	Supported
>   F:	drivers/perf/xgene_pmu.c
>   F:	Documentation/perf/xgene-pmu.txt
> @@ -11639,7 +11639,7 @@ F:	Documentation/devicetree/bindings/pci/altera-pcie.txt
>   F:	drivers/pci/controller/pcie-altera.c
>   
>   PCI DRIVER FOR APPLIEDMICRO XGENE
> -M:	Tanmay Inamdar <tinamdar@apm.com>
> +M:	Toan Le <toan@os.amperecomputing.com>
>   L:	linux-pci@vger.kernel.org
>   L:	linux-arm-kernel@lists.infradead.org
>   S:	Maintained
> @@ -11817,7 +11817,7 @@ F:	Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
>   F:	drivers/pci/controller/pcie-altera-msi.c
>   
>   PCI MSI DRIVER FOR APPLIEDMICRO XGENE
> -M:	Duc Dang <dhdang@apm.com>
> +M:	Toan Le <toan@os.amperecomputing.com>
>   L:	linux-pci@vger.kernel.org
>   L:	linux-arm-kernel@lists.infradead.org
>   S:	Maintained
> @@ -14763,7 +14763,7 @@ S:	Maintained
>   F:	drivers/tty/serial/8250/8250_dw.c
>   
>   SYNOPSYS DESIGNWARE APB GPIO DRIVER
> -M:	Hoan Tran <hotran@apm.com>
> +M:	Hoan Tran <hoan@os.amperecomputing.com>
>   L:	linux-gpio@vger.kernel.org
>   S:	Maintained
>   F:	drivers/gpio/gpio-dwapb.c

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

* Re: [PATCH v2] MAINTAINERS: Update Ampere email address
  2019-02-22 22:43 ` Khuong Dinh
@ 2019-02-22 22:49   ` Joe Perches
  2019-02-22 22:59   ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Perches @ 2019-02-22 22:49 UTC (permalink / raw)
  To: Khuong Dinh, linux-arm-kernel, linux-kernel, arnd, gregkh
  Cc: Open Source Submission

On Fri, 2019-02-22 at 22:43 +0000, Khuong Dinh wrote:
>    Do you have any feedback for this?

It's trivial, though it might be nice to describe
in the commit message why specific maintainers are
being changed from one person to another.

If you are not going to send a pull request for it,
send it to 'Andrew Morton <akpm@linux-foundation.org>'
if no one else picks it up.



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

* Re: [PATCH v2] MAINTAINERS: Update Ampere email address
  2019-02-22 22:43 ` Khuong Dinh
  2019-02-22 22:49   ` Joe Perches
@ 2019-02-22 22:59   ` Arnd Bergmann
  2019-02-22 23:02     ` Khuong Dinh
  1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2019-02-22 22:59 UTC (permalink / raw)
  To: Khuong Dinh
  Cc: linux-arm-kernel, linux-kernel, joe, gregkh, Open Source Submission

On Fri, Feb 22, 2019 at 11:43 PM Khuong Dinh
<khuong@os.amperecomputing.com> wrote:
>
> Hi,
>
>    Do you have any feedback for this?
>
> Best regards,

I've picked it up for the SoC tree now.

       Arnd

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

* Re: [PATCH v2] MAINTAINERS: Update Ampere email address
  2019-02-22 22:59   ` Arnd Bergmann
@ 2019-02-22 23:02     ` Khuong Dinh
  0 siblings, 0 replies; 5+ messages in thread
From: Khuong Dinh @ 2019-02-22 23:02 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linux-arm-kernel, linux-kernel, joe, gregkh, Open Source Submission

Thank you, Arnd.

On 2/22/2019 2:59 PM, Arnd Bergmann wrote:
> On Fri, Feb 22, 2019 at 11:43 PM Khuong Dinh
> <khuong@os.amperecomputing.com> wrote:
>> Hi,
>>
>>     Do you have any feedback for this?
>>
>> Best regards,
> I've picked it up for the SoC tree now.
>
>         Arnd

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

end of thread, other threads:[~2019-02-22 23:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30  1:56 [PATCH v2] MAINTAINERS: Update Ampere email address Khuong Dinh
2019-02-22 22:43 ` Khuong Dinh
2019-02-22 22:49   ` Joe Perches
2019-02-22 22:59   ` Arnd Bergmann
2019-02-22 23:02     ` Khuong Dinh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).