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

2020-04-21 Thread Dan Murphy
Michal On 4/21/20 6:52 AM, Michal Simek wrote: On 21. 04. 20 13:43, Dan Murphy wrote: Michal Thanks for the review On 4/21/20 3:04 AM, Michal Simek wrote: On 20. 04. 20 20:53, Dan Murphy wrote: Add phy_set/clear_bit helper routines so that ported drivers from the kernel can use these

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

2020-04-21 Thread Michal Simek
On 21. 04. 20 13:43, Dan Murphy wrote: > Michal > > Thanks for the review > > On 4/21/20 3:04 AM, Michal Simek wrote: >> On 20. 04. 20 20:53, Dan Murphy wrote: >>> Add phy_set/clear_bit helper routines so that ported drivers from the >>> kernel can use these functions. >>> >>> Signed-off-by: Dan

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

2020-04-21 Thread Dan Murphy
Michal Thanks for the review On 4/21/20 3:04 AM, Michal Simek wrote: On 20. 04. 20 20:53, Dan Murphy wrote: Add phy_set/clear_bit helper routines so that ported drivers from the kernel can use these functions. Signed-off-by: Dan Murphy --- include/phy.h | 38

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

2020-04-21 Thread Michal Simek
On 20. 04. 20 20:53, Dan Murphy wrote: > Add phy_set/clear_bit helper routines so that ported drivers from the > kernel can use these functions. > > Signed-off-by: Dan Murphy > --- > include/phy.h | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git

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

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