linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [patch 00/14] powerpc: Final irq bits for .39
@ 2011-03-25 21:36 Thomas Gleixner
  2011-03-25 21:36 ` [patch 01/14] powerpc: Use proper accessors for IRQ_* flags Thomas Gleixner
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Thomas Gleixner @ 2011-03-25 21:36 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Lennert Buytenhek, linuxppc-dev

Ben,

the following series cleans up the remaining odds and ends of the
powerpc irq code. It further contains a coccinelle scripted conversion of
the irq functions to the new naming convention irq_*.

The last patch which makes power switch to the generic
show_interrupts() code selects GENERIC_IRQ_SHOW_LEVEL which has not
yet hit Linus tree, but should tonight.

Thanks,

	tglx

 Kconfig                              |    2 
 kernel/irq.c                         |   84 +++++------------------------------
 kernel/machine_kexec.c               |    2 
 kernel/pci-common.c                  |    2 
 platforms/512x/mpc5121_ads_cpld.c    |    6 +-
 platforms/52xx/media5200.c           |   17 ++-----
 platforms/52xx/mpc52xx_gpt.c         |   10 ++--
 platforms/52xx/mpc52xx_pic.c         |    6 +-
 platforms/82xx/pq2ads-pci-pic.c      |   16 +++---
 platforms/85xx/ksi8560.c             |    4 -
 platforms/85xx/mpc85xx_ads.c         |    4 -
 platforms/85xx/mpc85xx_cds.c         |    2 
 platforms/85xx/mpc85xx_ds.c          |    4 -
 platforms/85xx/sbc8560.c             |    4 -
 platforms/85xx/socrates_fpga_pic.c   |   12 ++---
 platforms/85xx/stx_gp3.c             |    4 -
 platforms/85xx/tqm85xx.c             |    4 -
 platforms/86xx/gef_pic.c             |    8 +--
 platforms/86xx/pic.c                 |    4 -
 platforms/8xx/m8xx_setup.c           |    6 +-
 platforms/cell/axon_msi.c            |   14 ++---
 platforms/cell/beat_interrupt.c      |    5 --
 platforms/cell/interrupt.c           |   16 +++---
 platforms/cell/setup.c               |    8 +--
 platforms/cell/spider-pic.c          |   21 ++------
 platforms/chrp/setup.c               |    4 -
 platforms/embedded6xx/flipper-pic.c  |   10 ++--
 platforms/embedded6xx/hlwd-pic.c     |   18 +++----
 platforms/embedded6xx/holly.c        |    4 -
 platforms/embedded6xx/mpc7448_hpc2.c |    4 -
 platforms/iseries/irq.c              |    4 -
 platforms/maple/pci.c                |    2 
 platforms/pasemi/setup.c             |    2 
 platforms/powermac/pci.c             |    2 
 platforms/powermac/pic.c             |   17 +++----
 platforms/ps3/interrupt.c            |   14 ++---
 platforms/pseries/msi.c              |    4 -
 platforms/pseries/setup.c            |    4 -
 platforms/pseries/xics.c             |    8 +--
 sysdev/cpm1.c                        |    4 -
 sysdev/cpm2_pic.c                    |   51 +++++++++------------
 sysdev/fsl_msi.c                     |   24 +++++-----
 sysdev/i8259.c                       |    8 +--
 sysdev/ipic.c                        |   22 ++++-----
 sysdev/mpc8xx_pic.c                  |   11 ----
 sysdev/mpc8xxx_gpio.c                |   12 ++---
 sysdev/mpic.c                        |   43 +++++++----------
 sysdev/mpic_pasemi_msi.c             |    8 +--
 sysdev/mpic_u3msi.c                  |    8 +--
 sysdev/mv64x60_pic.c                 |    5 +-
 sysdev/qe_lib/qe_ic.c                |   16 +++---
 sysdev/tsi108_pci.c                  |    6 +-
 sysdev/uic.c                         |   39 ++++++----------
 sysdev/xilinx_intc.c                 |   20 ++------
 54 files changed, 268 insertions(+), 371 deletions(-)

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

end of thread, other threads:[~2011-03-25 22:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 21:36 [patch 00/14] powerpc: Final irq bits for .39 Thomas Gleixner
2011-03-25 21:36 ` [patch 01/14] powerpc: Use proper accessors for IRQ_* flags Thomas Gleixner
2011-03-25 21:36 ` [patch 02/14] powerpc: media5200: Remove pointless set_irq_type() Thomas Gleixner
2011-03-25 21:36 ` [patch 03/14] powerpc: mac: pic: Use irqd_is_level_type() Thomas Gleixner
2011-03-25 21:36 ` [patch 04/14] powerpc: cell: Fix the irq_desc access Thomas Gleixner
2011-03-25 21:36 ` [patch 05/14] powerpc: cpm2_pic: Cleanup flow type handling Thomas Gleixner
2011-03-25 21:36 ` [patch 07/14] powerpc: ipic: " Thomas Gleixner
2011-03-25 21:36 ` [patch 06/14] powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLED Thomas Gleixner
2011-03-25 21:36 ` [patch 08/14] powerpc: mpc8xx_pic: Cleanup flow type handling Thomas Gleixner
2011-03-25 21:36 ` [patch 09/14] powerpc: mpic: " Thomas Gleixner
2011-03-25 21:36 ` [patch 10/14] powerpc: uic: " Thomas Gleixner
2011-03-25 21:36 ` [patch 11/14] powerpc: xilinx: " Thomas Gleixner
2011-03-25 21:36 ` [patch 12/14] powerpc: irq: Use irqdata based information Thomas Gleixner
2011-03-25 21:36 ` [patch 13/14] powerpc: Convert to new irq_* function names Thomas Gleixner
2011-03-25 21:36 ` [patch 14/14] powerpc: Use generic show_interrupts() Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).