Message ID | 1622595642-61678-1-git-send-email-tiantao6@hisilicon.com (mailing list archive) |
---|---|
Headers | show |
Series | move to use request_irq by IRQF_NO_AUTOEN flag | expand |
On Wed, 2 Jun 2021 09:00:40 +0800, Tian Tao wrote: > patch #1 and #2 both use IRQF_NO_AUTOEN instead of > irq_set_status_flags(irq, IRQ_NOAUTOEN). this change is just to simplify > the code, no actual functional changes. > > Tian Tao (2): > arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flag > perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flag > > [...] Applied to will (for-next/perf), thanks! [1/2] arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flag https://git.kernel.org/will/c/3c1f2eb5475a [2/2] perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flag https://git.kernel.org/will/c/0d0f144a8f5f Cheers,