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
2017-09-07
Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-1
/
+1
2017-09-05
Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
42
-315
/
+1333
2017-09-04
mfd: twl: Move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2017-08-31
gpio: mockup: remove unused variable gc
Colin Ian King
1
-2
/
+0
2017-08-31
gpio: pl061: constify amba_id
Arvind Yadav
1
-1
/
+1
2017-08-31
Revert "gpiolib: request the gpio before querying its direction"
Linus Walleij
1
-11
/
+0
2017-08-23
gpio: twl6040: remove unneeded forward declaration
Masahiro Yamada
1
-2
/
+0
2017-08-23
gpio: zevio: make gpio_chip const
Bhumika Goyal
1
-1
/
+1
2017-08-23
gpio: add gpio_add_lookup_tables() to add several tables at once
Dmitry Torokhov
1
-0
/
+17
2017-08-22
gpio: brcmstb: check return value of gpiochip_irqchip_add()
Masahiro Yamada
1
-4
/
+5
2017-08-22
gpio: Add gpio driver support for ThunderX and OCTEON-TX
David Daney
3
-0
/
+649
2017-08-21
gpio: mockup: use irq_sim
Bartosz Golaszewski
2
-71
/
+8
2017-08-21
gpio: mxs: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+9
2017-08-21
gpio: mxc: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+10
2017-08-21
gpio: pch: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+7
2017-08-21
gpio: ml-ioh: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+7
2017-08-21
gpio: sta2x11: use devres for irq generic chip
Bartosz Golaszewski
1
-4
/
+9
2017-08-21
gpio: sta2x11: disallow unbinding the driver
Bartosz Golaszewski
1
-0
/
+1
2017-08-21
gpio: mxs: disallow unbinding the driver
Bartosz Golaszewski
1
-0
/
+1
2017-08-21
gpio: mxc: disallow unbinding the driver
Bartosz Golaszewski
1
-0
/
+1
2017-08-15
gpio: aspeed: Remove reference to clock name in debounce warning message
Andrew Jeffery
1
-1
/
+1
2017-08-14
gpio: 74x164: Introduce 'enable-gpios' property
Fabio Estevam
1
-0
/
+10
2017-08-14
gpio: max77620: Make regmap_irq_chip const
Bhumika Goyal
1
-1
/
+1
2017-08-14
gpio: zynq: Fix driver function parameters alignment
Michal Simek
1
-8
/
+9
2017-08-14
gpio: zynq: Fix warnings in the driver
Nava kishore Manne
1
-6
/
+6
2017-08-14
gpio: zynq: Fix empty lines in driver
Michal Simek
1
-1
/
+2
2017-08-14
gpio: zynq: Fix kernel doc warnings
Nava kishore Manne
1
-2
/
+3
2017-08-14
gpio: zynq: Provided workaround for GPIO
Swapna Manupati
1
-4
/
+37
2017-08-14
gpio: zynq: Add support for suspend resume
Shubhrajyoti Datta
1
-3
/
+79
2017-08-14
gpio: Add support for TPS68470 GPIOs
Rajmohan Mani
3
-0
/
+192
2017-08-14
gpio: davinci: Handle the return value of davinci_gpio_irq_setup function
Keerthy
1
-1
/
+4
2017-08-14
gpio: vf610: add imx7ulp support
Dong Aisheng
1
-3
/
+44
2017-08-14
gpio: msic: fix error return code in platform_msic_gpio_probe()
Gustavo A. R. Silva
1
-2
/
+2
2017-08-14
gpio: omap : Add missing clk_unprepare().
Arvind Yadav
1
-0
/
+2
2017-08-14
gpio: mb86s7x: Handle return value of clk_prepare_enable.
Arvind Yadav
1
-1
/
+3
2017-08-14
gpio: it87: add support for IT8772F Super I/O.
Diego Elio Pettenò
1
-0
/
+3
2017-08-14
gpio: tegra: Use unsigned int where possible
Thierry Reding
1
-32
/
+24
2017-08-14
gpio: tegra: Fix checkpatch warnings
Thierry Reding
1
-12
/
+20
2017-08-14
gpio: tegra: Prefer kcalloc() over kzalloc() with multiplies
Thierry Reding
1
-2
/
+2
2017-08-14
gpio: tegra: Remove unnecessary check
Thierry Reding
1
-9
/
+2
2017-08-14
gpio: sysfs: Fixup kerneldoc
Thierry Reding
1
-4
/
+4
2017-08-14
gpio: acpi: Fixup kerneldoc
Thierry Reding
1
-2
/
+2
2017-08-14
gpio: devres: Improve kerneldoc
Thierry Reding
1
-0
/
+3
2017-08-14
gpio: of: Improve kerneldoc
Thierry Reding
1
-4
/
+3
2017-08-14
gpio: Cleanup kerneldoc
Thierry Reding
1
-22
/
+60
2017-08-14
gpio: tegra: Use platform_get_irq()
Thierry Reding
1
-5
/
+5
2017-08-14
gpio: tegra: Use platform_irq_count()
Thierry Reding
1
-7
/
+6
2017-08-14
gpio: Convert to using %pOF instead of full_name
Rob Herring
10
-35
/
+31
2017-08-14
gpio: davinci: Convert prinkt to dev_err
Keerthy
1
-2
/
+1
2017-08-14
gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_data
Keerthy
1
-2
/
+12
[next]