Re: [PATCH v1 1/3] net: dsa: add adjust_link support

2023-03-21 Thread Sascha Hauer
On Thu, Mar 16, 2023 at 02:42:07PM +0100, Oleksij Rempel wrote: > The required functionality is essential for cable hot plugging or > asynchronous link detection. In its current state, DSA will only operate > if the cable was connected prior to booting. > > Signed-off-by: Oleksij Rempel > --- >

[PATCH v1 1/3] net: dsa: add adjust_link support

2023-03-16 Thread Oleksij Rempel
The required functionality is essential for cable hot plugging or asynchronous link detection. In its current state, DSA will only operate if the cable was connected prior to booting. Signed-off-by: Oleksij Rempel --- drivers/net/dsa.c | 4 ++-- include/dsa.h | 1 + 2 files changed, 3