From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Fri, 6 Mar 2015 17:44:44 +0100 Subject: [PATCH v2 0/3] net: macb: rework at91 specific handling In-Reply-To: <1425637442-8724-1-git-send-email-boris.brezillon@free-electrons.com> References: <1425637442-8724-1-git-send-email-boris.brezillon@free-electrons.com> Message-ID: <54F9D97C.3050100@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Le 06/03/2015 11:23, Boris Brezillon a ?crit : > 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. > > Best Regards, > > Boris I'm okay with the whole series: Acked-by: Nicolas Ferre > > Changes since v1: > - avoid changing existing behavior as Alexandre suggested > > 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 | 32 ++++++++++++++------------ > drivers/net/ethernet/cadence/macb.h | 2 ++ > 9 files changed, 29 insertions(+), 22 deletions(-) > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Ferre Subject: Re: [PATCH v2 0/3] net: macb: rework at91 specific handling Date: Fri, 6 Mar 2015 17:44:44 +0100 Message-ID: <54F9D97C.3050100@atmel.com> References: <1425637442-8724-1-git-send-email-boris.brezillon@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1425637442-8724-1-git-send-email-boris.brezillon@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org To: Boris Brezillon , "David S. Miller" , netdev@vger.kernel.org Cc: Jean-Christophe Plagniol-Villard , Alexandre Belloni , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Le 06/03/2015 11:23, Boris Brezillon a =E9crit : > Hello, >=20 > This removes the #if defined(ARCH_AT91) sections to prevent any probl= em > when enabling ARM multi-platform support. > The at91 specific logic is now activated when the "at91sam9260-macb" > compatible string is found.=20 >=20 > Best Regards, >=20 > Boris I'm okay with the whole series: Acked-by: Nicolas Ferre >=20 > Changes since v1: > - avoid changing existing behavior as Alexandre suggested >=20 > 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 >=20 > 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 | 32 ++++++++++++++--= ---------- > drivers/net/ethernet/cadence/macb.h | 2 ++ > 9 files changed, 29 insertions(+), 22 deletions(-) >=20 --=20 Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756105AbbCFQox (ORCPT ); Fri, 6 Mar 2015 11:44:53 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:7464 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751616AbbCFQot (ORCPT ); Fri, 6 Mar 2015 11:44:49 -0500 Message-ID: <54F9D97C.3050100@atmel.com> Date: Fri, 6 Mar 2015 17:44:44 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Boris Brezillon , "David S. Miller" , CC: Jean-Christophe Plagniol-Villard , "Alexandre Belloni" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , "Kumar Gala" , , , Subject: Re: [PATCH v2 0/3] net: macb: rework at91 specific handling References: <1425637442-8724-1-git-send-email-boris.brezillon@free-electrons.com> In-Reply-To: <1425637442-8724-1-git-send-email-boris.brezillon@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 06/03/2015 11:23, Boris Brezillon a écrit : > 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. > > Best Regards, > > Boris I'm okay with the whole series: Acked-by: Nicolas Ferre > > Changes since v1: > - avoid changing existing behavior as Alexandre suggested > > 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 | 32 ++++++++++++++------------ > drivers/net/ethernet/cadence/macb.h | 2 ++ > 9 files changed, 29 insertions(+), 22 deletions(-) > -- Nicolas Ferre