[PATCH v10 5/6] rtc: rk808: add RK809 and RK817 support.

2019-06-21 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68

[PATCH v10 6/6] clk: RK808: add RK809 and RK817 support.

2019-06-21 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/clk/Kconfig | 9 +++--- drivers/clk/clk-rk808.c | 64

[PATCH v10 0/6] support a new type of PMIC,including two chips(rk817 and rk809)

2019-06-21 Thread Tony Xie
Brown for parch 3 Tony Xie (6): mfd: rk808: remove the id_table mfd: rk808: Add RK817 and RK809 support regulator: rk808: add RK809 and RK817 support. dt-bindings: mfd: rk808: Add binding information for RK809 and RK817. rtc: rk808: add RK809 and RK817 support. clk: RK808: add RK809 and

[PATCH v10 4/6] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2019-06-21 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie Reviewed-by: Rob Herring Acked-for-MFD-by: Lee Jones --- .../devicetree/bindings/mfd/rk808.txt | 44 +++ 1 file changed, 44 insertions(+) diff --git a/Docu

[PATCH v10 1/6] mfd: rk808: remove the id_table

2019-06-21 Thread Tony Xie
Remove the id_table because it's not used. Signed-off-by: Tony Xie --- drivers/mfd/rk808.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c index 216fbf6adec9..94377782d208 100644 --- a/drivers/mfd/rk808.c +++ b/drivers/mfd/rk808.c @@ -5

[PATCH v10 2/6] mfd: rk808: Add RK817 and RK809 support

2019-06-21 Thread Tony Xie
have a some implementation also. Signed-off-by: Tony Xie Acked-by: Stephen Boyd Acked-for-MFD-by: Lee Jones --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 192 +- include/linux/mfd/rk808.h | 172 ++ 3

[PATCH v10 3/6] regulator: rk808: add RK809 and RK817 support.

2019-06-21 Thread Tony Xie
. The RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie Acked-by: Lee Jones Acked-by: Mark Brown --- drivers/regulator/Kconfig | 4 +- drivers

[PATCH v9 0/6] support a new type of PMIC,including two chips(rk817 and rk809)

2019-06-13 Thread Tony Xie
comments for v5. Changes in V7: modify some codes for patch 2 according to reveiw comments. Changes in V8: For helping me promote this work, Heiko send the V8 Changes in V9: 1.base on the V8 2.modify some codes according to reveiw comments for V8 from Mark Brown Tony Xie (6): mfd: rk808: remove

[PATCH v9 4/6] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2019-06-13 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie Reviewed-by: Rob Herring Acked-for-MFD-by: Lee Jones --- .../devicetree/bindings/mfd/rk808.txt | 44 +++ 1 file changed, 44 insertions(+) diff --git a/Docu

[PATCH v9 2/6] mfd: rk808: Add RK817 and RK809 support

2019-06-13 Thread Tony Xie
have a some implementation also. Signed-off-by: Tony Xie Acked-by: Stephen Boyd Acked-for-MFD-by: Lee Jones --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 192 +- include/linux/mfd/rk808.h | 172 ++ 3

[PATCH v9 3/6] regulator: rk808: add RK809 and RK817 support.

2019-06-13 Thread Tony Xie
. The RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie Acked-by: Lee Jones --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808

[PATCH v9 1/6] mfd: rk808: remove the id_table

2019-06-13 Thread Tony Xie
Remove the id_table because it's not used. Signed-off-by: Tony Xie --- drivers/mfd/rk808.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c index 216fbf6adec9..94377782d208 100644 --- a/drivers/mfd/rk808.c +++ b/drivers/mfd/rk808.c @@ -5

[PATCH v9 6/6] clk: RK808: add RK809 and RK817 support.

2019-06-13 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/clk/Kconfig | 9 +++--- drivers/clk/clk-rk808.c | 64

[PATCH v9 5/6] rtc: rk808: add RK809 and RK817 support.

2019-06-13 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68

[PATCH v7 6/6] clk: RK808: add RK809 and RK817 support.

2019-01-02 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/clk/Kconfig | 9 +++--- drivers/clk/clk-rk808.c | 64

[PATCH v7 2/6] mfd: rk808: Add RK817 and RK809 support

2019-01-02 Thread Tony Xie
have a some implementation also. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 192 +- include/linux/mfd/rk808.h | 172 ++ 3 files changed, 364 insertions

[PATCH v7 3/6] regulator: rk808: add RK809 and RK817 support.

2019-01-02 Thread Tony Xie
. The RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie Acked-by: Lee Jones --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808

[PATCH v7 4/6] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2019-01-02 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie Reviewed-by: Rob Herring Acked-for-MFD-by: Lee Jones --- .../devicetree/bindings/mfd/rk808.txt | 44 +++ 1 file changed, 44 insertions(+) diff --git a/Docu

[PATCH v7 0/6] support a new type of PMIC,including two chips(rk817 and rk809)

2019-01-02 Thread Tony Xie
comments for v5. Changes in V7: modify some codes for patch 2 according to reveiw comments. Tony Xie (6): mfd: rk808: remove the id_table mfd: rk808: Add RK817 and RK809 support regulator: rk808: add RK809 and RK817 support. dt-bindings: mfd: rk808: Add binding information for RK809 and

[PATCH v7 1/6] mfd: rk808: remove the id_table

2019-01-02 Thread Tony Xie
Remove the id_table because it's not used. Signed-off-by: Tony Xie --- drivers/mfd/rk808.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c index 216fbf6adec9..94377782d208 100644 --- a/drivers/mfd/rk808.c +++ b/drivers/mfd/rk808.c @@ -5

[PATCH v7 5/6] rtc: rk808: add RK809 and RK817 support.

2019-01-02 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68

[PATCH v6 5/6] rtc: rk808: add RK809 and RK817 support.

2018-10-30 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68

[PATCH v6 6/6] clk: RK808: add RK809 and RK817 support.

2018-10-30 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/clk/Kconfig | 9 --- drivers/clk/clk-rk808.c | 64

[PATCH v6 2/6] mfd: rk808: Add RK817 and RK809 support

2018-10-30 Thread Tony Xie
. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 225 +++--- include/linux/mfd/rk808.h | 172 +++ 3 files changed, 386 insertions(+), 17 deletions(-) diff --git a

[PATCH v6 0/6] support a new type of PMIC,including two chips(rk817 and rk809)

2018-10-30 Thread Tony Xie
reveiw comments for v5. Tony Xie (6): regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits) mfd: rk808: Add RK817 and RK809 support regulator: rk808: add RK809 and RK817 support. dt-bindings: mfd: rk808: Add binding information for RK809 and RK817. rtc: rk808: add RK809 and RK817 support

[PATCH v6 4/6] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2018-10-30 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie Reviewed-by: Rob Herring Acked-for-MFD-by: Lee Jones --- Documentation/devicetree/bindings/mfd/rk808.txt | 44 + 1 file changed, 44 insertions(+) dif

[PATCH v6 1/6] regmap: add a new macro:REGMAP_IRQ_REG_LINE(_id, _reg_bits)

2018-10-30 Thread Tony Xie
if there are lots of irqs for a device and the register addresses for these irqs is continuous, we can use this macro to initialize regmap_irq value. Signed-off-by: Tony Xie --- include/linux/regmap.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/linux/regmap.h b/include

[PATCH v6 3/6] regulator: rk808: add RK809 and RK817 support.

2018-10-30 Thread Tony Xie
. The RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie Acked-by: Lee Jones --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808

[PATCH v5 5/5] clk: RK808: add RK809 and RK817 support.

2018-10-23 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/clk/Kconfig | 9 --- drivers/clk/clk-rk808.c | 64

[PATCH v5 2/5] regulator: rk808: add RK809 and RK817 support.

2018-10-23 Thread Tony Xie
. The RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 657

[PATCH v5 1/5] mfd: rk808: Add RK817 and RK809 support

2018-10-23 Thread Tony Xie
and regulators functionality. Signed-off-by: Tony Xie Acked-by: Stephen Boyd --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 225 +++--- include/linux/mfd/rk808.h | 172 +++ include/linux/regmap.h

[PATCH v5 4/5] rtc: rk808: add RK809 and RK817 support.

2018-10-23 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68

[PATCH v5 0/5] support a new type of PMIC,including two chips(rk817 and rk809)

2018-10-23 Thread Tony Xie
for patch 1 according to reveiw comments for v3. 1) remove the pm_power_off_prepare() and replace with shutdown call-back from syscore 2) move the macro REGMAP_IRQ_M into the regmap.h and rename it REGMAP_IRQ_LINE 3) make some dev_warn() log clear Tony Xie (5): mfd: rk808: Add RK817 and RK809

[PATCH v5 3/5] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2018-10-23 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/mfd/rk808.txt | 44 + 1 file changed, 44 insertions(+) diff --git a/Documentation/devicetree/bin

[PATCH v4 5/5] clk: RK808: add RK809 and RK817 support.

2018-09-03 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie --- drivers/clk/Kconfig | 9 --- drivers/clk/clk-rk808.c | 64

[PATCH v4 3/5] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2018-09-03 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/mfd/rk808.txt | 56 + 1 file changed, 56 insertions(+) diff --git a/Documentation/devicetree/bin

[PATCH v4 0/5] support a new type of PMIC,including two chips(rk817 and rk809)

2018-09-03 Thread Tony Xie
dev_ for printing in patch 2 3. modify switch1 and switch2 configs in patch 2 4. explain gpio information for rk809 and rk817 in patch 4 Changes in V4: 1. modify some codes for patch 2 and patch 5 according to comments 2. add reviewer mail lists for patch 3 and 4 Tony Xie (5): mfd: rk808: Add

[PATCH v4 1/5] mfd: rk808: Add RK817 and RK809 support

2018-09-03 Thread Tony Xie
and regulators functionality. Signed-off-by: Tony Xie --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 218 +- include/linux/mfd/rk808.h | 172 kernel/reboot.c | 1 + 4 files changed

[PATCH v4 4/5] rtc: rk808: add RK809 and RK817 support.

2018-09-03 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie Acked-by: Alexandre Belloni --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68

[PATCH v4 2/5] regulator: rk808: add RK809 and RK817 support.

2018-09-03 Thread Tony Xie
. The RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 657

[PATCH] arm64: dts: rockchip: Add idle-states to device tree for rk3399

2018-08-24 Thread Tony Xie
Tony Xie (1): arm64: dts: rockchip: Add idle-states to device tree for rk3399 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 28 1 file changed, 28 insertions(+) -- 1.9.1

[PATCH] arm64: dts: rockchip: Add idle-states to device tree for rk3399

2018-08-24 Thread Tony Xie
Signed-off-by: Tony Xie --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index e0040b6..49fb57f 100644 --- a/arch/arm64/boot/dts

[PATCH v3 5/5] clk: RK808: add RK809 and RK817 support.

2018-08-23 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie --- drivers/clk/Kconfig | 9 --- drivers/clk/clk-rk808.c | 62

[PATCH v3 4/5] rtc: rk808: add RK809 and RK817 support.

2018-08-23 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68 +++-- 2 files changed

[PATCH v3 3/5] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817.

2018-08-23 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie --- Documentation/devicetree/bindings/mfd/rk808.txt | 56 + 1 file changed, 56 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Docu

[PATCH v3 4/5] rtc: rk808: add RK809 and RK817 support.

2018-08-23 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68 +++-- 2 files changed

[PATCH v3 2/5] regulator: rk808: add RK809 and RK817 support.

2018-08-23 Thread Tony Xie
RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 639

[PATCH v3 1/5] mfd: rk808: Add RK817 and RK809 support

2018-08-23 Thread Tony Xie
and regulators functionality. Signed-off-by: Tony Xie --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 218 +- include/linux/mfd/rk808.h | 172 kernel/reboot.c | 1 + 4 files changed

[PATCH v3 0/5] support a new type of PMIC,including two chips(rk817 and rk809)

2018-08-23 Thread Tony Xie
dev_ for printing in patch 2 3. modify switch1 and switch2 configs in patch 2 4. explain gpio information for rk809 and rk817 in patch 4 Tony Xie (5): mfd: rk808: Add RK817 and RK809 support regulator: rk808: add RK809 and RK817 support. dt-bindings: mfd: rk808: Add binding information for RK809

[PATCH v2 5/5] clk: RK808: add RK809 and RK817 support.

2018-07-31 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie --- drivers/clk/Kconfig | 6 ++--- drivers/clk/clk-rk808.c | 62 - 2

[PATCH v2 1/5] mfd: rk808: Add RK817 and RK809 support

2018-07-31 Thread Tony Xie
and regulators functionality. Signed-off-by: Tony Xie --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 218 +- include/linux/mfd/rk808.h | 172 kernel/reboot.c | 1 + 4 files changed

[PATCH v2 2/5] regulator: rk808: add RK809 and RK817 support.

2018-07-31 Thread Tony Xie
RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 633

[PATCH v2 4/5] RTC: RK808: add RK809 and RK817 support.

2018-07-31 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68 +++-- 2 files changed

[PATCH v2 3/5] dt-bindings: mfd: rk808: Add binding informations for RK809 and RK817.

2018-07-31 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie --- Documentation/devicetree/bindings/mfd/rk808.txt | 55 + 1 file changed, 55 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Docu

[PATCH 2/5] regulator: rk808: add RK809 and RK817 support.

2018-07-30 Thread Tony Xie
RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 633

[PATCH 3/5] dt-bindings: mfd: rk808: Add binding informations for RK809 and RK817.

2018-07-30 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie --- Documentation/devicetree/bindings/mfd/rk808.txt | 55 + 1 file changed, 55 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Docu

[PATCH 2/5] regulator: rk808: Add regulator driver for RK809 and RK817.

2018-07-30 Thread Tony Xie
RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 633

[PATCH 1/5] mfd: rk808: Add RK817 and RK809 support

2018-07-30 Thread Tony Xie
and regulators functionality. Signed-off-by: Tony Xie --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 218 +- include/linux/mfd/rk808.h | 172 kernel/reboot.c | 1 + 4 files changed

[PATCH 5/5] clk: RK808: add clkout driver for RK809 and RK817.

2018-07-23 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. most of their functions and registers are same, including the clkout funciton. Signed-off-by: Tony Xie --- drivers/clk/Kconfig | 6 ++--- drivers/clk/clk-rk808.c | 62 - 2

[PATCH 2/5] regulator: rk808: Add regulator driver for RK809 and RK817.

2018-07-22 Thread Tony Xie
RK817 has one switch but The Rk809 has two. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Tony Xie --- drivers/regulator/Kconfig | 4 +- drivers/regulator/rk808-regulator.c | 633

[PATCH 3/5] mfd: dt-bindings: Add RK809 and RK817 device tree bindings document

2018-07-22 Thread Tony Xie
Add device tree bindings documentation for Rockchip's RK809 & RK817 PMIC. Signed-off-by: Tony Xie --- Documentation/devicetree/bindings/mfd/rk808.txt | 55 + 1 file changed, 55 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/rk808.txt b/Docu

[PATCH 1/5] mfd: rk808: Add RK817 and RK809 support

2018-07-22 Thread Tony Xie
and regulators functionality. Signed-off-by: Tony Xie --- drivers/mfd/Kconfig | 6 +- drivers/mfd/rk808.c | 216 +- include/linux/mfd/rk808.h | 172 3 files changed, 389 insertions(+), 5 deletions

[PATCH 4/5] RTC: RK808: add RTC driver for RK809 and RK817.

2018-07-22 Thread Tony Xie
RK809 and RK817 are power management IC chips for multimedia products. Most of their functions and registers are same, including the rtc. Signed-off-by: Tony Xie --- drivers/rtc/Kconfig | 4 +-- drivers/rtc/rtc-rk808.c | 68 +++-- 2 files changed