Re: [PATCH v1 2/2] x86: scu: Add a few debug messages to the driver

2021-11-13 Thread Simon Glass
On Tue, 9 Nov 2021 at 05:03, Andy Shevchenko wrote: > > For some devices that have slightly different firmware implementation > it's good to see what's going on when communicating with the SCU. Add > a few debug messages for that purpose. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/lib/s

[PATCH v1 2/2] x86: scu: Add a few debug messages to the driver

2021-11-09 Thread Andy Shevchenko
For some devices that have slightly different firmware implementation it's good to see what's going on when communicating with the SCU. Add a few debug messages for that purpose. Signed-off-by: Andy Shevchenko --- arch/x86/lib/scu.c | 8 1 file changed, 8 insertions(+) diff --git a/arc