Re: [PATCH net-next] net: dsa: mv88e6xxx: Pass interrupt number in platform data

2019-05-03 Thread David Miller
From: Andrew Lunn Date: Wed, 1 May 2019 00:10:50 +0200 > Allow an interrupt number to be passed in the platform data. The > driver will then use it if not zero, otherwise it will poll for > interrupts. > > Signed-off-by: Andrew Lunn Applied.

[PATCH net-next] net: dsa: mv88e6xxx: Pass interrupt number in platform data

2019-04-30 Thread Andrew Lunn
Allow an interrupt number to be passed in the platform data. The driver will then use it if not zero, otherwise it will poll for interrupts. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/chip.c| 13 + include/linux/platform_data/mv88e6xxx.h | 1 + 2 files changed,