Re: [PATCH v4 3/5] net: phy: Add helper routines to set and clear bits

2020-06-12 Thread Tom Rini
On Mon, May 04, 2020 at 04:14:38PM -0500, Dan Murphy wrote: > Add phy_set/clear_bit helper routines so that ported drivers from the > kernel can use these functions. > > Acked-by: Michal Simek > Signed-off-by: Dan Murphy Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

[PATCH v4 3/5] net: phy: Add helper routines to set and clear bits

2020-05-04 Thread Dan Murphy
Add phy_set/clear_bit helper routines so that ported drivers from the kernel can use these functions. Acked-by: Michal Simek Signed-off-by: Dan Murphy --- include/phy.h | 54 +++ 1 file changed, 54 insertions(+) diff --git a/include/phy.h b/inclu