summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: fix debugfs dangling chip separatorJohan Hovold2024-10-311-1/+1
* gpiolib: fix debugfs newline separatorsJohan Hovold2024-10-311-0/+2
* gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()Lad Prabhakar2024-10-031-2/+2
* gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko2024-09-021-32/+125
* gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-09-021-2/+2
* gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko2024-08-201-2/+1
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | gpiolib: unexport gpiochip_get_desc()Bartosz Golaszewski2024-07-021-1/+0
* | gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski2024-06-141-0/+4
* | gpiolib: Show more info for interrupt only lines in debugfsAndy Shevchenko2024-06-041-2/+2
* | gpiolib: Return label, if set, for IRQ only lineAndy Shevchenko2024-06-041-6/+6
* | gpiolib: make gpiochip_set_desc_names() return voidBartosz Golaszewski2024-06-031-8/+4
* | gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan2024-05-271-1/+2
|/
* Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-151-12/+14
|\
| * gpiolib: Get rid of never false gpio_is_valid() callsAndy Shevchenko2024-04-171-10/+9
| * gpiolib: Do not mention legacy GPIOF_* in the codeAndy Shevchenko2024-04-031-1/+4
| * gpiolib: use dev_err() when gpiod_configure_flags failedPeng Fan2024-04-021-1/+1
* | gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski2024-05-091-22/+19
* | gpiolib: fix the speed of descriptor label setting with SRCUBartosz Golaszewski2024-05-071-7/+24
* | gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...Hans de Goede2024-04-031-0/+3
|/
* gpiolib: Fix debug messaging in gpiod_find_and_request()Andy Shevchenko2024-03-261-14/+18
* gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()Andy Shevchenko2024-03-051-15/+11
* Merge tag 'v6.8-rc7' into gpio/for-nextBartosz Golaszewski2024-03-051-5/+10
|\
| * gpio: fix resource unwinding order in error pathBartosz Golaszewski2024-03-011-4/+4
| * gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko2024-03-011-1/+1
| * gpiolib: Handle no pin_ranges in gpiochip_generic_config()Emil Renner Berthing2024-02-201-0/+5
* | gpio: acpi: Make acpi_gpio_count() take firmware node as a parameterAndy Shevchenko2024-03-011-1/+1
* | gpio: of: Make of_gpio_get_count() take firmware node as a parameterAndy Shevchenko2024-03-011-1/+1
* | gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd2024-02-271-7/+7
* | gpio: don't warn about removing GPIO chips with active users anymoreBartosz Golaszewski2024-02-261-18/+2
* | gpio: fix memory leak in gpiod_request_commit()Xiaolei Wang2024-02-191-6/+0
* | gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski2024-02-171-1/+1
* | gpio: don't let lockdep complain about inherently dangerous RCU usageBartosz Golaszewski2024-02-151-2/+3
* | gpio: use srcu_dereference() with SRCU-protected pointersBartosz Golaszewski2024-02-151-8/+8
* | gpio: take the SRCU read lock in gpiod_hog()Bartosz Golaszewski2024-02-151-4/+7
* | gpio: initialize descriptor SRCU structure before adding OF-based chipsBartosz Golaszewski2024-02-141-9/+9
* | gpio: mark unsafe gpio_chip manipulators as deprecatedBartosz Golaszewski2024-02-121-0/+6
* | gpio: remove the RW semaphore from the GPIO deviceBartosz Golaszewski2024-02-121-4/+0
* | gpio: protect the pointer to gpio_chip in gpio_device with SRCUBartosz Golaszewski2024-02-121-84/+173
* | gpio: add SRCU infrastructure to struct gpio_deviceBartosz Golaszewski2024-02-121-3/+10
* | gpio: add the can_sleep flag to struct gpio_deviceBartosz Golaszewski2024-02-121-5/+6
* | gpio: remove unnecessary checks from gpiod_to_chip()Bartosz Golaszewski2024-02-121-2/+2
* | gpio: reduce the functionality of validate_desc()Bartosz Golaszewski2024-02-121-15/+3
* | gpio: don't dereference gdev->chip in gpiochip_setup_dev()Bartosz Golaszewski2024-02-121-1/+1
* | gpio: remove unneeded code from gpio_device_get_desc()Bartosz Golaszewski2024-02-121-10/+0
* | gpio: reinforce desc->flags handlingBartosz Golaszewski2024-02-121-17/+25
* | gpio: remove gpio_lockBartosz Golaszewski2024-02-121-74/+32
* | gpio: sysfs: use gpio_device_find() to iterate over existing devicesBartosz Golaszewski2024-02-121-1/+1
* | gpio: protect the descriptor label with SRCUBartosz Golaszewski2024-02-121-17/+30