Re: [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

2019-10-26 Thread Anatolij Gustschin
Hi Joe, On Tue, 3 Sep 2019 22:00:08 + Joe Hershberger joe.hershber...@ni.com wrote: > On Mon, Jul 29, 2019 at 6:17 PM Joe Hershberger > wrote: > > > > On Thu, Jul 25, 2019 at 4:42 PM Anatolij Gustschin wrote: > > > > > > On Tue, 23 Jul 2019 04:26:17 + > > > Joe Hershberger

Re: [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

2019-09-03 Thread Joe Hershberger
On Mon, Jul 29, 2019 at 6:17 PM Joe Hershberger wrote: > > On Thu, Jul 25, 2019 at 4:42 PM Anatolij Gustschin wrote: > > > > On Tue, 23 Jul 2019 04:26:17 + > > Joe Hershberger joe.hershber...@ni.com wrote: > > ... > > > > +config MV88E61XX_88E6020_FAMILY > > > > + bool "Marvell

Re: [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

2019-07-29 Thread Joe Hershberger
On Thu, Jul 25, 2019 at 4:42 PM Anatolij Gustschin wrote: > > On Tue, 23 Jul 2019 04:26:17 + > Joe Hershberger joe.hershber...@ni.com wrote: > ... > > > +config MV88E61XX_88E6020_FAMILY > > > + bool "Marvell MV88E6020 family support." > > > + help > > > + The driver

Re: [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

2019-07-25 Thread Anatolij Gustschin
On Tue, 23 Jul 2019 04:26:17 + Joe Hershberger joe.hershber...@ni.com wrote: ... > > +config MV88E61XX_88E6020_FAMILY > > + bool "Marvell MV88E6020 family support." > > + help > > + The driver supports 6172/6176/6240/6352 devices in the > > + default configuration.

Re: [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

2019-07-22 Thread Joe Hershberger
On Tue, Jul 9, 2019 at 6:26 PM Anatolij Gustschin wrote: > > MV88E61XX_88E6020_FAMILY option enables support for switch > devices 6250/6220/6020/6070/6071. > > Signed-off-by: Anatolij Gustschin > --- > drivers/net/phy/Kconfig | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

[U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

2019-07-09 Thread Anatolij Gustschin
MV88E61XX_88E6020_FAMILY option enables support for switch devices 6250/6220/6020/6070/6071. Signed-off-by: Anatolij Gustschin --- drivers/net/phy/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 2a3da068c9..097b499ba3