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
2019-06-27
gpio: amd: Drop unused pdev pointer in privata data
Enrico Weigelt
1
-2
/
+0
2019-06-27
gpio: mockup: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-16
/
+5
2019-06-27
gpio: Initial support for ROHM bd70528 GPIO block
Matti Vaittinen
3
-0
/
+244
2019-06-26
gpio: madera: Fixup SPDX headers
Charles Keepax
1
-5
/
+1
2019-06-25
gpio: Fix return value mismatch of function gpiod_get_from_of_node()
Waibel Georg
1
-5
/
+1
2019-06-21
docs: driver-model: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
18
-72
/
+18
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464
Thomas Gleixner
2
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233
Thomas Gleixner
2
-8
/
+2
2019-06-14
Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-1
/
+2
2019-06-14
gpio: Drop the parent_irq from gpio_irq_chip
Linus Walleij
1
-11
/
+19
2019-06-14
gpio: Add GPIOLIB_IRQCHIP cleanup to TODO
Linus Walleij
1
-0
/
+40
2019-06-14
gpio: ftgpio: Pass irqchip when adding gpiochip
Linus Walleij
1
-16
/
+19
2019-06-12
gpio: omap: Fix lost edge wake-up interrupts
Tony Lindgren
1
-1
/
+11
2019-06-12
i2c: iop: Use GPIO descriptors
Linus Walleij
1
-0
/
+1
2019-06-12
gpio: omap: clean up register access in omap2_set_gpio_debounce()
Russell King
1
-3
/
+1
2019-06-12
gpio: omap: irq_startup() must not return error codes
Russell King
1
-5
/
+0
2019-06-12
gpio: omap: clean up wakeup handling
Russell King
1
-23
/
+13
2019-06-12
gpio: omap: constify register tables
Russell King
1
-6
/
+6
2019-06-12
gpio: omap: clean up omap_gpio_restore_context()
Russell King
1
-21
/
+15
2019-06-12
gpio: omap: remove dataout variation in context handling
Russell King
1
-10
/
+2
2019-06-12
gpio: omap: simplify omap_set_gpio_irqenable()
Russell King
1
-46
/
+15
2019-06-12
gpio: omap: simplify omap_toggle_gpio_edge_triggering()
Russell King
1
-18
/
+4
2019-06-12
gpio: omap: simplify read-modify-write
Russell King
1
-53
/
+30
2019-06-12
gpio: omap: simplify bank->level_mask
Russell King
1
-4
/
+3
2019-06-12
gpio: omap: simplify set_multiple()
Russell King
1
-38
/
+7
2019-06-12
gpio: omap: simplify get_multiple()
Russell King
1
-25
/
+11
2019-06-12
gpio: omap: simplify get() method
Russell King
1
-19
/
+6
2019-06-12
gpio: omap: simplify omap_gpio_get_direction()
Russell King
1
-10
/
+3
2019-06-12
gpio: omap: move omap_gpio_request() and omap_gpio_free()
Russell King
1
-32
/
+32
2019-06-12
gpio: omap: remove irq_ack method
Russell King
1
-14
/
+3
2019-06-12
gpio: omap: clean up edge interrupt handling
Russell King
1
-11
/
+9
2019-06-12
gpio: omap: remove remainder of list management
Russell King
1
-2
/
+0
2019-06-12
gpio: omap: fix lack of irqstatus_raw0 for OMAP4
Russell King
1
-0
/
+2
2019-06-12
gpio: omap: ensure irq is enabled before wakeup
Russell King
1
-7
/
+8
2019-06-12
Merge branch 'ib-snps-reset-gpio' into devel
Linus Walleij
1
-0
/
+6
2019-06-12
gpio: of: parse stmmac PHY reset line specific active-low property
Martin Blumenstingl
1
-0
/
+6
2019-06-10
gpio: altera: Allocate irq_chip dynamically
Phil Reid
1
-12
/
+11
2019-06-10
gpio: xilinx: convert from OF GPIO to standard devm APIs
Robert Hancock
2
-55
/
+36
2019-06-08
gpio: davinci: Add new compatible for K3 AM654 SoCs
Keerthy
1
-0
/
+1
2019-06-08
gpio: Davinci: Add K3 dependencies
Keerthy
1
-1
/
+1
2019-06-08
gpio: davinci: Fix the compiler warning with ARM64 config enabled
Keerthy
1
-3
/
+3
2019-06-08
gpio: pca953x: hack to fix 24 bit gpio expanders
H. Nikolaus Schaller
1
-1
/
+2
2019-06-07
gpio: pass lookup and descriptor flags to request_own
Linus Walleij
3
-31
/
+17
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
3
-12
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
1
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
2
-8
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
4
-53
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 300
Thomas Gleixner
1
-13
/
+1
[prev]
[next]