1
0
Fork 0
alistair23-linux/arch/mips/ralink
Linus Torvalds d5fb82137b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner:
 "This contains:

   - a series of fixes for interrupt drivers to prevent a potential race
     when installing a chained interrupt handler

   - a fix for cpumask pointer misuse

   - a fix for using the wrong interrupt number from struct irq_data

   - removal of unused code and outdated comments

   - a few new helper functions which allow us to cleanup the interrupt
     handling code further in 4.3

   I decided against doing the cleanup at the end of this merge window
   and rather do the preparatory steps for 4.3, so we can run the final
   ABI change at the end of the 4.3 merge window with less risk"

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (26 commits)
  ARM/LPC32xx: Use irq not hwirq for __irq_set_handler_locked()
  genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()
  genirq: Introduce helper irq_desc_get_irq()
  genirq: Remove irq_node()
  genirq: Clean up outdated comments related to include/linux/irqdesc.h
  mn10300: Fix incorrect use of irq_data->affinity
  MIPS/ralink: Fix race in installing chained IRQ handler
  MIPS/pci: Fix race in installing chained IRQ handler
  MIPS/ath25: Fix race in installing chained IRQ handler
  MIPS/ath25: Fix race in installing chained IRQ handler
  m68k/psc: Fix race in installing chained IRQ handler
  avr32/at32ap: Fix race in installing chained IRQ handler
  sh/intc: Fix race in installing chained IRQ handler
  sh/intc: Fix potential race in installing chained IRQ handler
  pinctrl/sun4i: Fix race in installing chained IRQ handler
  pinctrl/samsung: Fix race in installing chained IRQ handler
  pinctrl/samsung: Fix race in installing chained IRQ handler
  pinctrl/exynos: Fix race in installing chained IRQ handler
  pinctrl/st: Fix race in installing chained IRQ handler
  pinctrl/adi2: Fix race in installing chained IRQ handler
  ...
2015-07-01 15:19:35 -07:00
..
Kconfig MIPS: ralink: add missing symbol for RALINK_ILL_ACC 2015-04-10 15:41:51 +02:00
Makefile MIPS: ralink: add a bootrom dumper module 2014-11-24 07:45:22 +01:00
Platform MIPS: ralink: mt7620: Add cpu-feature-override header 2013-09-04 16:58:31 +02:00
bootrom.c MIPS: ralink: add a bootrom dumper module 2014-11-24 07:45:22 +01:00
cevt-rt3352.c treewide: Fix typos in printk 2013-12-19 15:10:49 +01:00
clk.c MIPS: ralink: add missing clk_set_rate() to clk.c 2014-11-24 07:45:20 +01:00
common.h MIPS: ralink: cleanup the soc specific pinmux data 2014-11-24 07:45:24 +01:00
early_printk.c MIPS: ralink: cleanup early_printk 2014-11-24 07:45:24 +01:00
ill_acc.c MIPS: ralink: Fix clearing the illegal access interrupt 2015-06-01 10:51:37 +02:00
irq.c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2015-07-01 15:19:35 -07:00
mt7620.c MIPS: ralink: add mt7628an support 2014-11-24 07:45:24 +01:00
of.c MIPS: ralink: copy the commandline from the devicetree 2014-11-24 07:45:23 +01:00
prom.c MIPS: ralink: cleanup the soc specific pinmux data 2014-11-24 07:45:24 +01:00
reset.c MIPS: ralink: Add support for reset-controller API 2013-09-04 18:27:28 +02:00
rt288x.c MIPS: ralink: cleanup the soc specific pinmux data 2014-11-24 07:45:24 +01:00
rt305x.c MIPS: ralink: cleanup the soc specific pinmux data 2014-11-24 07:45:24 +01:00
rt3883.c MIPS: ralink: cleanup the soc specific pinmux data 2014-11-24 07:45:24 +01:00
timer.c mips: ralink: drop owner assignment from platform_drivers 2014-10-20 16:20:09 +02:00