* [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers
@ 2017-06-02 23:20 Li Yang
2017-06-02 23:20 ` [PATCH 2/2] MAINTAINERS: update my email address from freescale to nxp Li Yang
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Li Yang @ 2017-06-02 23:20 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev, linux-arm-kernel, Li Yang
Add myself as the maintainer for drivers/fsl/soc/ and fix the scope for
device tree bindings.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
---
MAINTAINERS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d24240b..1807d3f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5357,11 +5357,11 @@ S: Maintained
F: drivers/net/ethernet/freescale/dpaa
FREESCALE SOC DRIVERS
-M: Scott Wood <oss@buserror.net>
+M: Li Yang <leoyang.li@nxp.com>
L: linuxppc-dev@lists.ozlabs.org
L: linux-arm-kernel@lists.infradead.org
S: Maintained
-F: Documentation/devicetree/bindings/powerpc/fsl/
+F: Documentation/devicetree/bindings/soc/fsl/
F: drivers/soc/fsl/
F: include/linux/fsl/
@@ -7695,6 +7695,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
S: Maintained
F: arch/powerpc/platforms/83xx/
F: arch/powerpc/platforms/85xx/
+F: Documentation/devicetree/bindings/powerpc/fsl/
LINUX FOR POWERPC PA SEMI PWRFICIENT
L: linuxppc-dev@lists.ozlabs.org
--
1.9.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] MAINTAINERS: update my email address from freescale to nxp
2017-06-02 23:20 [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Li Yang
@ 2017-06-02 23:20 ` Li Yang
2017-06-08 4:07 ` [2/2] " Michael Ellerman
2017-06-03 0:12 ` [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Scott Wood
2017-06-08 4:07 ` [1/2] " Michael Ellerman
2 siblings, 1 reply; 5+ messages in thread
From: Li Yang @ 2017-06-02 23:20 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev, linux-arm-kernel, Li Yang
Signed-off-by: Li Yang <leoyang.li@nxp.com>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1807d3f..5a39d4a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5285,7 +5285,7 @@ S: Maintained
F: drivers/video/fbdev/fsl-diu-fb.*
FREESCALE DMA DRIVER
-M: Li Yang <leoli@freescale.com>
+M: Li Yang <leoyang.li@nxp.com>
M: Zhang Wei <zw@zh-kernel.org>
L: linuxppc-dev@lists.ozlabs.org
S: Maintained
@@ -5374,14 +5374,14 @@ F: include/soc/fsl/*qe*.h
F: include/soc/fsl/*ucc*.h
FREESCALE USB PERIPHERAL DRIVERS
-M: Li Yang <leoli@freescale.com>
+M: Li Yang <leoyang.li@nxp.com>
L: linux-usb@vger.kernel.org
L: linuxppc-dev@lists.ozlabs.org
S: Maintained
F: drivers/usb/gadget/udc/fsl*
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
-M: Li Yang <leoli@freescale.com>
+M: Li Yang <leoyang.li@nxp.com>
L: netdev@vger.kernel.org
L: linuxppc-dev@lists.ozlabs.org
S: Maintained
--
1.9.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers
2017-06-02 23:20 [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Li Yang
2017-06-02 23:20 ` [PATCH 2/2] MAINTAINERS: update my email address from freescale to nxp Li Yang
@ 2017-06-03 0:12 ` Scott Wood
2017-06-08 4:07 ` [1/2] " Michael Ellerman
2 siblings, 0 replies; 5+ messages in thread
From: Scott Wood @ 2017-06-03 0:12 UTC (permalink / raw)
To: Li Yang; +Cc: linuxppc-dev, linux-arm-kernel
On Fri, 2017-06-02 at 18:20 -0500, Li Yang wrote:
> Add myself as the maintainer for drivers/fsl/soc/ and fix the scope for
> device tree bindings.
>
> Signed-off-by: Li Yang <leoyang.li@nxp.com>
> ---
> MAINTAINERS | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d24240b..1807d3f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5357,11 +5357,11 @@ S: Maintained
> F: drivers/net/ethernet/freescale/dpaa
>
> FREESCALE SOC DRIVERS
> -M: Scott Wood <oss@buserror.net>
> +M: Li Yang <leoyang.li@nxp.com>
> L: linuxppc-dev@lists.ozlabs.org
> L: linux-arm-kernel@lists.infradead.org
> S: Maintained
> -F: Documentation/devicetree/bindings/powerpc/fsl/
> +F: Documentation/devicetree/bindings/soc/fsl/
> F: drivers/soc/fsl/
> F: include/linux/fsl/
>
> @@ -7695,6 +7695,7 @@ T: git
> git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
> S: Maintained
> F: arch/powerpc/platforms/83xx/
> F: arch/powerpc/platforms/85xx/
> +F: Documentation/devicetree/bindings/powerpc/fsl/
>
> LINUX FOR POWERPC PA SEMI PWRFICIENT
> L: linuxppc-dev@lists.ozlabs.org
Acked-by: Scott Wood <oss@buserror.net>
-Scott
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [1/2] MAINTAINERS: update entry for Freescale SoC drivers
2017-06-02 23:20 [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Li Yang
2017-06-02 23:20 ` [PATCH 2/2] MAINTAINERS: update my email address from freescale to nxp Li Yang
2017-06-03 0:12 ` [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Scott Wood
@ 2017-06-08 4:07 ` Michael Ellerman
2 siblings, 0 replies; 5+ messages in thread
From: Michael Ellerman @ 2017-06-08 4:07 UTC (permalink / raw)
To: Yang Li, Scott Wood; +Cc: linuxppc-dev, linux-arm-kernel, Li Yang
On Fri, 2017-06-02 at 23:20:22 UTC, Yang Li wrote:
> Add myself as the maintainer for drivers/fsl/soc/ and fix the scope for
> device tree bindings.
>
> Signed-off-by: Li Yang <leoyang.li@nxp.com>
> Acked-by: Scott Wood <oss@buserror.net>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/c67ec7010132a4d948686eeab8a23a
cheers
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2/2] MAINTAINERS: update my email address from freescale to nxp
2017-06-02 23:20 ` [PATCH 2/2] MAINTAINERS: update my email address from freescale to nxp Li Yang
@ 2017-06-08 4:07 ` Michael Ellerman
0 siblings, 0 replies; 5+ messages in thread
From: Michael Ellerman @ 2017-06-08 4:07 UTC (permalink / raw)
To: Yang Li, Scott Wood; +Cc: linuxppc-dev, linux-arm-kernel, Li Yang
On Fri, 2017-06-02 at 23:20:23 UTC, Yang Li wrote:
> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/64d09f5ecb237974bc824800e5e501
cheers
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-06-08 4:07 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 23:20 [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Li Yang
2017-06-02 23:20 ` [PATCH 2/2] MAINTAINERS: update my email address from freescale to nxp Li Yang
2017-06-08 4:07 ` [2/2] " Michael Ellerman
2017-06-03 0:12 ` [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers Scott Wood
2017-06-08 4:07 ` [1/2] " Michael Ellerman
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).