mbox

[GIT,PULL] Urgent omap4 legacy interrupt regression fix for v3.19-rc series

Message ID 20150119230950.GA7718@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/gic-regression-v2

Message

Tony Lindgren Jan. 19, 2015, 11:09 p.m. UTC
The following changes since commit 7ac72746aa9bb305fa74b44ec73eae99bbbe9b66:

  ARM: dts: Revert disabling of smc91x for n900 (2015-01-06 08:49:57 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/gic-regression-v2

for you to fetch changes up to 0fb22a8fb7f3bc1b00a36d4a97ce4f93191f7559:

  ARM: OMAP: Work around hardcoded interrupts (2015-01-17 08:56:12 -0800)

----------------------------------------------------------------
A rather urgent pull request to fix omap4 legacy interrupts.

The legacy interrupts on omap4 got broken when gic got changed to
use irq_domain_add_linear() instead of the irq_domain_add_legacy(). We
still have the hardcoded legacy IRQ numbers in use in several places,
most notably the in the legacy DMA. It took a while to figure out
what the problem was and how it should be fixed for the -rc series.

Also include is a regression fix for the dra7 dwc3 suspend.

----------------------------------------------------------------
Felipe Balbi (1):
      arm: boot: dts: dra7: enable dwc3 suspend PHY quirk

Marc Zyngier (1):
      ARM: OMAP: Work around hardcoded interrupts

 arch/arm/boot/dts/dra7.dtsi                |  6 ++++++
 arch/arm/mach-omap2/common.h               |  1 +
 arch/arm/mach-omap2/omap4-common.c         | 32 ++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod.c           | 10 ++++++++--
 arch/arm/mach-omap2/omap_hwmod.h           |  1 +
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  5 +++++
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c |  1 +
 arch/arm/mach-omap2/prcm-common.h          |  1 +
 arch/arm/mach-omap2/prm44xx.c              |  5 ++++-
 arch/arm/mach-omap2/prm_common.c           | 14 +++++++++++--
 arch/arm/mach-omap2/twl-common.c           |  7 ++++++-
 11 files changed, 77 insertions(+), 6 deletions(-)

Comments

Olof Johansson Jan. 20, 2015, 12:23 a.m. UTC | #1
On Mon, Jan 19, 2015 at 03:09:51PM -0800, Tony Lindgren wrote:
> The following changes since commit 7ac72746aa9bb305fa74b44ec73eae99bbbe9b66:
> 
>   ARM: dts: Revert disabling of smc91x for n900 (2015-01-06 08:49:57 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.19/gic-regression-v2
> 
> for you to fetch changes up to 0fb22a8fb7f3bc1b00a36d4a97ce4f93191f7559:
> 
>   ARM: OMAP: Work around hardcoded interrupts (2015-01-17 08:56:12 -0800)
> 
> ----------------------------------------------------------------
> A rather urgent pull request to fix omap4 legacy interrupts.
> 
> The legacy interrupts on omap4 got broken when gic got changed to
> use irq_domain_add_linear() instead of the irq_domain_add_legacy(). We
> still have the hardcoded legacy IRQ numbers in use in several places,
> most notably the in the legacy DMA. It took a while to figure out
> what the problem was and how it should be fixed for the -rc series.
> 
> Also include is a regression fix for the dra7 dwc3 suspend.
> 

Merged.


-Olof