summaryrefslogtreecommitdiff
path: root/arch/mips/cavium-octeon/octeon-irq.c
AgeCommit message (Expand)Author
2017-09-04MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill
2016-09-29MIPS: Octeon: mark GPIO controller node not populated after IRQ init.Steven J. Hill
2016-08-03Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle
2016-07-28MIPS: Octeon: Remove forced mappings of USB interrupts.Steven J. Hill
2016-07-21MIPS: Octeon: Off by one in octeon_irq_gpio_map()Dan Carpenter
2016-05-13MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()David Daney
2016-05-13MIPS: OCTEON: Add support for OCTEON III interrupt controller.David Daney
2016-05-13MIPS: OCTEON: Remove some code limiting NR_IRQS to 255David Daney
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-26MIPS: octeon: Replace the homebrewn flow handlerThomas Gleixner
2015-08-26MIPS: irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-02-20MIPS: OCTEON: irq: add CIB and other fixesDavid Daney
2015-02-20MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney
2015-02-20MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney
2014-10-27MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-awareAlexander Sverdlin
2014-08-26mips: Replace __get_cpu_var usesChristoph Lameter
2014-06-04MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XXEunbong Song
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner
2014-03-19MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann
2013-09-03MIPS: Move declaration of Octeon function fixup_irqs() to header.Ralf Baechle
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker
2013-06-25MIPS: octeon: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas
2013-05-08MIPS: octeon: Fix GPIO number in IRQ chip private dataAlexander Sverdlin
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney
2012-08-31MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain.David Daney
2012-08-31MIPS: Octeon: Make interrupt controller work with threaded handlers.David Daney
2012-08-31MIPS: OCTEON: Add support for cn68XX interrupt controller.David Daney
2012-08-17MIPS: Octeon: Fix broken interrupt controller code.David Daney
2012-07-23MIPS: Octeon: Use device tree to register serial ports.David Daney
2012-07-23netdev: octeon_mgmt: Convert to use device tree.David Daney
2012-07-23i2c: Convert i2c-octeon.c to use device tree.David Daney
2012-07-23MIPS: Octeon: Setup irq_domains for interrupts.David Daney
2012-07-23MIPS: OCTEON: Consolidate the edge and level irq_chip structures.David Daney
2012-07-23MIPS: OCTEON: Remove unneeded OCTEON_IRQ_* defines.David Daney
2012-07-23MIPS: Octeon: Add irq handlers for GPIO interrupts.David Daney
2011-03-29MIPS: Octeon: Simplify irq_cpu_on/offline irq chip functionsThomas Gleixner
2011-03-29MIPS: Octeon: Rewrite interrupt handling code.David Daney
2010-08-05MIPS: Octeon: Fix fixup_irqs for HOTPLUG_CPUDavid Daney
2010-08-05MIPS: Octeon: Improve interrupt handling.David Daney
2010-08-05MIPS: Octeon: Move MSI code out of octeon-irq.c.David Daney
2010-02-27MIPS: Octeon: Replace rwlocks in irq_chip handlers with raw_spinlocks.David Daney
2010-02-27MIPS: Octeon: Convert octeon_irq_msi_lock to raw spinlock.Ralf Baechle
2010-02-27MIPS: Make various locks static.Ralf Baechle
2010-02-27MIPS: Octeon: Do proper acknowledgment of CIU timer interrupts.David Daney
2010-02-27MIPS: Octeon: Fix EOI handling.David Daney
2009-11-02MIPS: Octeon: Use lockless interrupt controller operations when possible.David Daney
2009-11-02MIPS: Octeon: Use write_{un,}lock_irq{restore,save} to set irq affinityDavid Daney