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