Hello all, the following two patches add a property in devicetree to mark a board which needs warm reset on PMIC_RST_B pin assertion. kr --- v3 ---> v4: - improve "dt-bindings" patch commit log - drop yibin.gong@xxxxxxx email for failure report v2 ---> v3: - split patch in two: bindings patch comes first - add missing mailing lists and maintainers - remove underscore in property name v1 ---> v2: - Fix email addresses Fabio Aiuto (2): regulator: dt-bindings: pca9450: add PMIC_RST_B warm reset property regulator: pca9450: make warm reset on PMIC_RST_B assertion .../bindings/regulator/nxp,pca9450-regulator.yaml | 6 ++++++ drivers/regulator/pca9450-regulator.c | 11 ++++++++--- include/linux/regulator/pca9450.h | 6 ++++++ 3 files changed, 20 insertions(+), 3 deletions(-) -- 2.34.1