summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/octeon-irq.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: octeon: Fix compile errorThomas Bogendoerfer2023-03-271-1/+1
* MIPS: octeon: Use of_address_to_resource()Rob Herring2023-03-241-20/+15
* MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin2022-09-071-0/+10
* genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-2/+2
* MIPS: fix typos in commentsJulia Lawall2022-05-041-1/+1
* MIPS: OCTEON: Constify static irq_domain_opsRikard Falkeborn2022-02-221-5/+5
* irq: mips: stop (ab)using handle_domain_irq()Mark Rutland2021-10-251-1/+4
* MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong2021-01-131-1/+1
* MIPS: Octeon: irq: Alloc desc before configuring IRQAlexander Sverdlin2020-12-141-0/+15
* MIPS: OCTEON: irq: Fix potential NULL pointer dereferenceGustavo A. R. Silva2020-03-041-0/+3
* MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"Colin Ian King2020-01-231-1/+1
* MIPS: OCTEON: octeon-irq: make octeon_irq_ciu3_set_affinity() staticAaro Koskinen2018-11-211-2/+2
* MIPS: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-8/+8
* MIPS: Octeon: assign bool true/false not 1/0Nicholas Mc Guire2018-06-241-1/+1
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-5/+5
|\
| * MIPS: Octeon: Fix logging messages with spurious periods after newlinesJoe Perches2018-02-191-5/+5
* | MIPS: OCTEON: irq: Check for null return on kzalloc allocationColin Ian King2018-02-231-0/+2
|/
* MIPS: Octeon: Allow access to CIU3 IRQ domains.Steven J. Hill2017-09-041-0/+9
* MIPS: Octeon: mark GPIO controller node not populated after IRQ init.Steven J. Hill2016-09-291-0/+6
* Merge branch '4.7-fixes' into mips-for-linux-nextRalf Baechle2016-08-031-1/+1
|\
| * MIPS: Octeon: Off by one in octeon_irq_gpio_map()Dan Carpenter2016-07-211-1/+1
* | MIPS: Octeon: Remove forced mappings of USB interrupts.Steven J. Hill2016-07-281-12/+0
|/
* MIPS: OCTEON: Simplify code in octeon_irq_ciu_gpio_set_type()David Daney2016-05-131-1/+1
* MIPS: OCTEON: Add support for OCTEON III interrupt controller.David Daney2016-05-131-1/+649
* MIPS: OCTEON: Remove some code limiting NR_IRQS to 255David Daney2016-05-131-25/+2
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-2/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* MIPS: octeon: Replace the homebrewn flow handlerThomas Gleixner2015-08-261-11/+11
* MIPS: irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-08-261-6/+8
* MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-211-1/+3
* MIPS: OCTEON: irq: add CIB and other fixesDavid Daney2015-02-201-269/+780
* MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney2015-02-201-2/+43
* MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney2015-02-201-1/+1
* MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-awareAlexander Sverdlin2014-10-271-0/+2
* mips: Replace __get_cpu_var usesChristoph Lameter2014-08-261-15/+15
* MIPS: Octeon: Add twsi interrupt initialization for OCTEON 3XXX, 5XXX, 63XXEunbong Song2014-06-041-0/+2
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-171-1/+1
* MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann2014-03-191-10/+12
* MIPS: Move declaration of Octeon function fixup_irqs() to header.Ralf Baechle2013-09-031-1/+1
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-6/+6
* MIPS: octeon: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-1/+1
* MIPS: octeon: Fix GPIO number in IRQ chip private dataAlexander Sverdlin2013-05-081-3/+2
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2
* MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2012-12-131-1/+0
* MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain.David Daney2012-08-311-0/+2
* MIPS: Octeon: Make interrupt controller work with threaded handlers.David Daney2012-08-311-143/+137
* MIPS: OCTEON: Add support for cn68XX interrupt controller.David Daney2012-08-311-24/+544
* MIPS: Octeon: Fix broken interrupt controller code.David Daney2012-08-171-46/+43
* MIPS: Octeon: Use device tree to register serial ports.David Daney2012-07-231-4/+0
* netdev: octeon_mgmt: Convert to use device tree.David Daney2012-07-231-2/+0