Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Integrator & Versatile IRQchip changes
@ 2012-11-04 17:28 Linus Walleij
  2012-11-06 15:42 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2012-11-04 17:28 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

this is a set of three irq cleanup/movement patches that affect the FPGA
IRQ chip make the integrator a better example of how irq descriptors
should be treated. As I suspect there may be more irqchip drivers moving
out of arch/arm I figured that pushing these through ARM SoC was the
best thing.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:

  Linux 3.7-rc2 (2012-10-20 12:11:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/integrator-irq

for you to fetch changes up to 2389d5014342e9535aad212d0c68d439aaf534ba:

  ARM: plat-versatile: move FPGA irq driver to drivers/irqchip
(2012-11-04 18:09:12 +0100)

----------------------------------------------------------------
This provides the following Integrator refactorings:
- Switch the FPGA IRQ controller to use the simple IRQ domain
- Get rid of preallocated IRQ descriptors on the Integrator
- Move the FPGA IRQ driver to drivers/irqchip

----------------------------------------------------------------
Linus Walleij (3):
      ARM: plat-versatile: use simple irqdomain for FPGA IRQ
      ARM: integrator: get rid of preallocated irq descriptors
      ARM: plat-versatile: move FPGA irq driver to drivers/irqchip

 arch/arm/Kconfig                                   |   4 +-
 arch/arm/mach-integrator/include/mach/irqs.h       | 109 ++++++++++-----------
 arch/arm/mach-integrator/integrator_ap.c           |   5 +-
 arch/arm/mach-integrator/integrator_cp.c           |   6 +-
 arch/arm/mach-versatile/core.c                     |   2 +-
 arch/arm/plat-versatile/Kconfig                    |   9 --
 arch/arm/plat-versatile/Makefile                   |   1 -
 drivers/irqchip/Kconfig                            |   9 +-
 drivers/irqchip/Makefile                           |   1 +
 .../irqchip/irq-versatile-fpga.c                   |  54 +++++-----
 .../linux/irqchip/versatile-fpga.h                 |   0
 11 files changed, 93 insertions(+), 107 deletions(-)
 rename arch/arm/plat-versatile/fpga-irq.c =>
drivers/irqchip/irq-versatile-fpga.c (83%)
 rename arch/arm/plat-versatile/include/plat/fpga-irq.h =>
include/linux/irqchip/versatile-fpga.h (100%)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-06 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 17:28 [GIT PULL] Integrator & Versatile IRQchip changes Linus Walleij
2012-11-06 15:42 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox