summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-s3c24xx.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* genirq: Fix various typos in commentsIngo Molnar2018-12-181-1/+1
* irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski2018-08-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
* irqchip/s3c24xx: Fixup IO accessors for big endianBen Dooks2016-06-231-18/+18
* irqchip/s3c24xx: Mark init_eint as __maybe_unusedArnd Bergmann2016-01-261-1/+1
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-2/+2
* irqchip: Kill off set_irq_flags usageRob Herring2015-09-161-12/+2Star
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removalThomas Gleixner2015-07-161-5/+3Star
* irqchip: Prepare for local stub header removalJoel Porquet2015-07-111-2/+1Star
* irqchip: Constify irq_domain_opsKrzysztof Kozlowski2015-05-051-2/+2
* irqchip: s3c24xx: Convert to handle_domain_irqMarc Zyngier2014-09-031-3/+1Star
* irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARERob Herring2014-05-201-4/+2Star
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-041-1/+2
* irqchip: s3c24xx: add missing __init annotationsArnd Bergmann2013-04-291-2/+2
* irqchip: s3c24xx: add devicetree supportHeiko Stuebner2013-04-041-6/+225
* irqchip: s3c24xx: make interrupt handling independent of irq_domain structureHeiko Stuebner2013-04-041-10/+15
* irqchip: s3c24xx: globally keep track of the created intc instancesHeiko Stuebner2013-04-041-49/+50
* irqchip: s3c24xx: add irq_set_type callback for basic interrupt typesHeiko Stuebner2013-04-041-0/+24
* irqchip: s3c24xx: fix irqlist of second s3c2416 controllerHeiko Stuebner2013-04-041-3/+2Star
* irqchip: s3c24xx: fix comments on some camera interruptsHeiko Stuebner2013-04-041-4/+4
* ARM: S3C24XX: move irq driver to drivers/irqchipHeiko Stuebner2013-04-041-0/+1107