mbox series

[net-next,v2,0/3] Use functionality of irq_get_trigger_type()

Message ID 20240904151018.71967-1-vassilisamir@gmail.com (mailing list archive)
Headers show
Series Use functionality of irq_get_trigger_type() | expand

Message

Vasileios Amoiridis Sept. 4, 2024, 3:10 p.m. UTC
Changes in v2:
	- Split the patches into subsystems.

v1: https://lore.kernel.org/netdev/20240902225534.130383-1-vassilisamir@gmail.com/

Vasileios Amoiridis (3):
  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()

 drivers/net/dsa/realtek/rtl8365mb.c | 2 +-
 drivers/net/dsa/realtek/rtl8366rb.c | 2 +-
 drivers/net/ethernet/smsc/smc91x.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


base-commit: 7808012003004b5b31e24795af33480d5eed20f1

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 7, 2024, 1:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  4 Sep 2024 17:10:15 +0200 you wrote:
> Changes in v2:
> 	- Split the patches into subsystems.
> 
> v1: https://lore.kernel.org/netdev/20240902225534.130383-1-vassilisamir@gmail.com/
> 
> Vasileios Amoiridis (3):
>   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()
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/3] net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()
    https://git.kernel.org/netdev/net-next/c/517c29247557
  - [net-next,v2,2/3] net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type()
    https://git.kernel.org/netdev/net-next/c/36a5faec5658
  - [net-next,v2,3/3] net: smc91x: Make use of irq_get_trigger_type()
    https://git.kernel.org/netdev/net-next/c/f4bbf496f5fd

You are awesome, thank you!