index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-sysfs.c
Age
Commit message (
Expand
)
Author
2025-07-19
gpio: sysfs: Fix an end of loop test in gpiod_unexport()
Dan Carpenter
2025-07-16
gpio: sysfs: allow disabling the legacy parts of the GPIO sysfs interface
Bartosz Golaszewski
2025-07-16
gpio: sysfs: export the GPIO directory locally in the gpiochip<id> directory
Bartosz Golaszewski
2025-07-16
gpio: sysfs: don't look up exported lines as class devices
Bartosz Golaszewski
2025-07-16
gpio: sysfs: don't use driver data in sysfs callbacks for line attributes
Bartosz Golaszewski
2025-07-16
gpio: sysfs: rename the data variable in gpiod_(un)export()
Bartosz Golaszewski
2025-07-16
gpio: sysfs: pass gpiod_data directly to internal GPIO sysfs functions
Bartosz Golaszewski
2025-07-16
gpio: sysfs: only get the dirent reference for the value attr once
Bartosz Golaszewski
2025-07-16
gpio: sysfs: add a parallel class device for each GPIO chip using device IDs
Bartosz Golaszewski
2025-07-16
gpio: sysfs: use gpiod_is_equal() to compare GPIO descriptors
Bartosz Golaszewski
2025-06-23
gpio: sysfs: fix use-after-free in error path
Antonio Quartulli
2025-06-20
gpio: sysfs: remove the mockdev pointer from struct gpio_device
Bartosz Golaszewski
2025-06-20
gpio: sysfs: remove unneeded headers
Bartosz Golaszewski
2025-06-20
gpio: sysfs: refactor the coding style
Bartosz Golaszewski
2025-06-20
gpio: sysfs: call mutex_destroy() in gpiod_unexport()
Bartosz Golaszewski
2025-04-07
gpiolib: don't allow setting values on input lines
Bartosz Golaszewski
2024-11-04
gpio: sysfs: emit chardev line-state events on edge store
Bartosz Golaszewski
2024-11-04
gpio: sysfs: emit chardev line-state events on active-low changes
Bartosz Golaszewski
2024-11-04
gpio: sysfs: emit chardev line-state events on GPIO export
Bartosz Golaszewski
2024-11-04
gpio: sysfs: use cleanup guards for the sysfs_lock mutex
Bartosz Golaszewski
2024-11-04
gpio: sysfs: use cleanup guards for gpiod_data::mutex
Bartosz Golaszewski
2024-10-31
gpio: sysfs: demote warning messages on invalid user input to debug
Bartosz Golaszewski
2024-10-17
gpio: sysfs: constify gpio class
Bartosz Golaszewski
2024-10-02
gpio: sysfs: make the sysfs export behavior consistent
Bartosz Golaszewski
2024-09-02
gpiolib: Update the kernel documentation - add Return sections
Andy Shevchenko
2024-04-17
gpiolib: Get rid of never false gpio_is_valid() calls
Andy Shevchenko
2024-03-08
gpio: sysfs: repair export returning -EPERM on 1st attempt
Alexander Sverdlin
2024-02-15
gpio: sysfs: fix inverted pointer logic
Bartosz Golaszewski
2024-02-15
gpio: use srcu_dereference() with SRCU-protected pointers
Bartosz Golaszewski
2024-02-12
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
gpio: sysfs: don't access gdev->chip if it's not needed
Bartosz Golaszewski
2024-02-12
gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacks
Bartosz Golaszewski
2024-02-12
gpio: sysfs: extend the critical section for unregistering sysfs devices
Bartosz Golaszewski
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
2024-02-12
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
2024-01-17
gpiolib: revert the attempt to protect the GPIO device list with an rwsem
Bartosz Golaszewski
2024-01-04
gpiolib: replace the GPIO device mutex with a read-write semaphore
Bartosz Golaszewski
2023-12-27
gpio: sysfs: drop tabs from local variable declarations
Bartosz Golaszewski
2023-12-27
Merge tag 'v6.7-rc7' into gpio/for-next
Bartosz Golaszewski
2023-12-18
gpiolib: use a mutex to protect the list of GPIO devices
Bartosz Golaszewski
2023-12-01
gpiolib: sysfs: Fix error handling on failed export
Boerge Struempfel
2023-10-04
gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
Bartosz Golaszewski
2023-08-16
gpiolib: sysfs: Do unexport GPIO when user asks for it
Andy Shevchenko
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-03-31
driver core: create class_is_registered()
Greg Kroah-Hartman
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-06
gpiolib: Clean up headers
Andy Shevchenko
2023-03-06
gpiolib: remove legacy gpio_export()
Arnd Bergmann
2022-04-09
gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()
Andy Shevchenko
[next]