linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/12] add IRQF_NO_AUTOEN for request_irq
@ 2021-01-28 22:35 Barry Song
  2021-01-28 22:35 ` [PATCH v4 01/12] genirq: " Barry Song
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Barry Song @ 2021-01-28 22:35 UTC (permalink / raw)
  To: tglx, dmitry.torokhov, maz, gregkh, linux-input, linux-kernel
  Cc: linuxarm, Barry Song

This patchset added IRQF_NO_AUTOEN for request_irq() and converted
drivers/input to this new API.
Other drivers will be handled afterwards.

-v4:
  remove the irq_settings magic for NOAUTOEN

Barry Song (12):
  genirq: add IRQF_NO_AUTOEN for request_irq
  Input: ar1021 - request_irq by IRQF_NO_AUTOEN and remove disable_irq
  Input: atmel_mxt_ts - request_irq by IRQF_NO_AUTOEN and remove
    disable_irq
  Input: melfas_mip4 - request_irq by IRQF_NO_AUTOEN and remove
    disable_irq
  Input: bu21029_ts - request_irq by IRQF_NO_AUTOEN and remove
    irq_set_status_flags
  Input: stmfts - request_irq by IRQF_NO_AUTOEN and remove
    irq_set_status_flags
  Input: zinitix - request_irq by IRQF_NO_AUTOEN and remove
    irq_set_status_flags
  Input: mms114 - request_irq by IRQF_NO_AUTOEN and remove disable_irq
  Input: wm831x-ts - request_irq by IRQF_NO_AUTOEN and remove
    disable_irq
  Input: cyttsp - request_irq by IRQF_NO_AUTOEN and remove disable_irq
  Input: tegra-kbc - request_irq by IRQF_NO_AUTOEN and remove
    disable_irq
  Input: tca6416-keypad - request_irq by IRQF_NO_AUTOEN and remove
    disable_irq

 drivers/input/keyboard/tca6416-keypad.c  | 3 +--
 drivers/input/keyboard/tegra-kbc.c       | 5 ++---
 drivers/input/touchscreen/ar1021_i2c.c   | 5 +----
 drivers/input/touchscreen/atmel_mxt_ts.c | 5 ++---
 drivers/input/touchscreen/bu21029_ts.c   | 4 ++--
 drivers/input/touchscreen/cyttsp_core.c  | 5 ++---
 drivers/input/touchscreen/melfas_mip4.c  | 5 ++---
 drivers/input/touchscreen/mms114.c       | 4 ++--
 drivers/input/touchscreen/stmfts.c       | 3 +--
 drivers/input/touchscreen/wm831x-ts.c    | 3 +--
 drivers/input/touchscreen/zinitix.c      | 4 ++--
 include/linux/interrupt.h                | 3 +++
 kernel/irq/manage.c                      | 8 +++++++-
 13 files changed, 28 insertions(+), 29 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-02-10  1:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 22:35 [PATCH v4 00/12] add IRQF_NO_AUTOEN for request_irq Barry Song
2021-01-28 22:35 ` [PATCH v4 01/12] genirq: " Barry Song
2021-02-09 21:32   ` Song Bao Hua (Barry Song)
2021-01-28 22:35 ` [PATCH v4 02/12] Input: ar1021 - request_irq by IRQF_NO_AUTOEN and remove disable_irq Barry Song
2021-01-28 22:35 ` [PATCH v4 03/12] Input: atmel_mxt_ts " Barry Song
2021-01-28 22:35 ` [PATCH v4 04/12] Input: melfas_mip4 " Barry Song
2021-01-28 22:35 ` [PATCH v4 05/12] Input: bu21029_ts - request_irq by IRQF_NO_AUTOEN and remove irq_set_status_flags Barry Song
2021-01-28 22:35 ` [PATCH v4 06/12] Input: stmfts " Barry Song
2021-01-28 22:35 ` [PATCH v4 07/12] Input: zinitix " Barry Song
2021-01-28 22:35 ` [PATCH v4 08/12] Input: mms114 - request_irq by IRQF_NO_AUTOEN and remove disable_irq Barry Song
2021-01-28 22:35 ` [PATCH v4 09/12] Input: wm831x-ts " Barry Song
2021-01-28 22:35 ` [PATCH v4 10/12] Input: cyttsp " Barry Song
2021-01-28 22:35 ` [PATCH v4 11/12] Input: tegra-kbc " Barry Song
2021-01-28 22:35 ` [PATCH v4 12/12] Input: tca6416-keypad " Barry Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).