index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
gpiolib: fix lookup table matching
Bartosz Golaszewski
1
-2
/
+2
2026-01-02
gpiolib: fix race condition for gdev->srcu
Paweł Narewski
1
-20
/
+20
2026-01-02
gpio: shared: verify con_id when adding proxy lookup
Bartosz Golaszewski
1
-1
/
+2
2026-01-02
gpiolib: allow multiple lookup tables per consumer
Bartosz Golaszewski
1
-35
/
+56
2025-11-20
Merge tag 'reset-gpio-for-v6.19' of https://git.pengutronix.de/git/pza/linux ...
Bartosz Golaszewski
1
-1
/
+7
2025-11-17
Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/l...
Bartosz Golaszewski
1
-9
/
+61
2025-11-17
gpio: provide gpiod_is_shared()
Bartosz Golaszewski
1
-0
/
+20
2025-11-17
gpiolib: support shared GPIOs in core subsystem code
Bartosz Golaszewski
1
-9
/
+41
2025-11-03
gpiolib: fix invalid pointer access in debugfs
Bartosz Golaszewski
1
-1
/
+7
2025-10-21
gpio: export gpiod_hwgpio()
Bartosz Golaszewski
1
-0
/
+13
2025-10-21
gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()
Bartosz Golaszewski
1
-23
/
+23
2025-10-13
gpiolib: rename GPIO chip printk macros
Bartosz Golaszewski
1
-41
/
+39
2025-10-13
gpiolib: remove unnecessary 'out of memory' messages
Bartosz Golaszewski
1
-6
/
+2
2025-10-01
Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-92
/
+103
2025-09-22
gpiolib: Extend software-node support to support secondary software-nodes
Hans de Goede
1
-2
/
+19
2025-09-12
gpiolib: add a common prefix to GPIO descriptor flags
Bartosz Golaszewski
1
-83
/
+83
2025-08-11
gpiolib: add support to register sparse pin range
Thomas Richard
1
-9
/
+20
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-5
/
+5
2025-08-07
gpio: remove legacy GPIO line value setter callbacks
Bartosz Golaszewski
1
-21
/
+6
2025-07-28
Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-17
/
+30
2025-07-13
gpiolib: don't use GPIO global numbers in debugfs output
Bartosz Golaszewski
1
-3
/
+2
2025-07-04
gpiolib: fix performance regression when using gpio_chip_get_multiple()
Hugo Villeneuve
1
-2
/
+3
2025-06-30
gpio: make gpiod_is_equal() arguments stricter
Bartosz Golaszewski
1
-14
/
+15
2025-06-30
gpio: constify arguments of gpiod_is_equal()
Bartosz Golaszewski
1
-1
/
+1
2025-06-10
gpiolib: Move GPIO_DYNAMIC_* constants to its only user
Andy Shevchenko
1
-0
/
+13
2025-05-27
Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-76
/
+97
2025-05-20
gpiolib: don't crash on enabling GPIO HOG pins
Dmitry Baryshkov
1
-0
/
+6
2025-05-20
gpiolib: remove unneeded #ifdef
Bartosz Golaszewski
1
-2
/
+0
2025-04-17
gpiolib: Remove redundant assignment of return variable
Andy Shevchenko
1
-7
/
+6
2025-04-17
gpiolib: Reuse return variable in gpiod_to_irq()
Andy Shevchenko
1
-5
/
+4
2025-04-17
gpiolib: Call validate_desc() when VALIDATE_DESC() can't be used
Andy Shevchenko
1
-11
/
+5
2025-04-17
gpiolib: Move validate_desc() and Co upper in the code
Andy Shevchenko
1
-31
/
+31
2025-04-17
gpiolib: Revert "Don't WARN on gpiod_put() for optional GPIO"
Andy Shevchenko
1
-2
/
+1
2025-04-17
gpiolib: Print actual error when descriptor contains an error pointer
Andy Shevchenko
1
-1
/
+1
2025-04-17
gpiolib: Convert to use guard()() for gpio_machine_hogs_mutex
Andy Shevchenko
1
-8
/
+4
2025-04-17
gpiolib: Make taking gpio_lookup_lock consistent
Andy Shevchenko
1
-6
/
+2
2025-04-14
gpiolib: Allow to use setters with return value for output-only gpios
Mathieu Dubois-Briand
1
-1
/
+1
2025-04-09
Merge tag 'gpiod-is-equal-for-v6.16-rc1' of gitolite.kernel.org:pub/scm/linux...
Bartosz Golaszewski
1
-0
/
+14
2025-04-09
gpio: provide gpiod_is_equal()
Bartosz Golaszewski
1
-0
/
+14
2025-04-08
gpiolib: support parsing gpio three-cell interrupts scheme
Yixun Lan
1
-4
/
+18
2025-04-07
gpiolib: don't allow setting values on input lines
Bartosz Golaszewski
1
-0
/
+12
2025-03-17
Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Bartosz Golaszewski
1
-3
/
+5
2025-03-13
gpio: cdev: use raw notifier for line state events
Bartosz Golaszewski
1
-3
/
+5
2025-03-13
gpiolib: don't check the retval of get_direction() when registering a chip
Bartosz Golaszewski
1
-16
/
+11
2025-03-05
gpio: Hide valid_mask from direct assignments
Matti Vaittinen
1
-8
/
+8
2025-03-05
gpio: Add a valid_mask getter
Matti Vaittinen
1
-0
/
+16
2025-03-05
gpio: Respect valid_mask when requesting GPIOs
Matti Vaittinen
1
-5
/
+5
2025-03-03
gpiolib: update kerneldocs for value setters
Bartosz Golaszewski
1
-0
/
+15
2025-03-03
gpiolib: remove unneeded WARN_ON() from gpiochip_set_multiple()
Bartosz Golaszewski
1
-3
/
+0
2025-03-03
Merge tag 'v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Bartosz Golaszewski
1
-10
/
+10
[next]