From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH 0/3] net: macb: rework at91 specific handling Date: Thu, 5 Mar 2015 20:42:58 +0100 Message-ID: <20150305194258.GX3989@piout.net> References: <1425572842-6084-1-git-send-email-boris.brezillon@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1425572842-6084-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Boris Brezillon Cc: "David S. Miller" , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nicolas Ferre , Jean-Christophe Plagniol-Villard , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 05/03/2015 at 17:27:19 +0100, Boris Brezillon wrote : > Hello, > > This removes the #if defined(ARCH_AT91) sections to prevent any problem > when enabling ARM multi-platform support. > The at91 specific logic is now activated when the "at91sam9260-macb" > compatible string is found. > A small nit in patch 3 but I'm fine with the series Reviewed-by: Alexandre Belloni > Best Regards, > > Boris > > Boris Brezillon (3): > net/macb: Update DT bindings documentation > ARM: at91/dt: fix macb compatible strings > net: macb: remove #if defined(CONFIG_ARCH_AT91) sections > > Documentation/devicetree/bindings/net/macb.txt | 5 +++- > arch/arm/boot/dts/at91sam9260.dtsi | 2 +- > arch/arm/boot/dts/at91sam9263.dtsi | 2 +- > arch/arm/boot/dts/at91sam9g45.dtsi | 2 +- > arch/arm/boot/dts/at91sam9x5_macb0.dtsi | 2 +- > arch/arm/boot/dts/at91sam9x5_macb1.dtsi | 2 +- > arch/arm/boot/dts/sama5d3_emac.dtsi | 2 +- > drivers/net/ethernet/cadence/macb.c | 33 ++++++++++++++------------ > drivers/net/ethernet/cadence/macb.h | 2 ++ > 9 files changed, 30 insertions(+), 22 deletions(-) > > -- > 1.9.1 > -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html