index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-omap
/
gpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GPIO: OMAP: move to drivers/gpio
Kevin Hilman
2011-05-27
1
-2009
/
+0
*
GPIO: OMAP: move register offset defines into <plat/gpio.h>
Kevin Hilman
2011-05-27
1
-103
/
+0
*
Merge branch 'devel-stable' into for-linus
Russell King
2011-05-23
1
-3
/
+4
|
\
|
*
ARM: omap: update GPIO chained IRQ handler to use entry/exit functions
Will Deacon
2011-05-11
1
-3
/
+4
*
|
ARM / OMAP: Use struct syscore_ops for "core" power management
Rafael J. Wysocki
2011-04-24
1
-26
/
+9
|
/
*
arm: Cleanup the irq namespace
Thomas Gleixner
2011-03-29
1
-9
/
+9
*
arm: plat-omap: Cleanup irq_desc access
Thomas Gleixner
2011-03-29
1
-8
/
+1
*
arm: Use genirq lockdep helper to set lock class
Thomas Gleixner
2011-03-29
1
-3
/
+1
*
Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2011-01-15
1
-48
/
+47
|
\
|
*
ARM: plat-omap: irq_data conversion.
Lennert Buytenhek
2011-01-13
1
-47
/
+46
*
|
arm: omap: gpio: don't access irq_desc array directly
Felipe Balbi
2011-01-07
1
-3
/
+7
*
|
OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+
Mika Westerberg
2011-01-07
1
-1
/
+1
|
/
*
OMAP2+: powerdomain: move header file from plat-omap to mach-omap2
Paul Walmsley
2010-12-21
1
-3
/
+2
*
omap1: Fix gpio mpuio bank to work for multi-omap for 7xx/15xx/16xx
Tony Lindgren
2010-12-07
1
-14
/
+19
*
OMAP: GPIO: Implement GPIO as a platform device
Varadarajan, Charulatha
2010-12-07
1
-315
/
+98
*
OMAP15xx: GPIO: Introduce support for GPIO init
Varadarajan, Charulatha
2010-12-07
1
-8
/
+2
*
OMAP: GPIO: Make omap_gpio_show_rev bank specific
Tony Lindgren
2010-12-07
1
-6
/
+6
*
OMAP: GPIO: prepare for platform driver
Varadarajan, Charulatha
2010-12-07
1
-116
/
+118
*
omap: Ptr "isr_reg" tracked as NULL was dereferenced
Evgeny Kuznetsov
2010-12-07
1
-0
/
+5
*
omap2: fix assorted compiler warnings
Sanjeev Premi
2010-09-23
1
-2
/
+2
*
OMAP: GPIO: ensure debounce clocks are disabled during idle/suspend
Kevin Hilman
2010-09-23
1
-2
/
+4
*
omap2: Fix GPIO numbers and smc91x for 2430sdp
Tony Lindgren
2010-08-02
1
-1
/
+3
*
omap: GPIO: fix auto-disable of debounce clock
Kevin Hilman
2010-06-10
1
-0
/
+1
*
arm: omap: remove the unused omap_gpio_set_debounce methods
Felipe Balbi
2010-05-27
1
-74
/
+0
*
arm: omap: gpio: implement set_debounce method
Felipe Balbi
2010-05-27
1
-0
/
+68
*
omap: GPIO: Fix OMAP4 GPIO reg access issues
Charulatha V
2010-05-20
1
-12
/
+47
*
OMAP: GPIO: remove duplicate debugfs interface
Kevin Hilman
2010-05-12
1
-107
/
+0
*
OMAP3: GPIO: Removed a couple of unneeded registers from context save/restore
Tero Kristo
2010-05-12
1
-10
/
+0
*
OMAP3: GPIO: disable GPIO debounce clocks on idle
Kevin Hilman
2010-05-12
1
-0
/
+8
*
OMAP2/3: GPIO: generalize prepare for idle
Kevin Hilman
2010-05-12
1
-6
/
+13
*
OMAP3: GPIO: Only enable WAKEUPEN for edge detection GPIOs
Chunqiu Wang
2010-05-12
1
-2
/
+12
*
OMAP3: GPIO fixes for off-mode
Tero Kristo
2010-05-12
1
-5
/
+14
*
omap: gpio: fix incorrect matching of IRQ_TYPE_EDGE_BOTH
Janusz Krzysztofik
2010-04-22
1
-3
/
+3
*
omap: Fix gpio_resume_after_retention
Sergio Aguirre
2010-03-11
1
-5
/
+5
*
omap4: Use irq line defines from irq-44xx.h
Santosh Shilimkar
2010-02-23
1
-6
/
+6
*
omap: Fix gpio.c for multi-omap for omap4
Tony Lindgren
2010-02-15
1
-91
/
+133
*
omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS
Tony Lindgren
2010-02-15
1
-24
/
+12
*
omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3
Tony Lindgren
2010-02-15
1
-29
/
+29
*
omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2
Tony Lindgren
2010-02-15
1
-28
/
+28
*
omap2/3: Multiboot compile fixes to compile in omap2 and omap3
Tony Lindgren
2010-02-15
1
-1
/
+1
*
omap: define _toggle_gpio_edge_triggering only for OMAP1
Uwe Kleine-König
2010-01-29
1
-2
/
+2
*
omap: Remove uninitialized warning for gpio.c
Tony Lindgren
2010-01-08
1
-1
/
+1
*
omap: gpio: Simultaneously requested rising and falling edge
Cory Maccarrone
2010-01-08
1
-1
/
+60
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
omap: GPIO module enable/disable
Charulatha V
2009-11-22
1
-0
/
+32
*
Merge 7xx-iosplit-plat-merge with omap-fixes
Tony Lindgren
2009-11-22
1
-248
/
+269
|
\
|
*
OMAP3: PM: GPIO context save/restore
Rajendra Nayak
2009-11-11
1
-0
/
+92
|
*
omap: Use ioremap in gpio.c
Tony Lindgren
2009-10-19
1
-95
/
+129
|
*
OMAP7XX: Rename all the rest of the omap730 references in omap1 core
Alistair Buxton
2009-10-07
1
-46
/
+46
|
*
OMAP7XX: Replace omap730 references in irqs.h and all users
Alistair Buxton
2009-10-07
1
-7
/
+7
[next]