aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/sa1111.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-4/+2
2015-08-05Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next/cleanupOlof Johansson1-2/+3
2015-07-28ARM: kill off set_irq_flags usageRob Herring1-2/+2
2015-07-13ARM/sa1111: Prepare sa1111_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-13ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-06-18ARM: sa1100: convert SA11x0 related code to use new chained handler helperRussell King1-4/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-21ARM: convert printk(KERN_* to pr_*Russell King1-7/+6
2014-10-20ARM: common: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+2
2012-03-24ARM: sa1111: use dev_err() rather than printk()Russell King1-1/+1
2012-03-24ARM: sa1111: cleanup sub-device registration and unregistrationRussell King1-11/+16
2012-03-24ARM: sa1111: only setup DMA for DMA capable devicesRussell King1-3/+6
2012-03-24ARM: sa1111: register sa1111 devices with dmabounce in bus notifierRussell King1-55/+74
2012-03-24ARM: sa1111: provide a generic way to prevent devices from registeringRussell King1-5/+2
2012-02-09ARM: sa1111: change devid to be a bitmaskRussell King1-6/+6
2012-02-09ARM: sa1111: add platform enable/disable functionsRussell King1-5/+17
2012-02-09ARM: sa1111: add shutdown hook to sa1111_driver structureRussell King1-0/+9
2012-02-09ARM: sa1111: implement support for sparse IRQsRussell King1-11/+32
2012-02-09ARM: sa1111: finish "allow cascaded IRQs to be used by platforms"Russell King1-4/+15
2012-02-09ARM: sa1111: add sa1111 core driver .owner initializerRussell King1-0/+1
2012-02-09ARM: sa1111: fix PWM state on suspendRussell King1-2/+3
2012-02-09ARM: sa1111: fix memory request/grant setup on PM eventsRussell King1-1/+11
2011-09-27clk: sa1111: convert to clk_prepare()/clk_unprepare()Russell King1-1/+8
2011-07-04ARM: dmabounce: get rid of dma_needs_bounce global functionRussell King1-29/+31
2011-05-12ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King1-8/+0
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-4/+4
2011-03-29arm: Reorder irq_set_ function callsThomas Gleixner1-2/+2
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-12/+12
2011-01-14ARM: sa1111: fix typo in sa1111_retrigger_lowirq()Pavel Machek1-1/+1
2011-01-13ARM: sa1111: irq_data conversion.Lennert Buytenhek1-47/+47
2010-10-04ARM: 6349/1: sa1111: move __sa1111_probe() to .devinit.textUwe Kleine-König1-1/+1
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+1
2010-07-30SA1111: Eliminate use after freeJulia Lawall1-3/+2
2010-07-16ARM: Remove 'node' argument form arch_adjust_zones()Russell King1-4/+1
2010-05-27ARM: 6146/1: sa1111: Prevent deadlock in resume pathMarek Vašut1-2/+7
2010-03-02[ARM] sa1111: allow cascaded IRQs to be used by platformsEric Miao1-24/+88
2009-10-02ARM: 5735/1: sa1111: CodingStyle cleanupsHartley Sweeten1-13/+12
2008-12-14[ARM] arch/arm/common/sa1111.c: Correct error handling codeJulia Lawall1-1/+1
2008-10-21[ARM] 5315/1: Fix section mismatch warning (sa1111)Kristoffer Ericson1-1/+1
2008-10-17[ARM] pxa: fix 3bca103a1e658d23737d20e1989139d9ca8973bfRussell King1-0/+2
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov1-7/+7
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-07-21arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers1-4/+3
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-1/+2
2008-07-10Clocklib: Fix SA1111 clock name mess.Ian Molton1-1/+1
2007-07-11PM: do not use saved_state from struct dev_pm_info on ARMRafael J. Wysocki1-5/+8