All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] move to use request_irq by IRQF_NO_AUTOEN flag
@ 2021-06-02  1:00 ` Tian Tao
  0 siblings, 0 replies; 12+ messages in thread
From: Tian Tao @ 2021-06-02  1:00 UTC (permalink / raw)
  To: will, agross, bjorn.andersson, mark.rutland
  Cc: linux-arm-msm, linux-arm-kernel, Tian Tao

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

 drivers/perf/arm_pmu.c     | 4 +---
 drivers/perf/qcom_l2_pmu.c | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-06-02 17:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02  1:00 [PATCH 0/2] move to use request_irq by IRQF_NO_AUTOEN flag Tian Tao
2021-06-02  1:00 ` Tian Tao
2021-06-02  1:00 ` [PATCH 1/2] arm_pmu: " Tian Tao
2021-06-02  1:00   ` Tian Tao
2021-06-02 10:14   ` Mark Rutland
2021-06-02 10:14     ` Mark Rutland
2021-06-02  1:00 ` [PATCH 2/2] perf: qcom_l2_pmu: " Tian Tao
2021-06-02  1:00   ` Tian Tao
2021-06-02 10:16   ` Mark Rutland
2021-06-02 10:16     ` Mark Rutland
2021-06-02 17:06 ` [PATCH 0/2] " Will Deacon
2021-06-02 17:06   ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.