index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
2024-11-04
gpiolib: clean up debugfs separator handling
Johan Hovold
2024-11-04
Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Bartosz Golaszewski
2024-10-31
gpiolib: fix debugfs dangling chip separator
Johan Hovold
2024-10-31
gpiolib: fix debugfs newline separators
Johan Hovold
2024-10-31
gpiolib: remove leftover spinlock bits
Bartosz Golaszewski
2024-10-24
gpiolib: fix a NULL-pointer dereference when setting direction
Bartosz Golaszewski
2024-10-22
gpiolib: notify user-space about in-kernel line state changes
Bartosz Golaszewski
2024-10-22
gpiolib: switch the line state notifier to atomic
Bartosz Golaszewski
2024-10-22
gpio: cdev: go back to storing debounce period in the GPIO descriptor
Bartosz Golaszewski
2024-10-22
gpiolib: unduplicate chip guard in set_config path
Bartosz Golaszewski
2024-10-22
gpiolib: notify user-space when a driver requests its own desc
Bartosz Golaszewski
2024-10-14
Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Bartosz Golaszewski
2024-10-08
gpiolib: unify two loops initializing GPIO descriptors
Bartosz Golaszewski
2024-10-08
gpiolib: use v2 defines for line state change events
Bartosz Golaszewski
2024-10-03
gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()
Lad Prabhakar
2024-09-30
gpio: free irqs that are still requested when the chip is being removed
Bartosz Golaszewski
2024-09-02
gpiolib: Update the kernel documentation - add Return sections
Andy Shevchenko
2024-09-02
gpio: Use IS_ERR_OR_NULL() helper function
Hongbo Li
2024-08-20
gpiolib: Replace gpio_suffix_count with NULL-terminated array
Andy Shevchenko
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-02
gpiolib: unexport gpiochip_get_desc()
Bartosz Golaszewski
2024-06-14
gpiolib: put gpio_suffixes in a single compilation unit
Bartosz Golaszewski
2024-06-04
gpiolib: Show more info for interrupt only lines in debugfs
Andy Shevchenko
2024-06-04
gpiolib: Return label, if set, for IRQ only line
Andy Shevchenko
2024-06-03
gpiolib: make gpiochip_set_desc_names() return void
Bartosz Golaszewski
2024-05-27
gpio: prevent potential speculation leaks in gpio_device_get_desc()
Hagar Hemdan
2024-05-14
Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-09
gpiolib: use a single SRCU struct for all GPIO descriptors
Bartosz Golaszewski
2024-05-07
gpiolib: fix the speed of descriptor label setting with SRCU
Bartosz Golaszewski
2024-04-17
gpiolib: Get rid of never false gpio_is_valid() calls
Andy Shevchenko
2024-04-03
gpiolib: Do not mention legacy GPIOF_* in the code
Andy Shevchenko
2024-04-03
gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...
Hans de Goede
2024-04-02
gpiolib: use dev_err() when gpiod_configure_flags failed
Peng Fan
2024-03-26
gpiolib: Fix debug messaging in gpiod_find_and_request()
Andy Shevchenko
2024-03-05
gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()
Andy Shevchenko
2024-03-05
Merge tag 'v6.8-rc7' into gpio/for-next
Bartosz Golaszewski
2024-03-01
gpio: fix resource unwinding order in error path
Bartosz Golaszewski
2024-03-01
gpio: acpi: Make acpi_gpio_count() take firmware node as a parameter
Andy Shevchenko
2024-03-01
gpio: of: Make of_gpio_get_count() take firmware node as a parameter
Andy Shevchenko
2024-03-01
gpiolib: Fix the error path order in gpiochip_add_data_with_key()
Andy Shevchenko
2024-02-27
gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()
Stephen Boyd
2024-02-26
gpio: don't warn about removing GPIO chips with active users anymore
Bartosz Golaszewski
2024-02-20
gpiolib: Handle no pin_ranges in gpiochip_generic_config()
Emil Renner Berthing
2024-02-19
gpio: fix memory leak in gpiod_request_commit()
Xiaolei Wang
2024-02-17
gpio: constify opaque pointer "data" in gpio_device_find()
Krzysztof Kozlowski
2024-02-15
gpio: don't let lockdep complain about inherently dangerous RCU usage
Bartosz Golaszewski
2024-02-15
gpio: use srcu_dereference() with SRCU-protected pointers
Bartosz Golaszewski
2024-02-15
gpio: take the SRCU read lock in gpiod_hog()
Bartosz Golaszewski
2024-02-14
gpio: initialize descriptor SRCU structure before adding OF-based chips
Bartosz Golaszewski
[next]