aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/common/sa1111.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King1-1/+0
2006-11-30[ARM] Remove compatibility layer for ARM irqsRussell King1-15/+15
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-4/+4
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-08-27[ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systemsDavid Brownell1-1/+5
2006-08-01[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.nameDavid Brownell1-2/+4
2006-07-01[ARM] 3686/1: ARM: arm/common: convert irq handlingThomas Gleixner1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-21[ARM] Convert kmalloc+memset to kzallocRussell King1-5/+2
2006-03-21[ARM] Convert SA1111 to use clock architectureRussell King1-21/+20
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-0/+2
2006-01-13[PATCH] Add SA1111 bus_type probe/remove methodsRussell King1-2/+2
2005-11-16[ARM] sa1111.c needs asm/sizes.hRussell King1-0/+1
2005-11-16[ARM] Move zone adjustment for SA1111 on SA11x0 platformsRussell King1-0/+11
2005-11-15[ARM] Initialise SA1111 core before SA1111 PCMCIARussell King1-1/+1
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-21/+21
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-9/+2
2005-09-04[ARM] Change irq_chip wake/type methods to set_wake/set_typeRussell King1-4/+4
2005-06-22[PATCH] ARM: Fix sa1111.c build error caused by klist changesRussell King1-6/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1292