diff options
author | 2021-03-15 19:49:37 +0800 | |
---|---|---|
committer | 2021-03-29 20:37:17 +0900 | |
commit | a4e5eed2c6a689ef2b6ad8d7ae86665c69039379 (patch) | |
tree | fcee7ceb9465c7b73e608f809c8ad648d4484fba /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Merge tag 'irq-no-autoen-2021-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into exynos-drm-next (diff) | |
download | wireguard-linux-a4e5eed2c6a689ef2b6ad8d7ae86665c69039379.tar.xz wireguard-linux-a4e5eed2c6a689ef2b6ad8d7ae86665c69039379.zip |
drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flag
After this patch cbe16f35bee68 genirq: Add IRQF_NO_AUTOEN for
request_irq/nmi() is merged. request_irq() after setting
IRQ_NOAUTOEN as below
irq_set_status_flags(irq, IRQ_NOAUTOEN);
request_irq(dev, irq...);
can be replaced by request_irq() with IRQF_NO_AUTOEN flag.
v2:
Fix the problem of using wrong flags
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions