index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
2020-02-10
gpio: sifive: fix static checker warning
Yash Shah
2020-02-10
gpio: xilinx: Fix bug where the wrong GPIO register is written to
Paul Thomas
2020-02-10
gpiolib: remove unnecessary argument from set_config call
Kent Gibson
2020-02-10
gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT
Axel Lin
2020-02-10
gpiolib: fix gpio_do_set_config()
Bartosz Golaszewski
2020-02-10
Revert "gpiolib: remove set but not used variable 'config'"
Bartosz Golaszewski
2020-02-10
Revert "gpiolib: Remove duplicated function gpio_do_set_config()"
Bartosz Golaszewski
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2020-02-03
Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
2020-01-29
Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2020-01-29
Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2020-01-27
Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-01-27
Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2020-01-26
Merge tag 'gpio-updates-for-v5.6-part2' of git://git.kernel.org/pub/scm/linux...
Linus Walleij
2020-01-24
gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
Matti Vaittinen
2020-01-23
gpiolib: hold gpio devices lock until ->descs array is initialised
Dan Callaghan
2020-01-23
gpio: aspeed-sgpio: fixed typos
Sachin agarwal
2020-01-23
gpio: Drop the chained IRQ handler assign function
Linus Walleij
2020-01-23
gpio: mvebu: clear irq in edge cause register before unmask edge irq
Maxim Kiselev
2020-01-23
gpiolib: Lower verbosity when allocating hierarchy irq
Kevin Hao
2020-01-23
Merge tag 'intel-pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
2020-01-20
gpio/sifive: Add GPIO driver for SiFive SoCs
Yash Shah
2020-01-17
gpiolib: Remove duplicated function gpio_do_set_config()
YueHaibing
2020-01-17
Merge branch 'fixup-thunderx-hierarchy' into devel
Linus Walleij
2020-01-17
Merge tag 'v5.5-rc6' into devel
Linus Walleij
2020-01-15
gpio: wcd934x: Add support to wcd934x gpio controller
Srinivas Kandagatla
2020-01-15
gpiolib: remove set but not used variable 'config'
YueHaibing
2020-01-15
gpio: vx855: fixed a typo
Sachin agarwal
2020-01-15
gpio: mockup: sort headers alphabetically
Bartosz Golaszewski
2020-01-15
gpio: mockup: update the license tag
Bartosz Golaszewski
2020-01-15
gpio: Remove the unused flags
Shaokun Zhang
2020-01-15
gpiolib: Set lockdep class for hierarchical irq domains
Stephen Boyd
2020-01-15
gpio: thunderx: Switch to GPIOLIB_IRQCHIP
Kevin Hao
2020-01-15
gpiolib: Add the support for the msi parent domain
Kevin Hao
2020-01-15
gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as arg
Kevin Hao
2020-01-15
Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP"
Kevin Hao
2020-01-09
gpio: altera: change to platform_get_irq_optional to avoid false-positive error
Ooi, Joyce
2020-01-09
gpio: Update TODO
Linus Walleij
2020-01-07
Merge tag 'gpio-updates-for-v5.6-part1' of git://git.kernel.org/pub/scm/linux...
Linus Walleij
2020-01-07
gpio: mpc8xxx: ls1088a/ls1028a edge detection mode bug fixs.
Song Hui
2020-01-07
gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma...
Jia-Ju Bai
2020-01-07
gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove()
Jia-Ju Bai
2020-01-07
gpiolib: acpi: Add honor_wakeup module-option + quirk mechanism
Hans de Goede
2020-01-07
gpiolib: acpi: Turn dmi_system_id table into a generic quirk table
Hans de Goede
2020-01-07
gpiolib: use gpiochip_get_desc() in gpio_ioctl()
Bartosz Golaszewski
2020-01-07
gpiolib: use gpiochip_get_desc() in lineevent_create()
Bartosz Golaszewski
2020-01-07
gpiolib: use gpiochip_get_desc() in linehandle_create()
Bartosz Golaszewski
2020-01-07
gpiolib: convert the type of hwnum to unsigned int in gpiochip_get_desc()
Bartosz Golaszewski
2020-01-07
gpiolib: have a single place of calling set_config()
Bartosz Golaszewski
2020-01-07
gpiolib: use 'unsigned int' instead of 'unsigned' in gpio_set_config()
Bartosz Golaszewski
[next]