summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-amd.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: amd: Add dynamic debugging for active GPIOsMario Limonciello2022-10-171-4/+6
* Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-121-1/+1
|\
| * pinctrl: amd: Use generic_handle_irq_safe()Sebastian Andrzej Siewior2022-09-191-1/+1
* | pinctrl: amd: change dev_warn to dev_dbg for additional feature supportBasavaraj Natikar2022-08-311-2/+2
* | pinctrl: amd: Pick some different unicode symbolsMario Limonciello2022-08-261-14/+14
|/
* pinctrl: amd: Fix an unused variableMario Limonciello2022-08-031-1/+0
* pinctrl: amd: Use unicode for debugfs outputMario Limonciello2022-07-261-58/+56
* pinctrl: amd: Fix newline declaration in debugfs outputMario Limonciello2022-07-261-1/+1
* pinctrl: amd: Remove contact informationBasavaraj Natikar2022-07-101-2/+0
* pinctrl: amd: Don't save/restore interrupt status and wake status bitsBasavaraj Natikar2022-07-101-2/+9
* pinctrl: amd: Use devm_platform_get_and_ioremap_resourceBasavaraj Natikar2022-07-101-8/+3
* pinctrl: amd: Implement pinmux functionalityBasavaraj Natikar2022-06-151-0/+78
* pinctrl: amd: Add amd_get_iomux_res functionBasavaraj Natikar2022-06-151-0/+25
* pinctrl: amd: Make the irqchip immutableMarc Zyngier2022-04-191-3/+8
* pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-161-3/+0
* pinctrl: amd: Fix wakeups when IRQ is shared with SCIMario Limonciello2021-11-161-3/+26
* pinctrl: amd: disable and mask interrupts on probeSachi King2021-10-161-0/+31
* pinctrl: amd: Handle wake-up interruptBasavaraj Natikar2021-09-171-0/+10
* pinctrl: amd: Add irq field dataBasavaraj Natikar2021-09-171-5/+4
* Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-301-4/+2
|\
| * pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-4/+2
* | pinctrl: amd: Fix an issue with shutdown when system set to s0ixMario Limonciello2021-08-121-2/+1
|/
* pinctrl/amd: Add device HID for new AMD GPIO controllerMaximilian Luz2021-05-251-0/+1
* pinctrl: amd: Implement irq_set_wakeRaul E Rangel2021-05-191-1/+31
* Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-2/+41
|\
| * pinctrl: amd: print debounce filter info in debugfsCoiby Xu2020-11-101-2/+41
* | pinctrl: amd: remove debounce filter setting in IRQ type settingCoiby Xu2020-12-041-7/+0
* | pinctrl: amd: use higher precision for 512 RtcClkCoiby Xu2020-11-101-1/+1
* | pinctrl: amd: fix incorrect way to disable debounce filterCoiby Xu2020-11-101-2/+2
|/
* pinctrl: amd: Use irqchip templateLinus Walleij2020-08-041-11/+10
* pinctrl: pinctrl-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-161-0/+2
* pinctrl: amd: Honor IRQ trigger type requested by the callerFurquan Shaikh2020-07-071-10/+1
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-1/+4
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()Ben Dooks (Codethink)2019-11-041-1/+2
* pinctrl: amd: disable spurious-firing GPIO IRQsDaniel Drake2019-08-231-1/+11
* pinctrl: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-5/+1
* pinctrl: Added IRQF_SHARED flag for amd-pinctrl driverSandeep Singh2019-04-081-2/+2
* pinctrl/amd: fix typoMatteo Croce2019-01-111-1/+1
* pinctrl: pinctrl-amd: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* Merge tag 'v4.19-rc6' into develLinus Walleij2018-10-011-10/+23
|\
| * pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_typeDaniel Kurtz2018-09-251-10/+23
* | pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
|/
* pinctrl/amd: only handle irq if it is pending and unmaskedDaniel Kurtz2018-07-291-1/+2
* pinctrl/amd: fix gpio irq level in debugfsDaniel Kurtz2018-07-291-7/+7
* pinctrl/amd: poll InterruptEnable bits in enable_irqDaniel Kurtz2018-03-261-0/+9
* pinctrl/amd: add get_direction handlerDaniel Kurtz2018-02-221-0/+14
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-2/+2
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-1/+1
| |\