summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mt7621.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mt7621: Kill parent_device usageMarc Zyngier2022-02-091-1/+0
* gpio: Remove unused local OF node pointersAndy Shevchenko2021-12-221-3/+2
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-1/+0
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-0/+1
|\
| * gpio: mt7621: support gpio-line-names propertySergio Paracuellos2021-07-291-0/+1
* | gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-3/+1
|/
* gpio: mt7621: add BGPIOF_NO_SET_ON_INPUT flagChuanhong Guo2020-03-251-2/+2
* gpio: Drop the chained IRQ handler assign functionLinus Walleij2020-01-231-2/+1
* gpio: mt7621: Pass irqchip when adding gpiochipLinus Walleij2019-08-231-16/+17
* drivers: gpio: mt7621: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-2/+1
* gpio: MT7621: use a per instance irq_chip structureRené van Dorst2019-02-081-10/+10
* gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stackNicholas Mc Guire2018-12-071-2/+6
* gpio: mt7621: report failure of devm_kasprintf()Nicholas Mc Guire2018-12-071-0/+2
* gpio: mt7621: Edit to preferred syntaxLinus Walleij2018-07-091-44/+41
* gpio: mt7621: Add a driver for MT7621Sergio Paracuellos2018-07-091-0/+335