summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
8 daysgpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
12 daysgpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer1-4/+42
12 daysgpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer1-20/+28
12 daysgpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer1-7/+11
12 daysgpio: tqmx86: fix typo in Kconfig labelGregor Herburger1-1/+1
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2024-05-22gpio: virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-21gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node matchDevyn Liu1-1/+18
2024-05-21gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()Laura Nao1-3/+7
2024-05-15Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds16-123/+528
2024-05-15Merge tag 'spi-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-0/+53
2024-05-10gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+14
2024-05-09gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han1-1/+1
2024-05-09gpiolib: use a single SRCU struct for all GPIO descriptorsBartosz Golaszewski3-28/+25
2024-05-07gpiolib: fix the speed of descriptor label setting with SRCUBartosz Golaszewski2-8/+30
2024-05-07gpio: nuvoton: Fix sgpio irq handle errorJim Liu1-6/+4
2024-05-07Merge tag 'intel-gpio-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski8-45/+463
2024-04-26gpio: brcmstb: add support for gpio-rangesDoug Berger1-0/+2
2024-04-26gpio: of: support gpio-ranges for multiple gpiochip devicesDoug Berger1-2/+21
2024-04-25Merge tag 'intel-gpio-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski1-3/+6
2024-04-25gpio: Add Intel Granite Rapids-D vGPIO driverAapo Vienamo3-0/+402
2024-04-24gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete1-9/+11
2024-04-24gpio: brcmstb: Use dynamic GPIO base numbersDoug Berger1-11/+8
2024-04-18gpiolib: acpi: Set label for IRQ only linesAndy Shevchenko1-0/+4
2024-04-18gpiolib: acpi: Add fwnode name to the GPIO interrupt labelAndy Shevchenko1-2/+3
2024-04-17gpiolib: Get rid of never false gpio_is_valid() callsAndy Shevchenko4-17/+16
2024-04-16gpio: swnode: Add ability to specify native chip selects for SPICharles Keepax2-0/+53
2024-04-15gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko2-7/+6
2024-04-15gpiolib: acpi: Move acpi_can_fallback_to_crs() out of __acpi_find_gpio()Andy Shevchenko1-3/+4
2024-04-15gpiolib: acpi: Simplify error handling in __acpi_find_gpio()Andy Shevchenko1-10/+4
2024-04-15gpiolib: acpi: Extract __acpi_find_gpio() helperAndy Shevchenko1-9/+23
2024-04-15gpio: sch: Utilise temporary variable for struct deviceAndy Shevchenko1-5/+5
2024-04-15gpio: sch: Switch to memory mapped IO accessorsAndy Shevchenko1-10/+15
2024-04-12gpio: tangier: Use correct type for the IRQ chip dataAndy Shevchenko1-3/+6
2024-04-12gpio: regmap: Use -ENOTSUPP consistentlyAndy Shevchenko1-2/+2
2024-04-12gpio: pcie-idio-24: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-04-12gpio: lpc32xx: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-04-11gpiolib: acpi: Check for errors first in acpi_find_gpio()Andy Shevchenko1-2/+3
2024-04-11gpiolib: acpi: Remove never true check in acpi_get_gpiod_by_index()Andy Shevchenko1-3/+0
2024-04-08Merge tag 'intel-gpio-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2-2/+2
2024-04-05gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-04-05gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-04-04gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson1-21/+28
2024-04-04gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski1-5/+14
2024-04-03gpiolib: Do not mention legacy GPIOF_* in the codeAndy Shevchenko1-1/+4
2024-04-03gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array()Andy Shevchenko1-39/+0
2024-04-03gpiolib: Fix triggering "kobject: 'gpiochipX' is not initialized, yet" kobjec...Hans de Goede1-0/+3
2024-04-02gpio: cros-ec: provide ID table for avoiding fallback matchTzung-Bi Shih1-0/+8
2024-04-02gpiolib: use dev_err() when gpiod_configure_flags failedPeng Fan1-1/+1
2024-03-26gpiolib: Fix debug messaging in gpiod_find_and_request()Andy Shevchenko1-14/+18