index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
gpio: tegra: Fix irq_set_affinity
Dmitry Osipenko
1
-1
/
+2
2021-02-15
gpio: tegra: Support building driver as a loadable module
Dmitry Osipenko
2
-6
/
+9
2021-02-15
gpio: tegra: Clean up whitespaces in tegra_gpio_driver
Dmitry Osipenko
1
-4
/
+4
2021-02-15
gpio: tegra: Use debugfs_create_devm_seqfile()
Dmitry Osipenko
1
-5
/
+3
2021-02-15
gpio: tegra: Improve formatting of the code
Dmitry Osipenko
1
-5
/
+10
2021-02-15
gpio: mvebu: improve handling of pwm zero on/off values
Baruch Siach
1
-16
/
+23
2021-02-15
gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAX
Baruch Siach
1
-6
/
+2
2021-02-15
gpio: mvebu: make pwm .get_state closer to idempotent
Baruch Siach
1
-2
/
+2
2021-02-15
gpio: mvebu: improve pwm period calculation accuracy
Baruch Siach
1
-2
/
+2
2021-02-15
gpio: mockup: tweak the Kconfig help text
Bartosz Golaszewski
1
-2
/
+1
2021-02-15
gpio: wcove: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-02-15
gpio: vx855: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-02-15
gpio: tegra186: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-02-15
gpio: max77620: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-02-15
gpio: remove zte zx driver
Arnd Bergmann
3
-297
/
+0
2021-02-15
gpio: tegra: Fix wake interrupt
Dmitry Osipenko
1
-3
/
+13
2021-02-15
gpio: pca953x: Add support for pca9506
Uwe Kleine-König
1
-0
/
+2
2021-02-15
gpio: rcar: Add R-Car V3U (R8A779A0) support
Geert Uytterhoeven
1
-0
/
+35
2021-02-15
gpio: rcar: Optimize GPIO pin state read on R-Car Gen3
Geert Uytterhoeven
1
-5
/
+20
2021-02-15
gpio: bd7xxxx: use helper variable for pdev->dev
Bartosz Golaszewski
2
-17
/
+15
2021-02-15
gpio: tegra: Convert to gpio_irq_chip
Thierry Reding
1
-72
/
+146
2021-02-15
gpio: visconti: Add Toshiba Visconti GPIO support
Nobuhiro Iwamatsu
3
-0
/
+229
2021-02-15
gpio: bd7xxxx: Do not depend on parent driver data
Matti Vaittinen
2
-41
/
+33
2021-02-15
gpio: Kconfig: Update help description for GPIO_RCAR config
Lad Prabhakar
1
-2
/
+2
2021-02-15
gpio: sl28cpld: convert comma to semicolon
Zheng Yongjun
1
-2
/
+2
2021-02-15
gpio: rcar: Remove redundant compatible values
Lad Prabhakar
1
-27
/
+0
2021-02-15
gpio: fix spelling mistake in Kconfig "supprot" -> "support"
Colin Ian King
1
-1
/
+1
2021-02-10
gpio: ep93xx: Fix single irqchip with multi gpiochips
Nikita Shubin
1
-11
/
+19
2021-02-10
gpio: ep93xx: fix BUG_ON port F usage
Nikita Shubin
1
-86
/
+98
2021-02-10
gpio: mxs: GPIO_MXS should not default to y unconditionally
Geert Uytterhoeven
1
-1
/
+2
2021-02-01
gpio: gpiolib: remove shadowed variable
Wolfram Sang
1
-1
/
+1
2021-01-29
gpiolib: free device name on error path to fix kmemleak
Quanyang Wang
1
-2
/
+8
2021-01-27
gpiolib: cdev: clear debounce period if line set to output
Kent Gibson
1
-0
/
+2
2021-01-19
gpio: tegra: Add missing dependencies
Thierry Reding
1
-0
/
+2
2021-01-19
gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on it
Randy Dunlap
1
-1
/
+2
2021-01-19
gpio: mvebu: fix pwm .get_state period calculation
Baruch Siach
1
-11
/
+8
2021-01-19
gpiolib: add a warning on gpiochip->to_irq defined
Nikita Shubin
1
-0
/
+3
2021-01-03
gpiolib: cdev: fix frame size warning in gpio_ioctl()
Kent Gibson
1
-72
/
+73
2020-12-17
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
32
-680
/
+1401
2020-12-16
Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
1
-6
/
+6
2020-12-16
gpio: hisi: Do not require ACPI for COMPILE_TEST
Andy Shevchenko
1
-1
/
+1
2020-12-16
MAINTAINERS: Add maintainer for HiSilicon GPIO driver
Luo Jiaxing
1
-5
/
+0
2020-12-14
gpio: gpio-hisi: Add HiSilicon GPIO support
Luo Jiaxing
3
-0
/
+340
2020-12-12
gpio: cs5535: Simplify the return expression of cs5535_gpio_probe()
Zheng Yongjun
1
-6
/
+2
2020-12-12
gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask
Nikita Shubin
1
-1
/
+2
2020-12-09
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
Linus Walleij
18
-229
/
+279
2020-12-09
gpiolib: cdev: Flag invalid GPIOs as used
Marc Zyngier
1
-0
/
+1
2020-12-09
gpio: eic-sprd: break loop when getting NULL device resource
Chunyan Zhang
1
-1
/
+1
2020-12-08
gpio: put virtual gpio device into their own submenu
Enrico Weigelt, metux IT consult
1
-0
/
+4
2020-12-08
drivers: gpio: amd8111: use SPDX-License-Identifier
Enrico Weigelt, metux IT consult
1
-4
/
+1
[next]