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
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-13
/
+11
2020-08-05
Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
48
-1579
/
+1949
2020-08-04
gpio: wcove: Request IRQ after all initialisation done
Andy Shevchenko
1
-7
/
+7
2020-08-04
gpio: crystalcove: Free IRQ on error path
Andy Shevchenko
1
-15
/
+3
2020-08-04
gpio: pca953x: Request IRQ after all initialisation done
Andy Shevchenko
1
-11
/
+11
2020-08-04
gpio: don't use same lockdep class for all devm_gpiochip_add_data users
Ahmad Fatoum
1
-5
/
+8
2020-08-04
gpio: max732x: Use irqchip template
Linus Walleij
1
-15
/
+15
2020-08-04
gpio: stmpe: Move chip registration
Linus Walleij
1
-6
/
+6
2020-07-30
gpio: rcar: Use irqchip template
Linus Walleij
1
-7
/
+10
2020-07-29
Merge remote-tracking branch 'spi/for-5.9' into spi-next
Mark Brown
1
-4
/
+6
2020-07-23
gpio: pci-idio-16: Use irqchip template
Linus Walleij
1
-11
/
+22
2020-07-23
gpio: pcie-idio-24: Use irqchip template
Linus Walleij
1
-7
/
+10
2020-07-23
gpio: 104-idio-16: Use irqchip template
Linus Walleij
1
-11
/
+22
2020-07-23
gpio: 104-idi-48: Use irqchip template
Linus Walleij
1
-11
/
+22
2020-07-23
gpio: 104-dio-48e: Use irqchip template
Linus Walleij
1
-12
/
+23
2020-07-23
gpio: ws16c48: Use irqchip template
Linus Walleij
1
-14
/
+25
2020-07-23
gpio: omap: improve coding style for pin config flags
Drew Fustini
1
-4
/
+9
2020-07-23
gpio: dln2: Use irqchip template
Linus Walleij
1
-7
/
+10
2020-07-22
Merge tag 'intel-gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Walleij
6
-59
/
+70
2020-07-22
gpio: sch: Add a blank line between declaration and code
Abanoub Sameh
1
-0
/
+1
2020-07-22
gpio: sch: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-11
/
+11
2020-07-22
gpio: ich: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-13
/
+13
2020-07-22
gpio: wcove: Use irqchip template
Linus Walleij
1
-14
/
+16
2020-07-22
gpio: crystalcove: Use irqchip template
Linus Walleij
1
-9
/
+15
2020-07-22
spi: ppc4xx: Convert to use GPIO descriptors
Linus Walleij
1
-4
/
+6
2020-07-21
gpio: crystalcove: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-5
/
+5
2020-07-21
gpio: pch: Add a blank line between declaration and code
Abanoub Sameh
1
-0
/
+1
2020-07-21
gpio: pch: changed every 'unsigned' to 'unsigned int'
Abanoub Sameh
1
-5
/
+5
2020-07-20
gpio: pca953x: Use irqchip template
Linus Walleij
1
-12
/
+13
2020-07-20
gpio: omap: handle pin config bias flags
Drew Fustini
1
-5
/
+11
2020-07-20
gpio: pcf857x: Use irqchip template
Linus Walleij
1
-23
/
+24
2020-07-20
gpio: adp5588: Use irqchip template
Linus Walleij
1
-15
/
+24
2020-07-20
gpio: adnp: Use irqchip template
Linus Walleij
1
-47
/
+48
2020-07-20
gpio: stmpe: Use irqchip template
Linus Walleij
1
-13
/
+11
2020-07-20
gpio: tc35892: Use irqchip template
Linus Walleij
1
-15
/
+11
2020-07-17
gpio: max77620: Use helper variable and clarify
Linus Walleij
1
-5
/
+11
2020-07-16
gpio: mmio: replace open-coded for_each_set_bit()
Andy Shevchenko
1
-13
/
+7
2020-07-16
gpio: pca9570: add GPO driver for PCA9570
Sungbo Eo
3
-0
/
+155
2020-07-16
gpio: max77620: Initialize hardware state of interrupts
Dmitry Osipenko
1
-0
/
+25
2020-07-16
gpio: max77620: Use irqchip template
Dmitry Osipenko
1
-8
/
+6
2020-07-16
gpio: max77620: Don't shadow error code of platform_get_irq()
Dmitry Osipenko
1
-4
/
+6
2020-07-16
gpio: max77620: Don't set of_node
Dmitry Osipenko
1
-4
/
+1
2020-07-16
gpio: max77620: Fix missing release of interrupt
Dmitry Osipenko
1
-2
/
+3
2020-07-16
gpio: max77620: Replace 8 with MAX77620_GPIO_NR
Dmitry Osipenko
1
-3
/
+3
2020-07-12
gpiolib: cdev: refactor lineevent cleanup into lineevent_free
Kent Gibson
1
-23
/
+21
2020-07-12
gpiolib: cdev: refactor linehandle cleanup into linehandle_free
Kent Gibson
1
-20
/
+19
2020-07-12
gpiolib: cdev: remove recalculation of offset
Kent Gibson
1
-13
/
+7
2020-07-12
gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
Kent Gibson
1
-5
/
+5
2020-07-12
gpiolib: cdev: rename priv to cdev
Kent Gibson
1
-45
/
+45
2020-07-12
gpiolib: cdev: use blocking notifier call chain instead of atomic
Kent Gibson
3
-20
/
+20
[next]