Re: [PATCH] net: mv88e6xxx: add missing SMI address init

2023-11-27 Thread Lukasz Majewski
Hi Marek, > On Wed, Nov 22, 2023 at 04:38:41PM +0100, Lukasz Majewski wrote: > > Hi Marek, > > > > > Driver does not currently initialize the smi_addr field, but > > > instead keeps the default value. This leads to issues on systems > > > with different hardware configuration. We can fix this

Re: [PATCH] net: mv88e6xxx: add missing SMI address init

2023-11-24 Thread YOUR NAME
On Wed, Nov 22, 2023 at 04:38:41PM +0100, Lukasz Majewski wrote: > Hi Marek, > > > Driver does not currently initialize the smi_addr field, but instead > > keeps the default value. This leads to issues on systems with > > different hardware configuration. We can fix this problem by reading > >

Re: [PATCH] net: mv88e6xxx: add missing SMI address init

2023-11-24 Thread Marek Mojík
On Wed, Nov 22, 2023 at 04:38:41PM +0100, Lukasz Majewski wrote: > Hi Marek, > > > Driver does not currently initialize the smi_addr field, but instead > > keeps the default value. This leads to issues on systems with > > different hardware configuration. We can fix this problem by reading > >

Re: [PATCH] net: mv88e6xxx: add missing SMI address init

2023-11-22 Thread Lukasz Majewski
Hi Marek, > Driver does not currently initialize the smi_addr field, but instead > keeps the default value. This leads to issues on systems with > different hardware configuration. We can fix this problem by reading > the SMI address from device tree. > > Signed-off-by: Marek Mojík > --- >

[PATCH] net: mv88e6xxx: add missing SMI address init

2023-11-22 Thread Marek Mojík
Driver does not currently initialize the smi_addr field, but instead keeps the default value. This leads to issues on systems with different hardware configuration. We can fix this problem by reading the SMI address from device tree. Signed-off-by: Marek Mojík --- drivers/net/mv88e6xxx.c | 6