summaryrefslogtreecommitdiff
path: root/test/dm/pmbus.c
AgeCommit message (Collapse)Author
2026-07-13test: dm: pmbus: test pmbus command and frameworkVincent Jardin
Add dm unit tests that drive every pmbus subcommand handler against the sandbox PMBus chip emulator: dev (select by bus:addr and by regulator-name), list, info, telemetry, status, dump, read, write, clear, vout, scan and help. Tested using: ./u-boot -T -c "ut dm pmbus*" Signed-off-by: Vincent Jardin <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Peng Fan <[email protected]>