index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
2024-02-12
gpio: mark unsafe gpio_chip manipulators as deprecated
Bartosz Golaszewski
2024-02-12
gpio: remove the RW semaphore from the GPIO device
Bartosz Golaszewski
2024-02-12
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
2024-02-12
gpio: add SRCU infrastructure to struct gpio_device
Bartosz Golaszewski
2024-02-12
gpio: add the can_sleep flag to struct gpio_device
Bartosz Golaszewski
2024-02-12
gpio: remove unnecessary checks from gpiod_to_chip()
Bartosz Golaszewski
2024-02-12
gpio: reduce the functionality of validate_desc()
Bartosz Golaszewski
2024-02-12
gpio: don't dereference gdev->chip in gpiochip_setup_dev()
Bartosz Golaszewski
2024-02-12
gpio: remove unneeded code from gpio_device_get_desc()
Bartosz Golaszewski
2024-02-12
gpio: reinforce desc->flags handling
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-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
2024-02-12
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
2024-02-12
gpio: don't set label from irq helpers
Bartosz Golaszewski
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
2024-02-12
gpio: of: assign and read the hog pointer atomically
Bartosz Golaszewski
2024-02-12
gpio: protect the list of GPIO devices with SRCU
Bartosz Golaszewski
2024-02-12
gpio: constify opaque pointer in gpio_device_find() match function
Krzysztof Kozlowski
2024-02-12
Merge tag 'v6.8-rc4' into gpio/for-next
Bartosz Golaszewski
2024-02-08
gpio: set device type for GPIO chips
Bartosz Golaszewski
2024-02-08
gpio: remove GPIO device from the list unconditionally in error path
Bartosz Golaszewski
2024-02-05
gpio: gpiolib: make gpio_bus_type const
Ricardo B. Marliere
2024-01-29
gpio: unexport GPIO irq domain functions only used internally
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
2024-01-04
gpiolib: remove the GPIO device from the list when it's unregistered
Bartosz Golaszewski
2023-12-27
gpiolib: drop tabs from local variable declarations
Bartosz Golaszewski
2023-12-27
gpiolib: remove extra_checks
Bartosz Golaszewski
2023-12-19
gpiolib: remove debounce_period_us from struct gpio_desc
Kent Gibson
2023-12-18
gpiolib: use a mutex to protect the list of GPIO devices
Bartosz Golaszewski
2023-12-18
gpiolib: rename static functions that are called with the lock taken
Bartosz Golaszewski
2023-12-15
gpiolib: allocate memory atomically with a spinlock held
Bartosz Golaszewski
2023-12-08
Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' into gpio/for-next
Bartosz Golaszewski
2023-12-08
gpiolib: remove gpiochip_is_requested()
Bartosz Golaszewski
2023-12-08
gpiolib: provide gpiochip_dup_line_label()
Bartosz Golaszewski
2023-11-24
gpiolib: provide gpio_device_get_label()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_set_config_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_request_new()
Bartosz Golaszewski
2023-11-04
gpiolib: generic: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-11-04
gpiolib: remove gpiochip_find()
Bartosz Golaszewski
2023-10-13
gpiolib: provide gpio_device_get_base()
Bartosz Golaszewski
2023-10-13
gpiolib: provide gpiod_to_gpio_device()
Bartosz Golaszewski
2023-10-13
gpiolib: provide gpio_device_to_device()
Bartosz Golaszewski
2023-10-12
gpiolib: provide gpio_device_find_by_fwnode()
Andy Shevchenko
2023-10-04
gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
Bartosz Golaszewski
2023-10-04
gpiolib: reluctantly provide gpio_device_get_chip()
Bartosz Golaszewski
2023-10-04
gpiolib: provide gpio_device_get_desc()
Bartosz Golaszewski
2023-10-04
gpiolib: provide gpio_device_find_by_label()
Bartosz Golaszewski
[prev]
[next]