summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-05-07Merge tag 'intel-gpio-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski
2024-04-26gpio: brcmstb: add support for gpio-rangesDoug Berger
2024-04-26gpio: of: support gpio-ranges for multiple gpiochip devicesDoug Berger
2024-04-25gpio: Add Intel Granite Rapids-D vGPIO driverAapo Vienamo
2024-04-24gpio: brcmstb: Use dynamic GPIO base numbersDoug Berger
2024-04-18gpiolib: acpi: Set label for IRQ only linesAndy Shevchenko
2024-04-18gpiolib: acpi: Add fwnode name to the GPIO interrupt labelAndy Shevchenko
2024-04-17gpiolib: Get rid of never false gpio_is_valid() callsAndy Shevchenko
2024-04-15gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko
2024-04-15gpiolib: acpi: Move acpi_can_fallback_to_crs() out of __acpi_find_gpio()Andy Shevchenko
2024-04-15gpiolib: acpi: Simplify error handling in __acpi_find_gpio()Andy Shevchenko
2024-04-15gpiolib: acpi: Extract __acpi_find_gpio() helperAndy Shevchenko
2024-04-15gpio: sch: Utilise temporary variable for struct deviceAndy Shevchenko
2024-04-15gpio: sch: Switch to memory mapped IO accessorsAndy Shevchenko
2024-04-12gpio: regmap: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-12gpio: pcie-idio-24: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-11gpiolib: acpi: Check for errors first in acpi_find_gpio()Andy Shevchenko
2024-04-11gpiolib: acpi: Remove never true check in acpi_get_gpiod_by_index()Andy Shevchenko
2024-04-05gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-05gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-03gpiolib: Do not mention legacy GPIOF_* in the codeAndy Shevchenko
2024-04-03gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array()Andy Shevchenko
2024-04-02gpio: cros-ec: provide ID table for avoiding fallback matchTzung-Bi Shih
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-26gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski
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