mbox series

[net,v3,0/2] emaclite: improve error handling and minor cleanup

Message ID 1651476470-23904-1-git-send-email-radhey.shyam.pandey@xilinx.com (mailing list archive)
Headers show
Series emaclite: improve error handling and minor cleanup | expand

Message

Radhey Shyam Pandey May 2, 2022, 7:27 a.m. UTC
This patchset does error handling for of_address_to_resource() and also
removes "Don't advertise 1000BASE-T" and auto negotiation.

Changes for v3:
- Resolve git apply conflicts for 2/2 patch.

Changes for v2:
- Added Andrew's reviewed by tag in 1/2 patch.
- Move ret to down to align with reverse xmas tree style in 2/2 patch.
- Also add fixes tag in 2/2 patch.
- Specify tree name in subject prefix.



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 file changed, 12 insertions(+), 18 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 3, 2022, 9:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 2 May 2022 12:57:48 +0530 you wrote:
> This patchset does error handling for of_address_to_resource() and also
> removes "Don't advertise 1000BASE-T" and auto negotiation.
> 
> Changes for v3:
> - Resolve git apply conflicts for 2/2 patch.
> 
> Changes for v2:
> - Added Andrew's reviewed by tag in 1/2 patch.
> - Move ret to down to align with reverse xmas tree style in 2/2 patch.
> - Also add fixes tag in 2/2 patch.
> - Specify tree name in subject prefix.
> 
> [...]

Here is the summary with links:
  - [net,v3,1/2] net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
    https://git.kernel.org/netdev/net/c/b800528b97d0
  - [net,v3,2/2] net: emaclite: Add error handling for of_address_to_resource()
    https://git.kernel.org/netdev/net/c/7a6bc33ab549

You are awesome, thank you!