From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 12/14] ARM: SPEAr3xx: shirq: simplify and move the shared irq multiplexor to DT Date: Mon, 12 Nov 2012 17:00:36 +0000 Message-ID: <201211121700.36892.arnd@arndb.de> References: <201211121509.45176.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: viresh kumar Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, sr-ynQEQJNshbs@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Monday 12 November 2012, viresh kumar wrote: > On Mon, Nov 12, 2012 at 8:39 PM, Arnd Bergmann wrote: > > On Sunday 11 November 2012, Viresh Kumar wrote: > > >> .../devicetree/bindings/arm/spear/shirq.txt | 48 ++++ > >> arch/arm/mach-spear3xx/include/mach/irqs.h | 10 +- > >> arch/arm/mach-spear3xx/spear300.c | 103 ------- > >> arch/arm/mach-spear3xx/spear310.c | 202 -------------- > >> arch/arm/mach-spear3xx/spear320.c | 204 -------------- > >> arch/arm/mach-spear3xx/spear3xx.c | 4 + > >> arch/arm/plat-spear/include/plat/shirq.h | 35 +-- > >> arch/arm/plat-spear/shirq.c | 305 +++++++++++++++++---- > > > > I guess it would be nice to move this to drivers/irqchip/st-shirq.c now > > that we have introduced that directory. > > I was sure that i will get this one :) > I wanted to, but was just trying the basic patch first :) > > I would add another patch in this series as the last patch to move stuff > out of plat :) Ok, no problem. Do it later then. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 12 Nov 2012 17:00:36 +0000 Subject: [PATCH 12/14] ARM: SPEAr3xx: shirq: simplify and move the shared irq multiplexor to DT In-Reply-To: References: <201211121509.45176.arnd@arndb.de> Message-ID: <201211121700.36892.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 12 November 2012, viresh kumar wrote: > On Mon, Nov 12, 2012 at 8:39 PM, Arnd Bergmann wrote: > > On Sunday 11 November 2012, Viresh Kumar wrote: > > >> .../devicetree/bindings/arm/spear/shirq.txt | 48 ++++ > >> arch/arm/mach-spear3xx/include/mach/irqs.h | 10 +- > >> arch/arm/mach-spear3xx/spear300.c | 103 ------- > >> arch/arm/mach-spear3xx/spear310.c | 202 -------------- > >> arch/arm/mach-spear3xx/spear320.c | 204 -------------- > >> arch/arm/mach-spear3xx/spear3xx.c | 4 + > >> arch/arm/plat-spear/include/plat/shirq.h | 35 +-- > >> arch/arm/plat-spear/shirq.c | 305 +++++++++++++++++---- > > > > I guess it would be nice to move this to drivers/irqchip/st-shirq.c now > > that we have introduced that directory. > > I was sure that i will get this one :) > I wanted to, but was just trying the basic patch first :) > > I would add another patch in this series as the last patch to move stuff > out of plat :) Ok, no problem. Do it later then. Arnd