Re: [PATCH] clk: Add more information to debug messages

2020-09-10 Thread Simon Glass
On Wed, 9 Sep 2020 at 14:39, Sean Anderson wrote: > > On 6/30/20 5:55 AM, Sean Anderson wrote: > > On 3/20/20 3:10 AM, Lukasz Majewski wrote: > >> On Fri, 20 Mar 2020 01:53:16 -0400 > >> Sean Anderson wrote: > >> > >>> Some of the debug messages in the clock subsystem can be made more > >>> infor

Re: [PATCH] clk: Add more information to debug messages

2020-09-09 Thread Sean Anderson
On 6/30/20 5:55 AM, Sean Anderson wrote: > On 3/20/20 3:10 AM, Lukasz Majewski wrote: >> On Fri, 20 Mar 2020 01:53:16 -0400 >> Sean Anderson wrote: >> >>> Some of the debug messages in the clock subsystem can be made more >>> informative by adding the clock name or adding the explicit error. >>> >

Re: [PATCH] clk: Add more information to debug messages

2020-06-30 Thread Sean Anderson
On 3/20/20 3:10 AM, Lukasz Majewski wrote: > On Fri, 20 Mar 2020 01:53:16 -0400 > Sean Anderson wrote: > >> Some of the debug messages in the clock subsystem can be made more >> informative by adding the clock name or adding the explicit error. >> >> Signed-off-by: Sean Anderson >> --- >> >> dr

Re: [PATCH] clk: Add more information to debug messages

2020-03-20 Thread Lukasz Majewski
On Fri, 20 Mar 2020 01:53:16 -0400 Sean Anderson wrote: > Some of the debug messages in the clock subsystem can be made more > informative by adding the clock name or adding the explicit error. > > Signed-off-by: Sean Anderson > --- > > drivers/clk/clk-uclass.c | 24 +--- >

[PATCH] clk: Add more information to debug messages

2020-03-19 Thread Sean Anderson
Some of the debug messages in the clock subsystem can be made more informative by adding the clock name or adding the explicit error. Signed-off-by: Sean Anderson --- drivers/clk/clk-uclass.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/drivers/