RE: [PATCH v2 1/5] net: macb: add phylink support

2019-06-19 Thread Parshuram Raju Thombare
Hi Russel, Thanks for review comments. >On Wed, Jun 19, 2019 at 09:40:36AM +0100, Parshuram Thombare wrote: > >> +bitmap_and(supported, supported, mask, >__ETHTOOL_LINK_MODE_MASK_NBITS); > >> +bitmap_and(state->advertising, state->advertising, mask, > >> + __ETHTOOL_LINK_MO

Re: [PATCH v2 1/5] net: macb: add phylink support

2019-06-19 Thread Russell King - ARM Linux admin
On Wed, Jun 19, 2019 at 09:40:36AM +0100, Parshuram Thombare wrote: > This patch replace phylib API's by phylink API's. > > Signed-off-by: Parshuram Thombare > --- > drivers/net/ethernet/cadence/Kconfig | 2 +- > drivers/net/ethernet/cadence/macb.h | 3 + > drivers/net/ethernet/cade

[PATCH v2 1/5] net: macb: add phylink support

2019-06-19 Thread Parshuram Thombare
This patch replace phylib API's by phylink API's. Signed-off-by: Parshuram Thombare --- drivers/net/ethernet/cadence/Kconfig | 2 +- drivers/net/ethernet/cadence/macb.h | 3 + drivers/net/ethernet/cadence/macb_main.c | 312 +-- 3 files changed, 182 insertions(+),