From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761946Ab3EDSgG (ORCPT ); Sat, 4 May 2013 14:36:06 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:48125 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754282Ab3EDSgF (ORCPT ); Sat, 4 May 2013 14:36:05 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/EJ0SYhKKGsDTydbu7s+hv6+9UbEDogN4= Date: Sat, 4 May 2013 14:35:33 -0400 From: Jason Cooper To: Sebastian Hesselbarth Cc: Grant Likely , Rob Herring , Rob Landley , Thomas Gleixner , Russell King , Arnd Bergmann , Andrew Lunn , Thomas Petazzoni , Gregory Clement , Ezequiel Garcia , Jean-Francois Moine , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] ARM: dove: add DT parsing for legacy mv643xx_eth Message-ID: <20130504183533.GQ31290@titan.lakedaemon.net> References: <1367519140-19716-1-git-send-email-sebastian.hesselbarth@gmail.com> <1367519140-19716-2-git-send-email-sebastian.hesselbarth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1367519140-19716-2-git-send-email-sebastian.hesselbarth@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 02, 2013 at 08:25:38PM +0200, Sebastian Hesselbarth wrote: > To allow to move to orion irqchip driver, existing legacy devices > have to map their irqs. This patch adds a node for mv643xx_eth and > some init code to map the corresponding irqs. While the device tree > node can stay, the init code will vanish as soon as there is true > device tree support for mv643xx_eth. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Grant Likely > Cc: Rob Herring > Cc: Rob Landley > Cc: Thomas Gleixner > Cc: Russell King > Cc: Arnd Bergmann > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Thomas Petazzoni > Cc: Gregory Clement > Cc: Ezequiel Garcia > Cc: Jean-Francois Moine > Cc: devicetree-discuss@lists.ozlabs.org > Cc: linux-doc@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > arch/arm/boot/dts/dove.dtsi | 7 +++++++ > arch/arm/mach-dove/board-dt.c | 31 ++++++++++++++++++++++++++++++- > 2 files changed, 37 insertions(+), 1 deletions(-) Please break this into two patches, dtsi in one, board-dt.c in the other. thx, Jason.