aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-crossbar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2017-08-23irqchip: Convert to using %pOF instead of full_nameRob Herring1-3/+3
2017-03-09Merge tag 'irq-fixes-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-4/+4
2017-03-07irqchip/crossbar: Fix incorrect type of register sizeFranck Demathieu1-4/+4
2017-03-06irqchip/crossbar: Fix incorrect type of local variablesFranck Demathieu1-1/+2
2017-03-01irqchip/crossbar: Fix incorrect type of local variablesFranck Demathieu1-1/+2
2016-05-11irqchip: Mask the non-type/sense bits when translating an IRQJon Hunter1-1/+1
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-28/+34
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2015-08-20irqchip/crossbar: Restore set_wake functionalityGrygorii Strashko1-2/+2
2015-08-20irqchip/crossbar: Restore the mask on suspend behaviourGrygorii Strashko1-0/+1
2015-08-20irqchip/crossbar: Restore the irq_set_type() mechanismGrygorii Strashko1-0/+1
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet1-2/+1
2015-03-15irqchip: crossbar: Convert dra7 crossbar to stacked domainsMarc Zyngier1-87/+123
2014-08-18irqchip: crossbar: Off by one bugs in initDan Carpenter1-2/+2
2014-06-30irqchip: crossbar: Allow for quirky hardware with direct hardwiring of GICNishanth Menon1-2/+18
2014-06-30irqchip: crossbar: Introduce centralized check for crossbar writeNishanth Menon1-2/+12
2014-06-30irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar mappingNishanth Menon1-2/+19
2014-06-30irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callbackSricharan R1-0/+11
2014-06-30irqchip: crossbar: Set cb pointer to null in case of errorSricharan R1-0/+2
2014-06-30irqchip: crossbar: Change the goto namingNishanth Menon1-12/+11
2014-06-30irqchip: crossbar: Return proper error valueNishanth Menon1-3/+11
2014-06-30irqchip: crossbar: Fix kerneldoc warningNishanth Menon1-1/+3
2014-06-30irqchip: crossbar: Fix sparse and checkpatch warningsNishanth Menon1-3/+4
2014-06-30irqchip: crossbar: Remove IS_ERR_VALUE checkNishanth Menon1-3/+3
2014-06-30irqchip: crossbar: Change allocation logic by reversing search for free irqsNishanth Menon1-2/+2
2014-06-30irqchip: crossbar: Initialise the crossbar with a safe valueNishanth Menon1-2/+17
2014-06-30irqchip: crossbar: Introduce ti, irqs-skip to skip irqs that bypass crossbarNishanth Menon1-0/+20
2014-06-30irqchip: crossbar: Check for premapped crossbar before allocatingNishanth Menon1-0/+16
2014-06-30irqchip: crossbar: Dont use '0' to mark reserved interruptsNishanth Menon1-2/+3
2014-04-28irqchip: irq-crossbar: Not allocating enough memoryDan Carpenter1-1/+1
2014-02-05DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IPSricharan R1-0/+208