summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-03-143-0/+743
|\
| * drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann2024-03-121-8/+0
| * gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter2024-03-121-1/+5
| * gpio: nomadik: Back out some managed resourcesLinus Walleij2024-03-061-11/+24
| * gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko2024-03-032-8/+6
| * gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIOThéo Lebrun2024-03-011-1/+1
| * gpio: nomadik: grab optional reset control and deassert it at probeThéo Lebrun2024-02-291-0/+21
| * gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun2024-02-292-8/+39
| * gpio: nomadik: handle variadic GPIO countThéo Lebrun2024-02-291-2/+7
| * gpio: nomadik: support shared GPIO IRQsThéo Lebrun2024-02-291-32/+36
| * gpio: nomadik: change driver name from gpio to nomadik-gpioThéo Lebrun2024-02-291-1/+1
| * gpio: nomadik: make clock optionalThéo Lebrun2024-02-291-1/+1
| * gpio: nomadik: request dynamic ID allocationThéo Lebrun2024-02-291-1/+1
| * gpio: nomadik: use devres version of clk_get*()Théo Lebrun2024-02-291-1/+1
| * gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun2024-02-291-3/+1
| * gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun2024-02-291-2/+2
| * gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun2024-02-291-5/+8
| * gpio: nomadik: add #include <linux/slab.h>Théo Lebrun2024-02-291-0/+1
| * gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun2024-02-293-0/+673
* | Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-1315-648/+1015
|\ \
| * | gpio: sysfs: repair export returning -EPERM on 1st attemptAlexander Sverdlin2024-03-081-1/+1
| * | 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-052-7/+12
| |\ \
| * | | gpio: acpi: Make acpi_gpio_count() take firmware node as a parameterAndy Shevchenko2024-03-013-10/+10
| * | | gpio: of: Make of_gpio_get_count() take firmware node as a parameterAndy Shevchenko2024-03-013-10/+12
| * | | gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd2024-02-273-8/+16
| * | | gpio: sim: use for_each_hwgpio()Bartosz Golaszewski2024-02-261-2/+2
| * | | gpio: don't warn about removing GPIO chips with active users anymoreBartosz Golaszewski2024-02-261-18/+2
| * | | gpio: sim: delimit the fwnode name with a ":" when generating labelsBartosz Golaszewski2024-02-261-2/+2
| * | | gpio: sim: add lockdep assertsBartosz Golaszewski2024-02-261-17/+24
| * | | gpio: Add ChromeOS EC GPIO driverStephen Boyd2024-02-263-0/+220
| * | | gpio: constify of_phandle_args in of_find_gpio_device_by_xlate()Krzysztof Kozlowski2024-02-201-1/+1
| * | | 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: cdev: fix a NULL-pointer dereference with DEBUG enabledBartosz Golaszewski2024-02-161-2/+2
| * | | gpio: sysfs: fix inverted pointer logicBartosz Golaszewski2024-02-151-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-153-11/+13
| * | | gpio: cdev: use correct pointer accessors with SRCUBartosz Golaszewski2024-02-151-13/+12
| * | | 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-122-9/+0
| * | | gpio: protect the pointer to gpio_chip in gpio_device with SRCUBartosz Golaszewski2024-02-124-129/+271
| * | | gpio: add SRCU infrastructure to struct gpio_deviceBartosz Golaszewski2024-02-122-3/+12
| * | | gpio: add the can_sleep flag to struct gpio_deviceBartosz Golaszewski2024-02-122-5/+9
| * | | 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: sysfs: don't access gdev->chip if it's not neededBartosz Golaszewski2024-02-121-3/+3