Age | Commit message (Expand) | Author | Files | Lines |
2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -3/+0 |
2021-11-16 | pinctrl: amd: Fix wakeups when IRQ is shared with SCI | Mario Limonciello | 1 | -3/+26 |
2021-10-17 | pinctrl: amd: disable and mask interrupts on probe | Sachi King | 1 | -0/+31 |
2021-09-17 | pinctrl: amd: Handle wake-up interrupt | Basavaraj Natikar | 1 | -0/+10 |
2021-09-17 | pinctrl: amd: Add irq field data | Basavaraj Natikar | 1 | -5/+4 |
2021-08-31 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+2 |
2021-08-12 | pinctrl: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -4/+2 |
2021-08-12 | pinctrl: amd: Fix an issue with shutdown when system set to s0ix | Mario Limonciello | 1 | -2/+1 |
2021-05-25 | pinctrl/amd: Add device HID for new AMD GPIO controller | Maximilian Luz | 1 | -0/+1 |
2021-05-19 | pinctrl: amd: Implement irq_set_wake | Raul E Rangel | 1 | -1/+31 |
2020-12-17 | Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+41 |
2020-12-04 | pinctrl: amd: remove debounce filter setting in IRQ type setting | Coiby Xu | 1 | -7/+0 |
2020-11-10 | pinctrl: amd: print debounce filter info in debugfs | Coiby Xu | 1 | -2/+41 |
2020-11-10 | pinctrl: amd: use higher precision for 512 RtcClk | Coiby Xu | 1 | -1/+1 |
2020-11-10 | pinctrl: amd: fix incorrect way to disable debounce filter | Coiby Xu | 1 | -2/+2 |
2020-08-04 | pinctrl: amd: Use irqchip template | Linus Walleij | 1 | -11/+10 |
2020-07-16 | pinctrl: pinctrl-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPI | Lee Jones | 1 | -0/+2 |
2020-07-07 | pinctrl: amd: Honor IRQ trigger type requested by the caller | Furquan Shaikh | 1 | -10/+1 |
2020-02-21 | pinctrl: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
2019-11-04 | pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler() | Ben Dooks (Codethink) | 1 | -1/+2 |
2019-08-23 | pinctrl: amd: disable spurious-firing GPIO IRQs | Daniel Drake | 1 | -1/+11 |
2019-08-05 | pinctrl: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 1 | -5/+1 |
2019-04-08 | pinctrl: Added IRQF_SHARED flag for amd-pinctrl driver | Sandeep Singh | 1 | -2/+2 |
2019-01-11 | pinctrl/amd: fix typo | Matteo Croce | 1 | -1/+1 |
2018-11-05 | pinctrl: pinctrl-amd: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |
2018-10-01 | Merge tag 'v4.19-rc6' into devel | Linus Walleij | 1 | -10/+23 |
2018-09-25 | pinctrl/amd: poll InterruptEnable bits in amd_gpio_irq_set_type | Daniel Kurtz | 1 | -10/+23 |
2018-09-14 | pinctrl: Include <linux/gpio/driver.h> nothing else | Linus Walleij | 1 | -1/+1 |
2018-07-29 | pinctrl/amd: only handle irq if it is pending and unmasked | Daniel Kurtz | 1 | -1/+2 |
2018-07-29 | pinctrl/amd: fix gpio irq level in debugfs | Daniel Kurtz | 1 | -7/+7 |
2018-03-26 | pinctrl/amd: poll InterruptEnable bits in enable_irq | Daniel Kurtz | 1 | -0/+9 |
2018-02-22 | pinctrl/amd: add get_direction handler | Daniel Kurtz | 1 | -0/+14 |
2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2017-11-15 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij | 1 | -1/+1 |
2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
2017-10-19 | pinctrl/amd: fix masking of GPIO interrupts | Daniel Drake | 1 | -1/+9 |
2017-09-21 | pinctrl/amd: make functions amd_gpio_suspend and amd_gpio_resume static | Colin Ian King | 1 | -2/+2 |
2017-09-12 | pinctrl/amd: save pin registers over suspend/resume | Daniel Drake | 1 | -0/+75 |
2017-08-22 | pinctrl: amd: fix error return code in amd_gpio_probe() | Gustavo A. R. Silva | 1 | -2/+2 |
2017-06-29 | Merge tag 'v4.12-rc7' into devel | Linus Walleij | 1 | -50/+41 |
2017-06-09 | pinctrl/amd: Use regular interrupt instead of chained | Thomas Gleixner | 1 | -50/+41 |
2017-05-22 | pinctrl/amd: Update contact information for AMD pinctrl/amd | Shyam Sundar S K | 1 | -0/+4 |
2017-05-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2017-03-24 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2017-03-16 | pinctrl: amd: make use of raw_spinlock variants | Julia Cartwright | 1 | -33/+33 |
2017-01-30 | Merge tag 'v4.10-rc6' into devel | Linus Walleij | 1 | -12/+7 |
2017-01-26 | Merge branch 'ib-pinctrl-genprops' into devel | Linus Walleij | 1 | -1/+13 |