aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mt7621.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-3/+4
2022-09-14gpio: mt7621: Switch to use platform_get_irq() functionSergio Paracuellos1-3/+4
2022-09-14gpio: mt7621: Make the irqchip immutableSergio Paracuellos1-6/+15
2022-02-09gpio: mt7621: Kill parent_device usageMarc Zyngier1-1/+0
2021-12-22gpio: Remove unused local OF node pointersAndy Shevchenko1-3/+2
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-1/+0
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-0/+1
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-3/+1
2021-07-29gpio: mt7621: support gpio-line-names propertySergio Paracuellos1-0/+1
2020-03-25gpio: mt7621: add BGPIOF_NO_SET_ON_INPUT flagChuanhong Guo1-2/+2
2020-01-23gpio: Drop the chained IRQ handler assign functionLinus Walleij1-2/+1
2019-08-23gpio: mt7621: Pass irqchip when adding gpiochipLinus Walleij1-16/+17
2019-04-05drivers: gpio: mt7621: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-2/+1
2019-02-08gpio: MT7621: use a per instance irq_chip structureRené van Dorst1-10/+10
2018-12-07gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stackNicholas Mc Guire1-2/+6
2018-12-07gpio: mt7621: report failure of devm_kasprintf()Nicholas Mc Guire1-0/+2
2018-07-09gpio: mt7621: Edit to preferred syntaxLinus Walleij1-44/+41
2018-07-09gpio: mt7621: Add a driver for MT7621Sergio Paracuellos1-0/+335