summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-08-10gpio: mlxbf3: Support shutdown() functionAsmaa Mnebhi
2024-07-27Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-07-27Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-19gpio: virtuser: avoid non-constant format stringArnd Bergmann
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko
2024-07-15Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-10gpio: mc33880: Convert comma to semicolonChen Ni
2024-07-10gpio: virtuser: actually use the "trimmed" local variableBartosz Golaszewski
2024-07-09gpio: virtuser: new virtual testing driver for the GPIO APIBartosz Golaszewski
2024-07-05gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov
2024-07-04gpio: sim: lock GPIOs as interrupts when they are requestedBartosz Golaszewski
2024-07-03gpio: mmio: do not calculate bgpio_bits via "ngpios"Shiji Yang
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-02gpiolib: unexport gpiochip_get_desc()Bartosz Golaszewski
2024-07-02gpiolib: of: fix lookup quirk for MIPS LantiqDmitry Torokhov
2024-07-01gpio: add sloppy logic analyzer using pollingWolfram Sang
2024-06-27gpiolib: cdev: Ignore reconfiguration without directionKent Gibson
2024-06-27gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson
2024-06-26gpio: ath79: convert to dynamic GPIO base allocationShiji Yang
2024-06-26gpio: graniterapids: Add missing raw_spinlock_init()Aapo Vienamo
2024-06-24gpio: davinci: Validate the obtained number of IRQsAleksandr Mishin
2024-06-21gpio: pca953x: fix pca953x_irq_bus_sync_unlock raceIan Ray
2024-06-14gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski
2024-06-11gpio: sim: use devm_mutex_init()Bartosz Golaszewski
2024-06-11gpio: sim: drop kernel.h includeBartosz Golaszewski
2024-06-11gpio: sim: use device_match_name() instead of strcmp(dev_name(...Bartosz Golaszewski
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