index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-16
gpio/xilinx: Use correct address when setting initial values.
Raphaël Teysseyre
1
-2
/
+2
2015-07-16
gpiolib: assign chip owner to dev->driver->owner if not set
Grygorii Strashko
1
-0
/
+3
2015-07-16
gpiolib: irqchip: prevent driver unloading if gpio is used as irq only
Grygorii Strashko
1
-0
/
+5
2015-07-16
gpio: zynq: Fix problem with unbalanced pm_runtime_enable
Michal Simek
1
-0
/
+1
2015-07-16
gpio: pcf857x: get rid of slock spinlock
Grygorii Strashko
1
-9
/
+5
2015-07-16
gpio: rcar: Fine-grained Runtime PM support
Geert Uytterhoeven
1
-4
/
+16
2015-07-16
gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type
Grygorii Strashko
1
-1
/
+3
2015-07-16
gpio: em: Remove obsolete platform data support
Geert Uytterhoeven
1
-26
/
+8
2015-07-16
gpio: zx: Add ZTE zx296702 GPIO support
Jun Nie
3
-0
/
+331
2015-07-16
gpio: brcmstb: fix null ptr dereference in driver remove
Gregory Fong
1
-3
/
+11
2015-07-16
gpio: of: remove unnecessary variable in of_get_gpio_hog()
Masahiro Yamada
1
-4
/
+1
2015-07-16
gpio: mvebu: kill bogus dependency on GPIO_GENERIC
Masahiro Yamada
1
-1
/
+0
2015-07-16
gpio: altera: use of_mm_gpiochip_remove() to fix memory leak
Masahiro Yamada
1
-1
/
+1
2015-07-16
gpio: altera: fix return value of altera_gpio_remove()
Masahiro Yamada
1
-1
/
+1
2015-07-16
gpio: altera: kill bogus dependency on GPIO_GENERIC
Masahiro Yamada
1
-1
/
+0
2015-07-16
gpio: zynq: add missing module_exit function
Masahiro Yamada
1
-0
/
+6
2015-07-16
gpiolib: Fix docs for gpiochip_add_pingroup_range
Tomeu Vizoso
1
-1
/
+1
2015-07-16
gpio: generic: add get_direction support
Philipp Zabel
1
-0
/
+18
2015-07-14
gpio/davinci: Fix race in installing chained irq handler
Thomas Gleixner
1
-4
/
+2
2015-07-14
gpio/davinci: Avoid redundant lookup of irq_data
Thomas Gleixner
1
-4
/
+4
2015-07-14
gpio/msm-v2: Avoid redundant lookup of irq_data
Thomas Gleixner
1
-13
/
+5
2015-07-14
gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removal
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removal
Thomas Gleixner
1
-1
/
+1
2015-07-14
gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removal
Thomas Gleixner
1
-1
/
+3
2015-07-14
gpio/davinci: Prepare gpio_irq_handler for irq argument removal
Thomas Gleixner
1
-1
/
+2
2015-07-14
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
10
-15
/
+14
2015-07-14
gpio/davinci: Use accessor function irq_data_get_irq_handler_data()
Jiang Liu
1
-1
/
+1
2015-07-14
gpio/gpio-tegra: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/pch: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/omap: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/msm-v2: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/ep93xx: Use irq_set_handler_locked()
Thomas Gleixner
1
-1
/
+1
2015-07-14
gpio/zynq: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpiolib: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/tz1090: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/timberdale: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+1
2015-07-14
gpio/mvebu: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+2
2015-07-14
gpio/mpc8xxx: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-4
/
+3
2015-07-13
gpio/davinci: Fix race in installing chained irq handler
Thomas Gleixner
1
-4
/
+2
2015-07-06
gpio: make flags mandatory for gpiod_get functions
Uwe Kleine-König
2
-17
/
+17
2015-07-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+6
2015-07-01
Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2015-06-26
Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'
Rafael J. Wysocki
1
-2
/
+2
2015-06-25
gpio/msic: Fix race in installing chained IRQ handler
Thomas Gleixner
1
-2
/
+1
2015-06-25
gpio/dwapb: Fix race in installing chained IRQ handler
Thomas Gleixner
1
-2
/
+2
2015-06-25
gpio/bcm-kona: Fix race in installing chained IRQ handler
Thomas Gleixner
1
-2
/
+3
2015-06-24
Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
6
-6
/
+6
2015-06-24
ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()
Alexander Sverdlin
1
-2
/
+2
2015-06-23
Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
34
-557
/
+1796
2015-06-22
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-11
/
+10
[prev]
[next]