Message ID | 20240902225534.130383-1-vassilisamir@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Use functionality of irq_get_trigger_type() | expand |
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@kernel.org/ > > 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