Re: [PATCH v1 0/7] Use functionality of irq_get_trigger_type()

From: Andrew Lunn
Date: Mon Sep 02 2024 - 20:23:20 EST


On Tue, Sep 03, 2024 at 12:55:27AM +0200, Vasileios Amoiridis wrote:
> Convert irqd_get_trigger_type(irq_get_irq_data(irq)) cases to the more
> simple irq_get_trigger_type(irq).
>
> Inspired by: https://lore.kernel.org/linux-iio/20240901135950.797396-1-jic23@xxxxxxxxxx/
>
> Vasileios Amoiridis (7):
> drm/i2c: tda998x: Make use of irq_get_trigger_type()
> net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()
> net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type()
> net: smc91x: Make use of irq_get_trigger_type()
> wifi: brcmfmac: of: Make use of irq_get_trigger_type()
> wifi: wlcore: sdio: Make use of irq_get_trigger_type()
> of/irq: Make use of irq_get_trigger_type()

Please spit these by subsystems.

For networking, you should read:

https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

Andrew