summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2014-12-15irqchip: exynos-combiner: remove hard-coded irq_base valueChander Kashyap1-12/+3
2014-07-28irqchip: gic: Fix core ID calculation when topology is read from DTTomasz Figa1-1/+4
2014-07-28irqchip: gic: Add support for cortex a7 compatible stringMatthias Brugger1-0/+1
2014-07-09irqchip: spear_shirq: Fix interrupt offsetThomas Gleixner1-1/+1
2014-06-07irqchip: Gic: Support forced affinity settingThomas Gleixner1-2/+6
2014-03-06irq-metag*: stop set_affinity vectoring to offline cpusJames Hogan2-2/+2
2014-02-20irqchip: armada-370-xp: fix IPI race conditionLior Amsalem1-1/+1
2014-01-15irqchip: renesas-irqc: Fix irqc_probe error handlingAxel Lin1-2/+2
2013-06-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-06-20irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN caseShawn Guo1-1/+1
2013-06-08Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-2/+2
2013-06-08irqchip: Return -EPERM for reserved IRQsGrant Likely2-2/+2
2013-06-03ARM: mxs: icoll: Fix interrupts gpio bank 0Markus Pargmann1-10/+4
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-61/+64
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+289
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann5-0/+2220
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-18/+2543
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+127
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-164/+300
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-29irqchip: s3c24xx: add missing __init annotationsArnd Bergmann1-2/+2
2013-04-19irqchip: exynos: look up irq using irq_find_mappingArnd Bergmann1-7/+6
2013-04-19irqchip: exynos: pass irq_base from platformArnd Bergmann1-10/+13
2013-04-19irqchip: exynos: localize irq lookup for ATAGSArnd Bergmann1-7/+12
2013-04-19irqchip: exynos: allocate combiner_data dynamicallyArnd Bergmann1-13/+23
2013-04-19irqchip: exynos: pass max combiner number to combiner_initArnd Bergmann1-30/+16
2013-04-15irqchip: armada-370-xp: slightly cleanup irq controller driverThomas Petazzoni1-5/+8
2013-04-15irqchip: armada-370-xp: move IRQ handler to avoid forward declarationThomas Petazzoni1-43/+40
2013-04-15irqchip: move IRQ driver for Armada 370/XPThomas Petazzoni2-0/+295
2013-04-12irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructureTony Prisk2-0/+260
2013-04-11Merge tag 'sunxi-cleanup-for-3.10' of git://github.com/mripard/linux into nex...Olof Johansson3-152/+150
2013-04-09Merge tag 'pmu-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-18/+62
2013-04-09Merge tag 'irq-s3c24xx-for-v3.10' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-0/+1356
2013-04-09Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann2-0/+122
2013-04-09Merge tag 'v3.9-rc3' into next/multiplatformArnd Bergmann1-1/+1
2013-04-09Merge tag 'mxs-cleanup-3.10' of git://git.linaro.org/people/shawnguo/linux-2....Arnd Bergmann2-0/+122
2013-04-08irqchip: sunxi: Rename sunxi to sun4iMaxime Ripard3-150/+150
2013-04-08irqchip: sunxi: Make use of the IRQCHIP_DECLARE macroMaxime Ripard1-12/+10
2013-04-09irqchip: exynos-combiner: Correct combined IRQs for exynos4Chanho Park1-13/+37
2013-04-09irqchip: exynos-combiner: Add set_irq_affinity function for combiner_irqChanho Park1-5/+25
2013-04-08Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into ...Arnd Bergmann1-1/+1
2013-04-04irqchip: s3c24xx: add devicetree supportHeiko Stuebner1-6/+225
2013-04-04irqchip: s3c24xx: make interrupt handling independent of irq_domain structureHeiko Stuebner1-10/+15
2013-04-04irqchip: s3c24xx: globally keep track of the created intc instancesHeiko Stuebner1-49/+50
2013-04-04irqchip: s3c24xx: add irq_set_type callback for basic interrupt typesHeiko Stuebner1-0/+24
2013-04-04irqchip: s3c24xx: fix irqlist of second s3c2416 controllerHeiko Stuebner1-3/+2
2013-04-04irqchip: s3c24xx: fix comments on some camera interruptsHeiko Stuebner1-4/+4
2013-04-04ARM: S3C24XX: move irq driver to drivers/irqchipHeiko Stuebner2-0/+1108
2013-04-02Merge branch 'gic/cleanup' into next/cleanupOlof Johansson1-0/+1
2013-04-02irqchip: vic: add include of linux/irq.hOlof Johansson1-0/+1