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
2018-12-07
gpio: ich: Convert to use SPDX identifier
Andy Shevchenko
1
-14
/
+1
2018-12-07
gpio: sodaville: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+3
2018-12-07
gpio: pch: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+3
2018-12-07
gpio: ich: Sort headers alphabetically
Andy Shevchenko
1
-3
/
+3
2018-12-07
gpio: sch: Remove linux/init.h and sort headers
Andy Shevchenko
1
-6
/
+5
2018-12-07
gpio: merrifield: Remove linux/init.h
Andy Shevchenko
1
-1
/
+0
2018-12-07
gpio: lynxpoint: Remove linux/init.h and sort headers
Andy Shevchenko
1
-8
/
+7
2018-12-07
gpio: intel-mid: Remove linux/module.h and sort headers
Andy Shevchenko
1
-4
/
+2
2018-12-07
gpio: pch: Remove duplicate assignments
Andy Shevchenko
1
-4
/
+1
2018-12-07
gpio: pch: Remove redundant __func__ from debug print
Andy Shevchenko
1
-7
/
+4
2018-12-07
gpio: ich: Join string literals back
Andy Shevchenko
1
-3
/
+2
2018-12-07
gpio: ich: Convert pr_<level> to dev_<level>
Andy Shevchenko
1
-6
/
+5
2018-12-07
gpio: ich: Switch to use struct device instead of platform_device
Andy Shevchenko
1
-10
/
+11
2018-12-07
gpio: ich: Simplify error handling in ichx_write_bit()
Andy Shevchenko
1
-12
/
+3
2018-12-07
gpio: sodaville: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-6
/
+3
2018-12-07
gpio: pch: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-8
/
+6
2018-12-07
gpio: uniphier: convert to SPDX License Identifier
Masahiro Yamada
1
-13
/
+4
2018-12-07
gpio: zynq: Report gpio direction at boot
Brandon Maier
1
-0
/
+23
2018-12-07
gpio: ks8695: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-12
/
+3
2018-12-07
gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers
Hans de Goede
1
-60
/
+84
2018-12-07
gpio: lpc18xx: add GPIO pin interrupt controller support
Vladimir Zapolskiy
2
-4
/
+264
2018-12-07
gpio: lpc18xx: use resource managed interface to register GPIO controller
Vladimir Zapolskiy
1
-2
/
+1
2018-12-07
gpio: lpc18xx: add struct device local variable
Vladimir Zapolskiy
1
-7
/
+8
2018-12-07
gpio: lpc18xx: use SPDX license identifier
Vladimir Zapolskiy
1
-4
/
+1
2018-12-07
gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack
Nicholas Mc Guire
1
-2
/
+6
2018-12-07
gpio: mt7621: report failure of devm_kasprintf()
Nicholas Mc Guire
1
-0
/
+2
2018-12-05
gpio: rcar: reference device instead of platform device
Vladimir Zapolskiy
1
-13
/
+11
2018-12-03
gpio: lynxpoint: Use for_each_set_bit() in IRQ handler
Andy Shevchenko
1
-5
/
+7
2018-12-03
gpio: pch: Convert to dev_pm_ops
Andy Shevchenko
1
-40
/
+13
2018-12-02
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-1
/
+1
2018-12-02
gpio: sodaville: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
1
-34
/
+18
2018-12-02
gpio: pch: Convert to use managed functions pcim_* and devm_*
Andy Shevchenko
1
-52
/
+12
2018-11-29
gpio: OF: Parse MMC-specific CD and WP properties
Linus Walleij
1
-0
/
+39
2018-11-26
gpio: davinci: restore a way to manually specify the GPIO base
Bartosz Golaszewski
1
-1
/
+1
2018-11-26
gpio: restore original GPLv2+ license of gpiolib-of.c sources
Vladimir Zapolskiy
1
-1
/
+1
2018-11-19
drivers/gpio/gpio-grgpio.c: Remove duplicate header
Brajeswar Ghosh
1
-1
/
+0
2018-11-16
gpio: vf610: add optional clock support
A.s. Dong
1
-0
/
+44
2018-11-16
gpio: mockup: fix indicated direction
Bartosz Golaszewski
1
-3
/
+3
2018-11-16
gpio: pxa: fix legacy non pinctrl aware builds again
Robert Jarzmik
1
-2
/
+2
2018-11-16
gpio: mxc: move gpio noirq suspend/resume to syscore phase
Anson Huang
1
-15
/
+24
2018-11-15
gpio: rcar: convert to SPDX identifiers
Kuninori Morimoto
1
-9
/
+1
2018-11-15
gpio: drop devm_gpio_chip_match()
Laurent Pinchart
1
-14
/
+0
2018-11-09
gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
Vladimir Zapolskiy
1
-2
/
+3
2018-11-05
gpiolib: Fix possible use after free on label
Muchun Song
1
-4
/
+21
2018-11-05
gpio: sch311x: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2018-11-05
gpio: pl061: Move irq_chip definition inside struct pl061
Manivannan Sadhasivam
1
-11
/
+10
2018-11-05
gpio: drop devm_gpiochip_remove()
Uwe Kleine-König
1
-17
/
+1
2018-11-05
gpio: pcie-idio-24: Mask read inputs for get_multiple
William Breathitt Gray
1
-1
/
+1
2018-11-05
gpio: pci-idio-16: Mask read inputs for get_multiple
William Breathitt Gray
1
-1
/
+1
2018-11-05
gpio: ws16c48: Mask read inputs for get_multiple
William Breathitt Gray
1
-1
/
+1
[prev]
[next]