[PATCH v1 0/2] Use functionality of irq_get_trigger_type()

Vasileios Amoiridis posted 2 patches 2 months, 2 weeks ago
There is a newer version of this series
drivers/uio/uio_dmem_genirq.c | 5 +----
drivers/uio/uio_pdrv_genirq.c | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
[PATCH v1 0/2] Use functionality of irq_get_trigger_type()
Posted by Vasileios Amoiridis 2 months, 2 weeks ago
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
Re: [PATCH v1 0/2] Use functionality of irq_get_trigger_type()
Posted by Andy Shevchenko 2 months, 2 weeks ago
On Fri, Sep 13, 2024 at 01:59:23AM +0200, Vasileios Amoiridis wrote:
> 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.

LGTM, FWIW,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

-- 
With Best Regards,
Andy Shevchenko