From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benoit Cousson Subject: Re: [net-next PATCH v4 0/5] Adding pinctrl PM support for CPSW and MDIO Date: Thu, 6 Jun 2013 09:42:06 +0200 Message-ID: <51B03D4E.3090504@ti.com> References: <1370452099-24026-1-git-send-email-mugunthanvnm@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:35878 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751975Ab3FFHmS (ORCPT ); Thu, 6 Jun 2013 03:42:18 -0400 In-Reply-To: <1370452099-24026-1-git-send-email-mugunthanvnm@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Mugunthan V N Cc: netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, benoit.cousson@linaro.org, linux-omap@vger.kernel.org, davem@davemloft.net Hi Mugunthan, On 06/05/2013 07:08 PM, Mugunthan V N wrote: > This patch series adds the following features > * Adding pinctrl PM support for CPSW and MDIO for Power Optimization > * Adding phy address to the CPSW node for EVMsk board > > Changes from initial version > * Fixed the multiline function call indentation as per David Miller > recommendation. > > Changes from v2 > * Fixed the multi comment style as per net coding style > * Fixed checkpatch error (more than 80 characters) > > Changes from v3 > * Removed below patch as it has already merged to net-next > ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk > * Rebased to net-next as there was a merge conflict in DT files You should try to avoid pushing DTS patches outside the arm-soc tree, it will generate a bunch a conflict when arm-soc and net trees will be merged. Could you post separately all the DTS patches and rebase them on the for_3.11/dts branch that already contains a bunch of AM33xx patches? Thanks, Benoit > > Hebbar Gururaja (1): > net: cpsw: enhance pinctrl support > > Mugunthan V N (4): > net: davinci_mdio: enhance pinctrl support > ARM: dts: AM33XX: Add pinmux configuration for CPSW to beaglebone > ARM: dts: AM33XX: Add pinmux configuration for CPSW to EVMsk > ARM: dts: AM33XX: Add pinmux configuration for CPSW to am335x EVM > > arch/arm/boot/dts/am335x-bone.dts | 38 ++++++++++++++++++++++++ > arch/arm/boot/dts/am335x-evm.dts | 36 +++++++++++++++++++++++ > arch/arm/boot/dts/am335x-evmsk.dts | 50 ++++++++++++++++++++++++++++++++ > drivers/net/ethernet/ti/cpsw.c | 48 ++++++++++++++++++++++++++++++ > drivers/net/ethernet/ti/davinci_mdio.c | 45 ++++++++++++++++++++++++++++ > 5 files changed, 217 insertions(+) >