summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
9 daysgpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson
13 daysgpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer
13 daysgpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer
13 daysgpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer
13 daysgpio: tqmx86: fix typo in Kconfig labelGregor Herburger
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22gpio: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-21gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu
2024-05-21gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()Laura Nao
2024-05-14Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-14Merge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-05-10gpiolib: cdev: fix uninitialised kfifoKent Gibson
2024-05-09gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han
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-05-07gpio: nuvoton: Fix sgpio irq handle errorJim Liu
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-25Merge tag 'intel-gpio-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski
2024-04-25gpio: Add Intel Granite Rapids-D vGPIO driverAapo Vienamo
2024-04-24gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete
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-16gpio: swnode: Add ability to specify native chip selects for SPICharles Keepax
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: tangier: Use correct type for the IRQ chip dataAndy Shevchenko
2024-04-12gpio: regmap: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-12gpio: pcie-idio-24: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-12gpio: lpc32xx: fix module autoloadingKrzysztof Kozlowski
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-08Merge tag 'intel-gpio-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski
2024-04-05gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-05gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko
2024-04-04gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson
2024-04-04gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski
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-03gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...Hans de Goede
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