From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [GIT PULL 4/4] omap crossbar support for v3.15 Date: Sat, 8 Mar 2014 23:33:47 -0800 Message-ID: <20140309073347.GL16310@quad.lixom.net> References: <5313bcc5.a8fc440a.467f.7ba2SMTPIN_ADDED_MISSING@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pb0-f51.google.com ([209.85.160.51]:53207 "EHLO mail-pb0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752278AbaCIHdl (ORCPT ); Sun, 9 Mar 2014 03:33:41 -0400 Received: by mail-pb0-f51.google.com with SMTP id uo5so5926155pbc.24 for ; Sat, 08 Mar 2014 23:33:40 -0800 (PST) Content-Disposition: inline In-Reply-To: <5313bcc5.a8fc440a.467f.7ba2SMTPIN_ADDED_MISSING@mx.google.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org 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). Branch has been merged into next/drivers. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Sat, 8 Mar 2014 23:33:47 -0800 Subject: [GIT PULL 4/4] omap crossbar support for v3.15 In-Reply-To: <5313bcc5.a8fc440a.467f.7ba2SMTPIN_ADDED_MISSING@mx.google.com> References: <5313bcc5.a8fc440a.467f.7ba2SMTPIN_ADDED_MISSING@mx.google.com> Message-ID: <20140309073347.GL16310@quad.lixom.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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). Branch has been merged into next/drivers. -Olof