public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Use functionality of irq_get_trigger_type()
@ 2024-09-12 23:59 Vasileios Amoiridis
  2024-09-12 23:59 ` [PATCH v1 1/2] uio: uio_dmem_genirq: Make use " Vasileios Amoiridis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vasileios Amoiridis @ 2024-09-12 23:59 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, andriy.shevchenko, Vasileios Amoiridis

Use the irq_get_trigger_type() function which internally calls the
irq_get_trigger_data(), to remove check and remove the irqd_get_trigger_type().

The series is compile tested.

Vasileios Amoiridis (2):
  uio: uio_dmem_genirq: Make use of irq_get_trigger_type()
  uio: uio_pdrv_genirq: Make use of irq_get_trigger_type()

 drivers/uio/uio_dmem_genirq.c | 5 +----
 drivers/uio/uio_pdrv_genirq.c | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)


base-commit: 57f962b956f1d116cd64d5c406776c4975de549d
-- 
2.25.1


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

end of thread, other threads:[~2024-09-13 23:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 23:59 [PATCH v1 0/2] Use functionality of irq_get_trigger_type() Vasileios Amoiridis
2024-09-12 23:59 ` [PATCH v1 1/2] uio: uio_dmem_genirq: Make use " Vasileios Amoiridis
2024-09-13  9:40   ` Andy Shevchenko
2024-09-13 23:55     ` Vasileios Amoiridis
2024-09-12 23:59 ` [PATCH v1 2/2] uio: uio_pdrv_genirq: " Vasileios Amoiridis
2024-09-13  9:44 ` [PATCH v1 0/2] Use functionality " Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox