summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-06-07gpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson
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-06-03gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer
2024-06-03gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer
2024-06-03gpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer
2024-06-03gpio: tqmx86: fix typo in Kconfig labelGregor Herburger
2024-06-03gpio: pca953x: Add support for TI TCA9535 variantFabio Estevam
2024-06-03gpio: brcmstb: Allow building driver for ARCH_BCM2835Peter Robinson
2024-05-30gpiolib: cdev: Cleanup kfifo_out() error handlingKent Gibson
2024-05-30gpiolib: cdev: Refactor allocation of linereq events kfifoKent Gibson
2024-05-30gpiolib: cdev: Add INIT_KFIFO() for linereq eventsKent Gibson
2024-05-30gpio: rdc321x: Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-05-30gpio: amd8111: Convert PCIBIOS_* return codes to errnosIlpo Järvinen
2024-05-29gpio: syscon: do not report bogus errorEtienne Buira
2024-05-27gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan
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