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