[PATCHv3,0/2] Fix RK3588 error prints

Message ID 20230407161129.70601-1-sebastian.reichel@collabora.com
Headers
Series Fix RK3588 error prints |

Message

Sebastian Reichel April 7, 2023, 4:11 p.m. UTC
  Hi,

This fixes a couple of false positive error messages printed by stmmac on
RK3588. I added Fixes tags, but I expect them to go via net-next, since
the patches are more or less cleanups :)

Changes since PATCHv2:
 * https://lore.kernel.org/all/20230405161043.46190-1-sebastian.reichel@collabora.com/
 * Remove regulator NULL check
 * Switch to devm_clk_bulk_get_optional as suggested by Andrew Lunn

Changes since PATCHv1:
 * https://lore.kernel.org/all/20230317174243.61500-1-sebastian.reichel@collabora.com/
 * Add Fixes tags
 * Use loop to request clocks

-- Sebastian

Sebastian Reichel (2):
  net: ethernet: stmmac: dwmac-rk: rework optional clock handling
  net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling

 .../net/ethernet/stmicro/stmmac/dwmac-rk.c    | 197 +++++++-----------
 1 file changed, 74 insertions(+), 123 deletions(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org April 12, 2023, 8:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri,  7 Apr 2023 18:11:27 +0200 you wrote:
> Hi,
> 
> This fixes a couple of false positive error messages printed by stmmac on
> RK3588. I added Fixes tags, but I expect them to go via net-next, since
> the patches are more or less cleanups :)
> 
> Changes since PATCHv2:
>  * https://lore.kernel.org/all/20230405161043.46190-1-sebastian.reichel@collabora.com/
>  * Remove regulator NULL check
>  * Switch to devm_clk_bulk_get_optional as suggested by Andrew Lunn
> 
> [...]

Here is the summary with links:
  - [PATCHv3,1/2] net: ethernet: stmmac: dwmac-rk: rework optional clock handling
    https://git.kernel.org/netdev/net-next/c/ea449f7fa0bf
  - [PATCHv3,2/2] net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
    https://git.kernel.org/netdev/net-next/c/db21973263f8

You are awesome, thank you!