]> git.sur5r.net Git - u-boot/commit
dm: pmic: Add 'reg status' to show all regulators
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:43:27 +0000 (19:43 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:34 +0000 (20:42 -0700)
commit931b24c5a0530f778d44d7292283cd6050ebb5ad
tree36cfb677c2201ff0367b23b05998d2d18231accb
parent52db39a22b0544446e630c853292bfa255a21e24
dm: pmic: Add 'reg status' to show all regulators

It is convenient to be able to see the status of all regulators in a list.
Add this feature to the 'reg status' command.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_regulator.c