From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from host.buserror.net (host.buserror.net [209.198.135.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wfhNt1b2xzDqFR for ; Sat, 3 Jun 2017 10:12:45 +1000 (AEST) Message-ID: <1496448754.29095.17.camel@buserror.net> From: Scott Wood To: Li Yang Cc: linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Date: Fri, 02 Jun 2017 19:12:34 -0500 In-Reply-To: <1496445623-22390-1-git-send-email-leoyang.li@nxp.com> References: <1496445623-22390-1-git-send-email-leoyang.li@nxp.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Subject: Re: [PATCH 1/2] MAINTAINERS: update entry for Freescale SoC drivers List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 > --- >  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 > +M: Li Yang >  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 -Scott