Re: [PATCH 3/4] backlight: ktz8866: improve current sinks setting

2025-04-07 Thread kernel test robot
compatible/20250407-175635 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git for-backlight-next patch link: https://lore.kernel.org/r/20250407095119.588920-4-mitltlatltl%40gmail.com patch subject: [PATCH 3/4] backlight: ktz8866: improve current sinks setting config: riscv-rand

Re: [PATCH 3/4] backlight: ktz8866: improve current sinks setting

2025-04-07 Thread kernel test robot
compatible/20250407-175635 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git for-backlight-next patch link: https://lore.kernel.org/r/20250407095119.588920-4-mitltlatltl%40gmail.com patch subject: [PATCH 3/4] backlight: ktz8866: improve current sinks setting config: sparc64-

Re: [PATCH 3/4] backlight: ktz8866: improve current sinks setting

2025-04-07 Thread Daniel Thompson
On Mon, Apr 07, 2025 at 05:51:18PM +0800, Pengyu Luo wrote: > I polled all registers when the module was loading, found that > current sinks have already been configured. Bootloader would set > when booting. So checking it before setting the all channels. Can you rephrase this so the problem and s

[PATCH 3/4] backlight: ktz8866: improve current sinks setting

2025-04-07 Thread Pengyu Luo
I polled all registers when the module was loading, found that current sinks have already been configured. Bootloader would set when booting. So checking it before setting the all channels. Signed-off-by: Pengyu Luo --- drivers/video/backlight/ktz8866.c | 23 +++ 1 file chang