ription of how this part
works.
Thanks,
Bryan
-Original Message-
From: Andrew Lunn [mailto:and...@lunn.ch]
Sent: Wednesday, February 10, 2016 1:14 PM
To: Bryan Whitehead - C21958
Cc: da...@davemloft.net; netdev@vger.kernel.org; cor...@lwn.net
Subject: Re: [PATCH net-next] Add LAN935
Thanks David,
I'll submit a revised patch soon.
-Original Message-
From: David Miller [mailto:da...@davemloft.net]
Sent: Wednesday, February 10, 2016 5:34 AM
To: Bryan Whitehead - C21958
Cc: netdev@vger.kernel.org; cor...@lwn.net
Subject: Re: [PATCH net-next] Add LAN9352 Ethernet D
On Tue, Feb 09, 2016 at 08:40:30PM +, bryan.whiteh...@microchip.com wrote:
> This is the initial submission of an ethernet driver for
> the Microchip LAN9352.
>
> The LAN9352 is a 2-Port 10/100 Managed Ethernet Switch
> with 16-Bit Non-PCI CPU Interface.
>
> While the LAN9352 is a Managed E
From:
Date: Tue, 9 Feb 2016 20:40:30 +
> +#ifdef USE_PHY_WORK_AROUND
> +#define MIN_PACKET_SIZE (64)
> + char loopback_tx_pkt[MIN_PACKET_SIZE];
> + char loopback_rx_pkt[MIN_PACKET_SIZE];
> + unsigned int resetcount;
> +#endif
...
> +#define USE_PHY_WORK_AROUND
If you're going to
This is the initial submission of an ethernet driver for
the Microchip LAN9352.
The LAN9352 is a 2-Port 10/100 Managed Ethernet Switch
with 16-Bit Non-PCI CPU Interface.
While the LAN9352 is a Managed Ethernet Switch, this driver
only supports a simple ethernet controller interface.
Signed-off