From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: [PATCH 0/2] net: at91_ether add dt and pinctrl support Date: Sun, 4 Nov 2012 16:49:54 +0100 Message-ID: <20121104154954.GJ19021@game.jcrosoft.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org Cc: netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Nicolas Ferre , Joachim Eastwood List-Id: devicetree@vger.kernel.org Hi, This patch serie add dt and pinctrl support to the at91 ether this is need to use the network on at91rm9200 as we now have dt support on it Jean-Christophe PLAGNIOL-VILLARD (2): net: at91_ether: add dt support net: at91_ether: add pinctrl support Documentation/devicetree/bindings/net/cdns-emac.txt | 23 +++++++++++++++++++++++ drivers/net/ethernet/cadence/at91_ether.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 99 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/cdns-emac.txt Best Regards, J.