summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/gpio.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Merge branch 'omap-all' into develRussell King1-35/+35
2008-10-10Merge branch 'pxa-all' into develRussell King1-4/+1
2008-10-10Merge branch 'ptebits' into develRussell King1-1/+1
2008-10-09[ARM] 5298/1: Drop desc_handle_irq()Dmitry Baryshkov1-4/+1
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-2/+1
2008-09-05[ARM] omap: fix inappropriate casting in gpio.cRussell King1-35/+35
2008-09-03[ARM] omap: fix gpio.c build errorRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
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-14/+14
2008-07-25gpio: sysfs interfaceDavid Brownell1-0/+3
2008-04-14ARM: OMAP: use edge/level handlers from generic IRQ frameworkKevin Hilman1-35/+7
2008-04-14ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hookKevin Hilman1-14/+13
2008-04-14ARM: OMAP: Use gpiolibDavid Brownell1-18/+89
2008-03-20ARM: OMAP: Fix GPIO IRQ unmaskKevin Hilman1-2/+1
2008-03-05ARM: OMAP: gpio lockdep updatesDavid Brownell1-24/+35
2008-03-05ARM: OMAP: fix false lockdep warningsDavid Brownell1-0/+6
2008-02-08ARM: OMAP: Add 24xx GPIO debounce supportKevin Hilman1-5/+55
2008-02-08ARM: OMAP: Get rid of unnecessary ifdefs in GPIO codeTony Lindgren1-41/+6
2008-02-08ARM: OMAP: Add 3430 gpio supportSyed Mohammed, Khasim1-35/+132
2008-01-25Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-05-08ARM: OMAP: gpio init section cleanupsDavid Brownell1-2/+1
2007-05-05ARM: OMAP: fix OMAP1 mpuio suspend/resume oopsDavid Brownell1-0/+2
2007-05-05ARM: OMAP: MPUIO wake updatesDavid Brownell1-10/+83
2007-05-05ARM: OMAP: speed up gpio irq handlingDavid Brownell1-8/+9
2007-05-05ARM: OMAP: plat-omap changes for 2430 SDPSyed Mohammed Khasim1-13/+63
2007-05-05ARM: OMAP: gpio object shrinkage, cleanupDavid Brownell1-36/+130
2007-05-05ARM: OMAP: /sys/kernel/debug/omap_gpioDavid Brownell1-1/+129
2007-05-05ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 siliconJuha Yrjola1-18/+136
2007-05-05ARM: OMAP: Enable 24xx GPIO autoidlingJuha Yrjola1-0/+10
2007-04-21[ARM] Remove needless linux/ptrace.h includesRussell King1-1/+0
2007-03-02ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)Dirk Behme1-4/+5
2006-11-30[ARM] Remove compatibility layer for ARM irqsRussell King1-4/+4
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-3/+2
2006-09-25[PATCH] ARM: OMAP: Check gpio_fck not gpio_ickKomal Shah1-1/+1
2006-09-25ARM: OMAP: GPIO: IRQSTATUS2 workaround for retention stateHiroshi DOYU1-0/+6
2006-09-25ARM: OMAP: Fix typo for 24xx GPIO resumeTony Lindgren1-2/+2
2006-09-25ARM: OMAP: Remove Remove superfluous/recursive locking for GPIODavid Brownell1-2/+0
2006-09-25ARM: OMAP: Reset GPIO irq state after free_irq()Tony Lindgren1-4/+21
2006-09-25ARM: OMAP: Fix OMAP1 compilation after MPUIO check changeJonathan McDowell1-1/+1
2006-09-25ARM: OMAP: GPIO: fix MPUIO checkImre Deak1-3/+3
2006-08-02[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.nameDavid Brownell1-3/+5
2006-07-03[PATCH] genirq: Fixup ARM devel mergeThomas Gleixner1-7/+8
2006-07-03Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-9/+94
2006-07-02[ARM] 3701/1: ARM: Convert plat-omap to generic irq handlingThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27ARM: OMAP: Fix GPIO IRQ mask handlingImre Deak1-1/+16
2006-06-27ARM: OMAP: GPIO IRQ lazy IRQ disable fixImre Deak1-9/+79