[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1654581161-12349-1-git-send-email-u0084500@gmail.com>
Date: Tue, 7 Jun 2022 13:52:37 +0800
From: cy_huang <u0084500@...il.com>
To: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
lee.jones@...aro.org, broonie@...nel.org, dmitry.torokhov@...il.com
Cc: lgirdwood@...il.com, cy_huang@...htek.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org
Subject: [PATCH 0/4] Add Richtek RT5120 PMIC support
From: ChiYuan Huang <cy_huang@...htek.com>
This patch series is to add Richtek RT5120 PMIC support.
In RT5120, it integrates four channels of buck converter, one channel of LDO,
and one external enable channel to control the external power source.
ChiYuan Huang (4):
dt-binding: mfd: Add Richtek RT5120 PMIC support
mfd: rt5120: Add Richtek PMIC support
regulator: rt5120: Add PMIC regulator support
input: misc: rt5120: Add power key support
.../devicetree/bindings/mfd/richtek,rt5120.yaml | 180 +++++++++
drivers/input/misc/Kconfig | 9 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/rt5120-pwrkey.c | 115 ++++++
drivers/mfd/Kconfig | 12 +
drivers/mfd/Makefile | 1 +
drivers/mfd/rt5120.c | 125 ++++++
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/rt5120-regulator.c | 417 +++++++++++++++++++++
10 files changed, 871 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mfd/richtek,rt5120.yaml
create mode 100644 drivers/input/misc/rt5120-pwrkey.c
create mode 100644 drivers/mfd/rt5120.c
create mode 100644 drivers/regulator/rt5120-regulator.c
--
2.7.4
Powered by blists - more mailing lists