aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tqmx86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-16gpio: tqmx86: add support for changing GPIO directionsMatthias Schiffer1-14/+30
2024-12-16gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helperMatthias Schiffer1-5/+17
2024-12-16gpio: tqmx86: use cleanup guards for spinlockMatthias Schiffer1-42/+42
2024-12-16gpio: tqmx86: consistently refer to IRQs by hwirq numbersMatthias Schiffer1-20/+20
2024-12-16gpio: tqmx86: add macros for interrupt configurationMatthias Schiffer1-20/+24
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang1-1/+1
2024-06-03gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer1-4/+42
2024-06-03gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer1-20/+28
2024-06-03gpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer1-7/+11
2023-08-03gpio: tqmx86: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-03-23gpio: tqmx86: Convert to immutable irq_chipLinus Walleij1-8/+20
2022-09-21gpio: tqmx86: fix uninitialized variable girqDongliang Mu1-2/+2
2022-02-09gpio: tpmx86: Move PM device over to irq domainMarc Zyngier1-1/+2
2021-08-29Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-6/+4
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-6/+4
2021-08-02gpio: tqmx86: really make IRQ optionalMatthias Schiffer1-3/+3
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij1-9/+12
2019-08-23gpio: tqmx86: Pass irqchip when adding gpiochipLinus Walleij1-17/+24
2019-02-21gpio: tqmx86: Set proper output level for direction_outputAxel Lin1-2/+3
2019-02-09gpio: tqmx86: Drop unnecessary gpiochip_remove in tqmx86_gpio_probe()Wei Yongjun1-3/+1
2019-01-28gpio: tqmx86: Add GPIO from for this IO controllerAndrew Lunn1-0/+333