[PATCH 0/2] emaclite: improve error handling and minor cleanup

Radhey Shyam Pandey posted 2 patches 4 years ago
There is a newer version of this series
drivers/net/ethernet/xilinx/xilinx_emaclite.c |   30 ++++++++++---------------
1 files changed, 12 insertions(+), 18 deletions(-)
[PATCH 0/2] emaclite: improve error handling and minor cleanup
Posted by Radhey Shyam Pandey 4 years ago
It patchset does error handling for of_address_to_resource() and also
removes "Don't advertise 1000BASE-T" and auto negotiation.

TREE: net-next

Shravya Kumbham (2):
  net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
  net: emaclite: Add error handling for of_address_to_resource()

 drivers/net/ethernet/xilinx/xilinx_emaclite.c |   30 ++++++++++---------------
 1 files changed, 12 insertions(+), 18 deletions(-)
Re: [PATCH 0/2] emaclite: improve error handling and minor cleanup
Posted by Andrew Lunn 4 years ago
On Thu, Apr 28, 2022 at 09:57:56PM +0530, Radhey Shyam Pandey wrote:
> It patchset does error handling for of_address_to_resource() and also
> removes "Don't advertise 1000BASE-T" and auto negotiation.
> 
> TREE: net-next

Please read the netdev FAQ. It tells you how to specify the tree a
patchset should be applied to.

	 Andrew
RE: [PATCH 0/2] emaclite: improve error handling and minor cleanup
Posted by Radhey Shyam Pandey 4 years ago
> -----Original Message-----
> From: Andrew Lunn <andrew@lunn.ch>
> Sent: Friday, April 29, 2022 6:38 AM
> To: Radhey Shyam Pandey <radheys@xilinx.com>
> Cc: davem@davemloft.net; kuba@kernel.org; pabeni@redhat.com; Michal
> Simek <michals@xilinx.com>; netdev@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-kernel@vger.kernel.org; git <git@xilinx.com>
> Subject: Re: [PATCH 0/2] emaclite: improve error handling and minor cleanup
> 
> On Thu, Apr 28, 2022 at 09:57:56PM +0530, Radhey Shyam Pandey wrote:
> > It patchset does error handling for of_address_to_resource() and also
> > removes "Don't advertise 1000BASE-T" and auto negotiation.
> >
> > TREE: net-next
> 
> Please read the netdev FAQ. It tells you how to specify the tree a patchset
> should be applied to.

Thanks. As one of a patch is a bug fix will target for net. Will update it in v2.

> 
> 	 Andrew
>