aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-s3c24xx.c
AgeCommit message (Expand)Author
2018-12-18genirq: Fix various typos in commentsIngo Molnar
2018-08-13irqchip/s3c24xx: Remove unneeded comparison of unsigned long to 0Krzysztof Kozlowski
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-13irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav
2016-06-23irqchip/s3c24xx: Fixup IO accessors for big endianBen Dooks
2016-01-26irqchip/s3c24xx: Mark init_eint as __maybe_unusedArnd Bergmann
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-09-16irqchip: Kill off set_irq_flags usageRob Herring
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-16irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removalThomas Gleixner
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet
2015-05-05irqchip: Constify irq_domain_opsKrzysztof Kozlowski
2014-09-03irqchip: s3c24xx: Convert to handle_domain_irqMarc Zyngier
2014-05-20irqchip: s3c24xx: Fix function type for IRQCHIP_OF_DECLARERob Herring
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-29irqchip: s3c24xx: add missing __init annotationsArnd Bergmann
2013-04-04irqchip: s3c24xx: add devicetree supportHeiko Stuebner
2013-04-04irqchip: s3c24xx: make interrupt handling independent of irq_domain structureHeiko Stuebner
2013-04-04irqchip: s3c24xx: globally keep track of the created intc instancesHeiko Stuebner
2013-04-04irqchip: s3c24xx: add irq_set_type callback for basic interrupt typesHeiko Stuebner
2013-04-04irqchip: s3c24xx: fix irqlist of second s3c2416 controllerHeiko Stuebner
2013-04-04irqchip: s3c24xx: fix comments on some camera interruptsHeiko Stuebner
2013-04-04ARM: S3C24XX: move irq driver to drivers/irqchipHeiko Stuebner