Message ID | 1648294788-11758-1-git-send-email-u0084500@gmail.com |
---|---|
Headers | show |
Series | Add Richtek RT5759 buck converter support | expand |
On 26/03/2022 12:39, cy_huang wrote: > From: ChiYuan Huang <cy_huang@richtek.com> > > Add bindings for Richtek RT5759 high-performance DCDC converter. > > Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> > --- > .../regulator/richtek,rt5759-regulator.yaml | 90 ++++++++++++++++++++++ > 1 file changed, 90 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5759-regulator.yaml > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
From: ChiYuan Huang <cy_huang@richtek.com> This patch series add Richtek RT5759 buck converter support. since V2 - Fix typo in title description. - Put allOf and if/then to be together. - Change node name to generic 'regulator'. - Remove seperate wdt_enable variable. - Add of_match_ptr in struct driver of_match_table declaration. ChiYuan Huang (2): dt-bindings: regulator: Add binding for Richtek RT5759 DCDC converter regulator: rt5759: Add support for Richtek RT5759 DCDC converter .../regulator/richtek,rt5759-regulator.yaml | 90 +++++ drivers/regulator/Kconfig | 10 + drivers/regulator/Makefile | 1 + drivers/regulator/rt5759-regulator.c | 369 +++++++++++++++++++++ 4 files changed, 470 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt5759-regulator.yaml create mode 100644 drivers/regulator/rt5759-regulator.c