All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.
@ 2015-09-10 20:48 Woojung.Huh
  2015-09-10 21:46 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Woojung.Huh @ 2015-09-10 20:48 UTC (permalink / raw)
  To: davem; +Cc: f.fainelli, netdev

Add PHYLIB and MICROCHIP_PHY as default configuration for  lan78xx.

Signed-off-by: Woojung Huh <woojung.huh@microchip.com>
---
 drivers/net/usb/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index 1610b79..d9ca7aa 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -109,6 +109,8 @@ config USB_RTL8152
 config USB_LAN78XX
 	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
 	select MII
+	select PHYLIB
+	select MICROCHIP_PHY
 	help
 	  This option adds support for Microchip LAN78XX based USB 2
 	  & USB 3 10/100/1000 Ethernet adapters.
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.
  2015-09-10 20:48 [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config Woojung.Huh
@ 2015-09-10 21:46 ` Florian Fainelli
  2015-09-10 22:04   ` Woojung.Huh
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2015-09-10 21:46 UTC (permalink / raw)
  To: Woojung.Huh, davem; +Cc: netdev

On 10/09/15 13:48, Woojung.Huh@microchip.com wrote:
> Add PHYLIB and MICROCHIP_PHY as default configuration for  lan78xx.

You would want to swap this patch and patch 2 to make sure that there is
no user-visible breakage in between.

> 
> Signed-off-by: Woojung Huh <woojung.huh@microchip.com>
> ---
>  drivers/net/usb/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
> index 1610b79..d9ca7aa 100644
> --- a/drivers/net/usb/Kconfig
> +++ b/drivers/net/usb/Kconfig
> @@ -109,6 +109,8 @@ config USB_RTL8152
>  config USB_LAN78XX
>  	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
>  	select MII
> +	select PHYLIB
> +	select MICROCHIP_PHY
>  	help
>  	  This option adds support for Microchip LAN78XX based USB 2
>  	  & USB 3 10/100/1000 Ethernet adapters.
> 


-- 
Florian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.
  2015-09-10 21:46 ` Florian Fainelli
@ 2015-09-10 22:04   ` Woojung.Huh
  0 siblings, 0 replies; 3+ messages in thread
From: Woojung.Huh @ 2015-09-10 22:04 UTC (permalink / raw)
  To: f.fainelli, davem; +Cc: netdev

Thanks.
Will repost as order you commented.

> -----Original Message-----
> From: Florian Fainelli [mailto:f.fainelli@gmail.com]
> Sent: Thursday, September 10, 2015 5:47 PM
> To: Woojung Huh - C21699; davem@davemloft.net
> Cc: netdev@vger.kernel.org
> Subject: Re: [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as
> default config.
> 
> On 10/09/15 13:48, Woojung.Huh@microchip.com wrote:
> > Add PHYLIB and MICROCHIP_PHY as default configuration for  lan78xx.
> 
> You would want to swap this patch and patch 2 to make sure that there is
> no user-visible breakage in between.
> 
> >
> > Signed-off-by: Woojung Huh <woojung.huh@microchip.com>
> > ---
> >  drivers/net/usb/Kconfig | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
> > index 1610b79..d9ca7aa 100644
> > --- a/drivers/net/usb/Kconfig
> > +++ b/drivers/net/usb/Kconfig
> > @@ -109,6 +109,8 @@ config USB_RTL8152
> >  config USB_LAN78XX
> >  	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
> >  	select MII
> > +	select PHYLIB
> > +	select MICROCHIP_PHY
> >  	help
> >  	  This option adds support for Microchip LAN78XX based USB 2
> >  	  & USB 3 10/100/1000 Ethernet adapters.
> >
> 
> 
> --
> Florian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-10 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 20:48 [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config Woojung.Huh
2015-09-10 21:46 ` Florian Fainelli
2015-09-10 22:04   ` Woojung.Huh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.