Re: [PATCH net-next 1/4] net: phy: sfp: Do not reject soldered down modules

2017-11-09 Thread Florian Fainelli
On 11/08/2017 03:15 AM, Russell King - ARM Linux wrote: > On Tue, Nov 07, 2017 at 07:49:08PM -0800, Florian Fainelli wrote: >> The SFP module identification code in sfp_sm_mod_probe() will reject SFF >> modules soldered down because they have an identified of 0x2, while the code >> currently chec

Re: [PATCH net-next 1/4] net: phy: sfp: Do not reject soldered down modules

2017-11-08 Thread Russell King - ARM Linux
On Tue, Nov 07, 2017 at 07:49:08PM -0800, Florian Fainelli wrote: > The SFP module identification code in sfp_sm_mod_probe() will reject SFF > modules soldered down because they have an identified of 0x2, while the code > currently checks for 0x3 only (SFP_PHYS_ID_SFP), update that. > > Signed-off

[PATCH net-next 1/4] net: phy: sfp: Do not reject soldered down modules

2017-11-07 Thread Florian Fainelli
The SFP module identification code in sfp_sm_mod_probe() will reject SFF modules soldered down because they have an identified of 0x2, while the code currently checks for 0x3 only (SFP_PHYS_ID_SFP), update that. Signed-off-by: Florian Fainelli --- drivers/net/phy/sfp.c | 5 +++-- include/linux/s