Re: [PATCH v2 1/5] rockchip: io-domain: Add debug logging for regulators during probe

2025-02-05 Thread Justin Klaassen
Hi Quentin, On Feb 4, 2025 at 09:16:29, Quentin Schulz wrote: > Hi Justin, > > On 1/28/25 10:37 PM, Justin Klaassen wrote: > > [You don't often get email from jus...@tidylabs.net. Learn why this is > important at https://aka.ms/LearnAboutSenderIdentification ] > > > Log the value of the regulat

Re: [PATCH v2 1/5] rockchip: io-domain: Add debug logging for regulators during probe

2025-02-04 Thread Quentin Schulz
Hi Justin, On 1/28/25 10:37 PM, Justin Klaassen wrote: [You don't often get email from jus...@tidylabs.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Log the value of the regulators during initialization of the IO-domain driver to aid in debugging GPIO volt

[PATCH v2 1/5] rockchip: io-domain: Add debug logging for regulators during probe

2025-01-28 Thread Justin Klaassen
Log the value of the regulators during initialization of the IO-domain driver to aid in debugging GPIO voltage configuration problems. Signed-off-by: Justin Klaassen --- Changes in v2: - Made added IO-domain driver logs verbose and consistent drivers/misc/rockchip-io-domain.c | 7 ++- 1 fi