[PATCH v4 0/2] Use functionality of irq_get_trigger_type() and
Posted by
Vasileios Amoiridis
2 months, 2 weeks ago
The series is compile tested.
Changes in v4:
- Use Elvis operator in patch no.2
---
v3: https://lore.kernel.org/linux-devicetree/20240911160253.37221-1-vassilisamir@gmail.com/
Changes in v3:
- Fix syntax error in patch no.2
---
v2: https://lore.kernel.org/linux-devicetree/20240904160239.121301-1-vassilisamir@gmail.com/
Changes in v2:
- Split patches to subsystems
- Use DEFINE_* helpers to define resources
---
v1: https://lore.kernel.org/all/20240902225534.130383-1-vassilisamir@gmail.com/
28/11/2024Vasileios Amoiridis (2):
of/irq: Make use of irq_get_trigger_type()
of/irq: Use helper to define resources
drivers/of/irq.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
base-commit: 32ffa5373540a8d1c06619f52d019c6cdc948bb4
--
2.25.1
Re: [PATCH v4 0/2] Use functionality of irq_get_trigger_type() and
Posted by
Rob Herring (Arm)
2 months, 2 weeks ago
On Fri, 13 Sep 2024 00:16:03 +0200, Vasileios Amoiridis wrote:
> The series is compile tested.
>
> Changes in v4:
> - Use Elvis operator in patch no.2
>
> ---
> v3: https://lore.kernel.org/linux-devicetree/20240911160253.37221-1-vassilisamir@gmail.com/
>
> Changes in v3:
> - Fix syntax error in patch no.2
>
> ---
> v2: https://lore.kernel.org/linux-devicetree/20240904160239.121301-1-vassilisamir@gmail.com/
>
> Changes in v2:
> - Split patches to subsystems
> - Use DEFINE_* helpers to define resources
>
> ---
> v1: https://lore.kernel.org/all/20240902225534.130383-1-vassilisamir@gmail.com/
>
> 28/11/2024Vasileios Amoiridis (2):
> of/irq: Make use of irq_get_trigger_type()
> of/irq: Use helper to define resources
>
> drivers/of/irq.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
>
> base-commit: 32ffa5373540a8d1c06619f52d019c6cdc948bb4
> --
> 2.25.1
>
>
>
Applied, thanks!
Re: [PATCH v4 0/2] Use functionality of irq_get_trigger_type() and
Posted by
Andy Shevchenko
2 months, 2 weeks ago
On Fri, Sep 13, 2024 at 12:16:03AM +0200, Vasileios Amoiridis wrote:
> The series is compile tested.
LGTM, FWIW,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko