index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: ep93xx: remove unused variable
Arnd Bergmann
2023-01-27
1
-2
/
+0
*
gpio: ep93xx: Make irqchip immutable
Nikita Shubin
2023-01-25
1
-13
/
+21
*
gpio: ep93xx: Fix port F hwirq numbers in handler
Nikita Shubin
2023-01-25
1
-1
/
+1
*
gpio: mxc: Unlock on error path in mxc_flip_edge()
Dan Carpenter
2023-01-25
1
-1
/
+2
*
gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode
Mario Limonciello
2023-01-23
1
-1
/
+2
*
gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRU
Mario Limonciello
2023-01-18
1
-0
/
+13
*
gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEI
Mario Limonciello
2023-01-18
1
-2
/
+2
*
gpio: mxc: Always set GPIOs used as interrupt source to INPUT mode
Marek Vasut
2023-01-16
1
-1
/
+1
*
gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlock
Marek Vasut
2023-01-16
1
-0
/
+11
*
gpio: sifive: Fix refcount leak in sifive_gpio_probe
Miaoqian Lin
2023-01-02
1
-0
/
+1
*
gpio: sprd: Make the irqchip immutable
Cixi Geng
2022-12-30
1
-3
/
+6
*
gpio: pmic-eic-sprd: Make the irqchip immutable
Cixi Geng
2022-12-30
1
-11
/
+18
*
gpio: eic-sprd: Make the irqchip immutable
Cixi Geng
2022-12-30
1
-9
/
+14
*
gpio: pca953x: avoid to use uninitialized value pinctrl
Haibo Chen
2022-12-30
1
-0
/
+3
*
gpiolib: Fix using uninitialized lookup-flags on ACPI platforms
Hans de Goede
2022-12-30
1
-1
/
+1
*
Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-21
1
-3
/
+6
|
\
|
*
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-12-06
1
-3
/
+6
*
|
Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-15
34
-1106
/
+1417
|
\
\
|
*
|
gpio: sim: set a limit on the number of GPIOs
Bartosz Golaszewski
2022-12-14
1
-0
/
+4
|
*
|
gpiolib: protect the GPIO device against being dropped while in use by user-s...
Bartosz Golaszewski
2022-12-07
3
-25
/
+161
|
*
|
gpiolib: cdev: fix NULL-pointer dereferences
Bartosz Golaszewski
2022-12-07
1
-0
/
+27
|
*
|
gpiolib: Provide to_gpio_device() helper
Andy Shevchenko
2022-11-29
2
-3
/
+8
|
*
|
gpiolib: Unify access to the device properties
Andy Shevchenko
2022-11-28
1
-7
/
+10
|
*
|
gpio: pcf857x: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-24
1
-3
/
+3
|
*
|
gpio: pca953x: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-24
1
-3
/
+3
|
*
|
gpio: max732x: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-24
1
-3
/
+3
|
*
|
Merge tag 'intel-gpio-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Bartosz Golaszewski
2022-11-16
3
-3
/
+4
|
|
\
\
|
|
*
|
gpiolib: cdev: Fix typo in kernel doc for struct line
Andy Shevchenko
2022-10-25
1
-1
/
+1
|
|
*
|
gpiolib: acpi: Use METHOD_NAME__AEI macro for acpi_walk_resources
Xiang Yang
2022-10-25
1
-1
/
+1
|
|
*
|
gpio: merrifield: Use str_enable_disable() helper
Andy Shevchenko
2022-10-18
1
-1
/
+2
|
|
|
/
|
*
|
gpiolib: ensure that fwnode is properly set
Brian Masney
2022-11-16
1
-1
/
+1
|
*
|
gpio: sl28cpld: Replace irqchip mask_invert with unmask_base
Aidan MacDonald
2022-11-15
1
-2
/
+1
|
*
|
gpiolib: of: Use correct fwnode for DT-probed chips
Thierry Reding
2022-11-15
1
-1
/
+1
|
*
|
gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()
Andy Shevchenko
2022-11-15
1
-3
/
+0
|
*
|
gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnode
Andy Shevchenko
2022-11-15
1
-2
/
+2
|
*
|
gpiolib: add support for software nodes
Dmitry Torokhov
2022-11-15
4
-0
/
+145
|
*
|
gpiolib: consolidate GPIO lookups
Dmitry Torokhov
2022-11-15
3
-177
/
+76
|
*
|
gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layers
Dmitry Torokhov
2022-11-15
3
-57
/
+48
|
*
|
gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodes
Dmitry Torokhov
2022-11-15
1
-26
/
+50
|
*
|
gpiolib: acpi: change acpi_find_gpio() to accept firmware node
Dmitry Torokhov
2022-11-15
3
-5
/
+10
|
*
|
gpiolib: of: change of_find_gpio() to accept device node
Dmitry Torokhov
2022-11-15
3
-8
/
+8
|
*
|
gpio: davinci: add support of module build
Guillaume La Roque
2022-11-10
2
-1
/
+12
|
*
|
gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid...
Andy Shevchenko
2022-11-09
3
-48
/
+53
|
*
|
gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnode
Andy Shevchenko
2022-11-09
1
-4
/
+6
|
*
|
gpio: hisi: Add initial device tree support
Weilong Chen
2022-11-07
2
-1
/
+8
|
*
|
gpio: Add Generic regmap GPIO conversion to the TODO list
Andy Shevchenko
2022-11-07
1
-0
/
+7
|
*
|
gpiolib: of: add polarity quirk for Freescale PCIe controller
Dmitry Torokhov
2022-11-04
1
-0
/
+9
|
*
|
gpiolib: of: factor out quirk setting polarity via separate property
Dmitry Torokhov
2022-11-04
1
-45
/
+53
|
*
|
gpiolib: of: Make use of device_match_of_node()
Andy Shevchenko
2022-11-04
1
-1
/
+1
|
*
|
gpio: pca9570: add slg7xl45106 support
Shubhrajyoti Datta
2022-10-27
1
-1
/
+17
[next]