aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/octeon-irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin1-0/+10
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-2/+2
2022-05-04MIPS: fix typos in commentsJulia Lawall1-1/+1
2022-02-22MIPS: OCTEON: Constify static irq_domain_opsRikard Falkeborn1-5/+5
2021-10-25irq: mips: stop (ab)using handle_domain_irq()Mark Rutland1-1/+4
2021-01-13MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong1-1/+1
2020-12-14MIPS: Octeon: irq: Alloc desc before configuring IRQAlexander Sverdlin1-0/+15
2020-03-04MIPS: OCTEON: irq: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-0/+3
2020-01-23MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2018-11-21MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen1-2/+2
2018-08-28MIPS: Convert to using %pOFn instead of device_node.nameRob Herring1-8/+8
2018-06-24MIPS: Octeon: assign bool true/false not 1/0Nicholas Mc Guire1-1/+1
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds1-5/+5
2018-02-23MIPS: OCTEON: irq: Check for null return on kzalloc allocationColin Ian King1-0/+2
2018-02-19MIPS: Octeon: Fix logging messages with spurious periods after newlinesJoe Perches1-5/+5
2017-09-04MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill1-0/+9
2016-09-29MIPS: Octeon: mark GPIO controller node not populated after IRQ init.Steven J. Hill1-0/+6
2016-08-03Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle1-1/+1
2016-07-28MIPS: Octeon: Remove forced mappings of USB interrupts.Steven J. Hill1-12/+0
2016-07-21MIPS: Octeon: Off by one in octeon_irq_gpio_map()Dan Carpenter1-1/+1
2016-05-13MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()David Daney1-1/+1
2016-05-13MIPS: OCTEON: Add support for OCTEON III interrupt controller.David Daney1-1/+649
2016-05-13MIPS: OCTEON: Remove some code limiting NR_IRQS to 255David Daney1-25/+2
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-26MIPS: octeon: Replace the homebrewn flow handlerThomas Gleixner1-11/+11
2015-08-26MIPS: irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-6/+8
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+3
2015-02-20MIPS: OCTEON: irq: add CIB and other fixesDavid Daney1-269/+780
2015-02-20MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney1-2/+43
2015-02-20MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney1-1/+1
2014-10-27MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-awareAlexander Sverdlin1-0/+2
2014-08-26mips: Replace __get_cpu_var usesChristoph Lameter1-15/+15
2014-06-04MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XXEunbong Song1-0/+2
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-1/+1
2014-03-19MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann1-10/+12
2013-09-03MIPS: Move declaration of Octeon function fixup_irqs() to header.Ralf Baechle1-1/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-6/+6
2013-06-25MIPS: octeon: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-1/+1
2013-05-08MIPS: octeon: Fix GPIO number in IRQ chip private dataAlexander Sverdlin1-3/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney1-1/+0
2012-08-31MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain.David Daney1-0/+2
2012-08-31MIPS: Octeon: Make interrupt controller work with threaded handlers.David Daney1-143/+137
2012-08-31MIPS: OCTEON: Add support for cn68XX interrupt controller.David Daney1-24/+544
2012-08-17MIPS: Octeon: Fix broken interrupt controller code.David Daney1-46/+43
2012-07-23MIPS: Octeon: Use device tree to register serial ports.David Daney1-4/+0
2012-07-23netdev: octeon_mgmt: Convert to use device tree.David Daney1-2/+0
2012-07-23i2c: Convert i2c-octeon.c to use device tree.David Daney1-2/+0
2012-07-23MIPS: Octeon: Setup irq_domains for interrupts.David Daney1-9/+206