summaryrefslogtreecommitdiff
path: root/arch/arm/common/sa1111.c
AgeCommit message (Expand)Author
2023-10-05ARM: 9319/1: sa1111: fix sa1111_probe kernel-doc warningsRandy Dunlap
2023-05-26ARM: sa1100: address missing prototype warningsArnd Bergmann
2023-03-17ARM: Convert to platform remove callback returning voidUwe Kleine-König
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-12ARM: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König
2020-10-20ARM/sa1111: add a missing include of dma-map-ops.hChristoph Hellwig
2020-03-16ARM: sa1111: Fix irq_retrigger callback return valueMarc Zyngier
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2018-12-04ARM: sa1111: remove legacy GPIO interfacesRussell King
2017-11-29ARM: sa1111: map interrupt numbers through irqdomainRussell King
2017-11-29ARM: sa1111: use an irqdomain for SA1111 interruptsRussell King
2017-11-29ARM: sa1111: remove special sa1111 mmio accessorsRussell King
2017-11-29ARM: sa1111: remove legacy suspend/resume methodsRussell King
2017-11-27ARM: sa1111: remove legacy shutdown methodRussell King
2016-09-21ARM: sa1111: provide to_sa1111_device() macroRussell King
2016-09-20ARM: sa1111: add sa1111_get_irq()Russell King
2016-09-20ARM: sa1111: clean up duplication in IRQ chip implementationRussell King
2016-09-20ARM: sa1111: implement a gpio_chip for SA1111 GPIOsRussell King
2016-09-20ARM: sa1111: move irq cleanup to separate functionRussell King
2016-09-20ARM: sa1111: use devm_clk_get()Russell King
2016-09-20ARM: sa1111: use devm_kzalloc()Russell King
2016-09-20ARM: sa1111: ensure we only touch RAB bus type devices when removingRussell King
2016-09-12ARM: sa1111: fix missing clk_disable()fixes-sa1111Russell King
2016-09-12ARM: sa1111: fix pcmcia suspend/resumeRussell King
2016-09-12ARM: sa1111: fix pcmcia interrupt mask polarityRussell King
2016-09-12ARM: sa1111: fix error code propagation in sa1111_probe()Russell King
2016-02-16ARM: 8523/1: sa1111: ensure no negative value gets returned on positive matchMarek Szyprowski
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-05Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2015-07-28ARM: kill off set_irq_flags usageRob Herring
2015-07-13ARM/sa1111: Prepare sa1111_irq_handler for irq argument removalThomas Gleixner
2015-07-13ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-06-18ARM: sa1100: convert SA11x0 related code to use new chained handler helperRussell King
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King
2014-10-20ARM: common: drop owner assignment from platform_driversWolfram Sang
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-03-24ARM: sa1111: use dev_err() rather than printk()Russell King
2012-03-24ARM: sa1111: cleanup sub-device registration and unregistrationRussell King
2012-03-24ARM: sa1111: only setup DMA for DMA capable devicesRussell King
2012-03-24ARM: sa1111: register sa1111 devices with dmabounce in bus notifierRussell King
2012-03-24ARM: sa1111: provide a generic way to prevent devices from registeringRussell King
2012-02-09ARM: sa1111: change devid to be a bitmaskRussell King
2012-02-09ARM: sa1111: add platform enable/disable functionsRussell King
2012-02-09ARM: sa1111: add shutdown hook to sa1111_driver structureRussell King