summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2024-11-04gpiolib: clean up debugfs separator handlingJohan Hovold
2024-11-04Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold
2024-10-31gpiolib: remove leftover spinlock bitsBartosz Golaszewski
2024-10-24gpiolib: fix a NULL-pointer dereference when setting directionBartosz Golaszewski
2024-10-22gpiolib: notify user-space about in-kernel line state changesBartosz Golaszewski
2024-10-22gpiolib: switch the line state notifier to atomicBartosz Golaszewski
2024-10-22gpio: cdev: go back to storing debounce period in the GPIO descriptorBartosz Golaszewski
2024-10-22gpiolib: unduplicate chip guard in set_config pathBartosz Golaszewski
2024-10-22gpiolib: notify user-space when a driver requests its own descBartosz Golaszewski
2024-10-14Merge tag 'v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2024-10-08gpiolib: unify two loops initializing GPIO descriptorsBartosz Golaszewski
2024-10-08gpiolib: use v2 defines for line state change eventsBartosz Golaszewski
2024-10-03gpiolib: Fix potential NULL pointer dereference in gpiod_get_label()Lad Prabhakar
2024-09-30gpio: free irqs that are still requested when the chip is being removedBartosz Golaszewski
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko
2024-09-02gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-08-20gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-02gpiolib: unexport gpiochip_get_desc()Bartosz Golaszewski
2024-06-14gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski
2024-06-04gpiolib: Show more info for interrupt only lines in debugfsAndy Shevchenko
2024-06-04gpiolib: Return label, if set, for IRQ only lineAndy Shevchenko
2024-06-03gpiolib: make gpiochip_set_desc_names() return voidBartosz Golaszewski
2024-05-27gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan
2024-05-14Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-09gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski
2024-05-07gpiolib: fix the speed of descriptor label setting with SRCUBartosz Golaszewski
2024-04-17gpiolib: Get rid of never false gpio_is_valid() callsAndy Shevchenko
2024-04-03gpiolib: Do not mention legacy GPIOF_* in the codeAndy Shevchenko
2024-04-03gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...Hans de Goede
2024-04-02gpiolib: use dev_err() when gpiod_configure_flags failedPeng Fan
2024-03-26gpiolib: Fix debug messaging in gpiod_find_and_request()Andy Shevchenko
2024-03-05gpiolib: Deduplicate cleanup for-loop in gpiochip_add_data_with_key()Andy Shevchenko
2024-03-05Merge tag 'v6.8-rc7' into gpio/for-nextBartosz Golaszewski
2024-03-01gpio: fix resource unwinding order in error pathBartosz Golaszewski
2024-03-01gpio: acpi: Make acpi_gpio_count() take firmware node as a parameterAndy Shevchenko
2024-03-01gpio: of: Make of_gpio_get_count() take firmware node as a parameterAndy Shevchenko
2024-03-01gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko
2024-02-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd
2024-02-26gpio: don't warn about removing GPIO chips with active users anymoreBartosz Golaszewski
2024-02-20gpiolib: Handle no pin_ranges in gpiochip_generic_config()Emil Renner Berthing
2024-02-19gpio: fix memory leak in gpiod_request_commit()Xiaolei Wang
2024-02-17gpio: constify opaque pointer "data" in gpio_device_find()Krzysztof Kozlowski
2024-02-15gpio: don't let lockdep complain about inherently dangerous RCU usageBartosz Golaszewski
2024-02-15gpio: use srcu_dereference() with SRCU-protected pointersBartosz Golaszewski
2024-02-15gpio: take the SRCU read lock in gpiod_hog()Bartosz Golaszewski
2024-02-14gpio: initialize descriptor SRCU structure before adding OF-based chipsBartosz Golaszewski