[PATCH 3/7] phy: rockchip: naneng-combphy: Add support for multiple resets

2023-04-17 Thread Eugen Hristev
Some variants of the PHY have more than just one reset. To cover all cases, request the rests in bulk rather than just the reset at index 0. Co-developed-by: Ren Jianing Signed-off-by: Ren Jianing Signed-off-by: Eugen Hristev --- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 8

Re: [PATCH 3/7] phy: rockchip: naneng-combphy: Add support for multiple resets

2023-04-21 Thread Kever Yang
On 2023/4/17 17:19, Eugen Hristev wrote: Some variants of the PHY have more than just one reset. To cover all cases, request the rests in bulk rather than just the reset at index 0. Co-developed-by: Ren Jianing Signed-off-by: Ren Jianing Signed-off-by: Eugen Hristev Reviewed-by: Kever Yang