From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Subject: Re: [GIT PULL 4/4] omap crossbar support for v3.15 Date: Mon, 5 May 2014 20:00:38 +0530 Message-ID: <5367A08E.5030904@ti.com> References: <5313bcc5.a8fc440a.467f.7ba2SMTPIN_ADDED_MISSING@mx.google.com> <20140309073347.GL16310@quad.lixom.net> <20140310163620.GB4882@atomide.com> <531F0494.1040105@ti.com> <5367A022.1040305@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]:32888 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932575AbaEEOcU (ORCPT ); Mon, 5 May 2014 10:32:20 -0400 In-Reply-To: <5367A022.1040305@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Olof Johansson , arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Hi, On Monday 05 May 2014 07:58 PM, Sricharan R wrote: > Hi Tony, > > On Tuesday 11 March 2014 06:11 PM, Sricharan R wrote: >> Tony, >> >> On Monday 10 March 2014 10:06 PM, Tony Lindgren wrote: >>> * Olof Johansson [140308 23:36]: >>>> On Sun, Mar 02, 2014 at 03:14:49PM -0800, Tony Lindgren wrote: >>>>> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: >>>>> >>>>> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) >>>>> >>>>> are available in the git repository at: >>>>> >>>>> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.15/crossbar-signed >>>>> >>>>> for you to fetch changes up to 9594274201ac3c67d5c569aae63792e58bcd33e6: >>>>> >>>>> Merge branch 'crossbar_3.14_rc1' of git://github.com/Sricharanti/sricharan into omap-for-v3.15/crossbar (2014-02-28 13:35:02 -0800) >>>>> >>>>> ---------------------------------------------------------------- >>>>> >>>>> Add support for GIC crossbar that routes interrupts on newer omaps. >>>>> >>>>> Looks like people wanted these merged via the omap tree as it's >>>>> the only user for the GIC crossbar. >>>>> >>>>> ---------------------------------------------------------------- >>>>> Sricharan R (4): >>>>> DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqs >>>>> DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IP >>>>> ARM: OMAP4+: Correct Wakeup-gen code to use physical irq number >>>>> ARM: DRA: Enable Crossbar IP support for DRA7XX >>>> Whoa, lots of caps on those driver subjects. I don't think we need those >>>> in the future, lower case is just fine (and DRIVERS: usually isn't used). >>> Oops yeah I had them as "irqchip: crossbar" and "irqchip: irq-gic" in >>> my earlier branch for v3.14 that did not get merged, but this time I >>> pulled from Sricharan. >>> >>> Scricharan, maybe use less yelling naming for any follow-up patches? >>> >> Will make sure that there are no caps in the follow up patches. >> >> Regards, >> Sricharan > I have pushed the below branch for the crossbar-dts data rebased on 3.15-rc4 > > git@github.com:Sricharanti/sricharan.git > branch: crossbar_dts_3.15_rc4 > > These patches are dependent on the crossbar driver fixes sent below. > > http://marc.info/?l=linux-omap&m=139929963420299&w=2 > > Regards, > Sricharan > Sorry, please ignore this. Used a wrong thread. Regards, Sricharan From mboxrd@z Thu Jan 1 00:00:00 1970 From: r.sricharan@ti.com (Sricharan R) Date: Mon, 5 May 2014 20:00:38 +0530 Subject: [GIT PULL 4/4] omap crossbar support for v3.15 In-Reply-To: <5367A022.1040305@ti.com> References: <5313bcc5.a8fc440a.467f.7ba2SMTPIN_ADDED_MISSING@mx.google.com> <20140309073347.GL16310@quad.lixom.net> <20140310163620.GB4882@atomide.com> <531F0494.1040105@ti.com> <5367A022.1040305@ti.com> Message-ID: <5367A08E.5030904@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Monday 05 May 2014 07:58 PM, Sricharan R wrote: > Hi Tony, > > On Tuesday 11 March 2014 06:11 PM, Sricharan R wrote: >> Tony, >> >> On Monday 10 March 2014 10:06 PM, Tony Lindgren wrote: >>> * Olof Johansson [140308 23:36]: >>>> On Sun, Mar 02, 2014 at 03:14:49PM -0800, Tony Lindgren wrote: >>>>> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: >>>>> >>>>> Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) >>>>> >>>>> are available in the git repository at: >>>>> >>>>> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.15/crossbar-signed >>>>> >>>>> for you to fetch changes up to 9594274201ac3c67d5c569aae63792e58bcd33e6: >>>>> >>>>> Merge branch 'crossbar_3.14_rc1' of git://github.com/Sricharanti/sricharan into omap-for-v3.15/crossbar (2014-02-28 13:35:02 -0800) >>>>> >>>>> ---------------------------------------------------------------- >>>>> >>>>> Add support for GIC crossbar that routes interrupts on newer omaps. >>>>> >>>>> Looks like people wanted these merged via the omap tree as it's >>>>> the only user for the GIC crossbar. >>>>> >>>>> ---------------------------------------------------------------- >>>>> Sricharan R (4): >>>>> DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqs >>>>> DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IP >>>>> ARM: OMAP4+: Correct Wakeup-gen code to use physical irq number >>>>> ARM: DRA: Enable Crossbar IP support for DRA7XX >>>> Whoa, lots of caps on those driver subjects. I don't think we need those >>>> in the future, lower case is just fine (and DRIVERS: usually isn't used). >>> Oops yeah I had them as "irqchip: crossbar" and "irqchip: irq-gic" in >>> my earlier branch for v3.14 that did not get merged, but this time I >>> pulled from Sricharan. >>> >>> Scricharan, maybe use less yelling naming for any follow-up patches? >>> >> Will make sure that there are no caps in the follow up patches. >> >> Regards, >> Sricharan > I have pushed the below branch for the crossbar-dts data rebased on 3.15-rc4 > > git at github.com:Sricharanti/sricharan.git > branch: crossbar_dts_3.15_rc4 > > These patches are dependent on the crossbar driver fixes sent below. > > http://marc.info/?l=linux-omap&m=139929963420299&w=2 > > Regards, > Sricharan > Sorry, please ignore this. Used a wrong thread. Regards, Sricharan