index
:
pub/scm/linux/kernel/git/kdave/linux.git
master
Btrfs kernel development
David Sterba
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-02
gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()
Tzung-Bi Shih
1
-2
/
+0
2026-02-27
gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
Tzung-Bi Shih
1
-13
/
+8
2026-02-27
gpio: sysfs: Remove redundant check for struct gpio_chip
Tzung-Bi Shih
1
-8
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-18
gpio: sysfs: fix chip removal with GPIOs exported over sysfs
Bartosz Golaszewski
1
-50
/
+54
2025-10-21
gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()
Bartosz Golaszewski
1
-7
/
+7
2025-10-13
gpiolib: rename GPIO chip printk macros
Bartosz Golaszewski
1
-1
/
+1
2025-09-12
gpiolib: add a common prefix to GPIO descriptor flags
Bartosz Golaszewski
1
-23
/
+23
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
[next]