[PATCH v3 0/3] backlight: aw99706: DT parsing and blank state fixes
From: Junjie Cao
Date: Mon Aug 03 2026 - 23:04:01 EST
The driver reads its tuning properties under names the binding does not
define (patch 1), the validation paths accept values the binding forbids
(patch 2), and update_status() ignores the blank state, leaving bl_power
inoperative (patch 3).
v3:
- patch 2: reject 0 for awinic,sw-freq-hz (reserved-slot marker
collided with it); add Fixes tag
- patch 3: add stable tag
v2: only patch 1/3 reached the lists (outbound mail failure):
https://lore.kernel.org/all/20260803141310.1379194-2-junjie.cao@xxxxxxxxx/
v1: https://lore.kernel.org/all/20260701133918.33487-1-junjie.cao@xxxxxxxxx/
Junjie Cao (3):
backlight: aw99706: Fix DT property names to match binding
backlight: aw99706: Validate all DT property values consistently
backlight: aw99706: Honor the core blank state in update_status()
drivers/video/backlight/aw99706.c | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
--
2.43.0