Re: [PATCH 3/9] rockchip: veyron: Add logging for power init

2024-06-06 Thread Quentin Schulz
Hi Simon, On 6/6/24 5:04 PM, Simon Glass wrote: HI Quentin, On Wed, 5 Jun 2024 at 02:36, Quentin Schulz wrote: Hi Simon, On 6/5/24 5:25 AM, Simon Glass wrote: Add better logging for power init so that CONFIG_LOG_ERROR_RETURN can be enabled. Signed-off-by: Simon Glass --- board/google

Re: [PATCH 3/9] rockchip: veyron: Add logging for power init

2024-06-06 Thread Simon Glass
HI Quentin, On Wed, 5 Jun 2024 at 02:36, Quentin Schulz wrote: > > Hi Simon, > > On 6/5/24 5:25 AM, Simon Glass wrote: > > Add better logging for power init so that CONFIG_LOG_ERROR_RETURN can > > be enabled. > > > > Signed-off-by: Simon Glass > > --- > > > > board/google/veyron/veyron.c | 27

Re: [PATCH 3/9] rockchip: veyron: Add logging for power init

2024-06-05 Thread Quentin Schulz
Hi Simon, On 6/5/24 5:25 AM, Simon Glass wrote: Add better logging for power init so that CONFIG_LOG_ERROR_RETURN can be enabled. Signed-off-by: Simon Glass --- board/google/veyron/veyron.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/bo

[PATCH 3/9] rockchip: veyron: Add logging for power init

2024-06-04 Thread Simon Glass
Add better logging for power init so that CONFIG_LOG_ERROR_RETURN can be enabled. Signed-off-by: Simon Glass --- board/google/veyron/veyron.c | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/board/google/veyron/veyron.c b/board/google/veyron/veyr