summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-03-14Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-13Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12drivers/gpio/nomadik: move dummy nmk_gpio_dbg_show_one() to headerMax Kellermann
2024-03-12gpio: nomadik: remove BUG_ON() in nmk_gpio_populate_chip()Dan Carpenter
2024-03-08gpio: sysfs: repair export returning -EPERM on 1st attemptAlexander Sverdlin
2024-03-06gpio: nomadik: Back out some managed resourcesLinus Walleij
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-03gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko
2024-03-01gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIOThéo Lebrun
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-03-01gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas
2024-02-29gpio: nomadik: grab optional reset control and deassert it at probeThéo Lebrun
2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun
2024-02-29gpio: nomadik: handle variadic GPIO countThéo Lebrun
2024-02-29gpio: nomadik: support shared GPIO IRQsThéo Lebrun
2024-02-29gpio: nomadik: change driver name from gpio to nomadik-gpioThéo Lebrun
2024-02-29gpio: nomadik: make clock optionalThéo Lebrun
2024-02-29gpio: nomadik: request dynamic ID allocationThéo Lebrun
2024-02-29gpio: nomadik: use devres version of clk_get*()Théo Lebrun
2024-02-29gpio: nomadik: use devm_platform_ioremap_resource() helperThéo Lebrun
2024-02-29gpio: nomadik: replace of_property_read_*() by device_property_read_*()Théo Lebrun
2024-02-29gpio: nomadik: replace of_find_*() by bus_find_device_by_of_node()Théo Lebrun
2024-02-29gpio: nomadik: add #include <linux/slab.h>Théo Lebrun
2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun
2024-02-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd
2024-02-26gpio: sim: use for_each_hwgpio()Bartosz Golaszewski
2024-02-26gpio: don't warn about removing GPIO chips with active users anymoreBartosz Golaszewski
2024-02-26gpio: sim: delimit the fwnode name with a ":" when generating labelsBartosz Golaszewski
2024-02-26gpio: sim: add lockdep assertsBartosz Golaszewski
2024-02-26gpio: Add ChromeOS EC GPIO driverStephen Boyd
2024-02-22gpio: mvebu: Make use of devm_pwmchip_alloc() functionUwe Kleine-König
2024-02-20gpiolib: Handle no pin_ranges in gpiochip_generic_config()Emil Renner Berthing
2024-02-20gpio: constify of_phandle_args in of_find_gpio_device_by_xlate()Krzysztof Kozlowski
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-16gpio: cdev: fix a NULL-pointer dereference with DEBUG enabledBartosz Golaszewski
2024-02-15gpio: sysfs: fix inverted pointer logicBartosz Golaszewski
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: cdev: use correct pointer accessors with SRCUBartosz 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
2024-02-12gpio: mark unsafe gpio_chip manipulators as deprecatedBartosz Golaszewski
2024-02-12gpio: remove the RW semaphore from the GPIO deviceBartosz Golaszewski
2024-02-12gpio: protect the pointer to gpio_chip in gpio_device with SRCUBartosz Golaszewski