Home
last modified time | relevance | path

Searched full:s2mps11 (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dsamsung,s2mps11.yaml4 $id: http://devicetree.org/schemas/mfd/samsung,s2mps11.yaml#
7 title: Samsung S2MPS11/13/14/15 and S2MPU02 Power Management IC
16 The Samsung S2MPS11/13/14/15 and S2MPU02 is a family of Power Management IC
23 - samsung,s2mps11-pmic
30 $ref: ../clock/samsung,s2mps11.yaml
45 samsung,s2mps11-acokb-ground:
47 Indicates that ACOKB pin of S2MPS11 PMIC is connected to the ground so
53 samsung,s2mps11-wrstbi-ground:
74 const: samsung,s2mps11-pmic
78 $ref: ../regulator/samsung,s2mps11.yaml
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-s2mps11.c3 // clk-s2mps11.c - Clock driver for S2MPS11.
14 #include <linux/mfd/samsung/s2mps11.h>
20 #include <dt-bindings/clock/samsung,s2mps11.h>
39 struct s2mps11_clk *s2mps11 = to_s2mps11_clk(hw); in s2mps11_clk_prepare() local
41 return regmap_update_bits(s2mps11->iodev->regmap_pmic, in s2mps11_clk_prepare()
42 s2mps11->reg, in s2mps11_clk_prepare()
43 s2mps11->mask, s2mps11->mask); in s2mps11_clk_prepare()
48 struct s2mps11_clk *s2mps11 = to_s2mps11_clk(hw); in s2mps11_clk_unprepare() local
50 regmap_update_bits(s2mps11->iodev->regmap_pmic, s2mps11->reg, in s2mps11_clk_unprepare()
51 s2mps11->mask, ~s2mps11->mask); in s2mps11_clk_unprepare()
[all …]
/openbmc/linux/drivers/regulator/
H A Ds2mps11.c18 #include <linux/mfd/samsung/s2mps11.h>
37 * One bit for each S2MPS11/S2MPS13/S2MPS14/S2MPU02 regulator whether
72 struct s2mps11_info *s2mps11 = rdev_get_drvdata(rdev); in s2mps11_regulator_set_voltage_time_sel() local
79 ramp_delay = s2mps11->ramp_delay2; in s2mps11_regulator_set_voltage_time_sel()
83 ramp_delay = s2mps11->ramp_delay34; in s2mps11_regulator_set_voltage_time_sel()
86 ramp_delay = s2mps11->ramp_delay5; in s2mps11_regulator_set_voltage_time_sel()
90 ramp_delay = s2mps11->ramp_delay16; in s2mps11_regulator_set_voltage_time_sel()
95 ramp_delay = s2mps11->ramp_delay7810; in s2mps11_regulator_set_voltage_time_sel()
98 ramp_delay = s2mps11->ramp_delay9; in s2mps11_regulator_set_voltage_time_sel()
112 struct s2mps11_info *s2mps11 = rdev_get_drvdata(rdev); in s2mps11_set_ramp_delay() local
[all …]
/openbmc/u-boot/doc/device-tree-bindings/pmic/
H A Ds2mps11.txt1 SAMSUNG, S2MPS11 PMIC
4 - drivers/power/pmic/s2mps11.c
7 - compatible: "samsung,s2mps11-pmic"
14 s2mps11@66 {
15 compatible = "samsung,s2mps11-pmic";
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dsamsung,s2mps11.yaml4 $id: http://devicetree.org/schemas/clock/samsung,s2mps11.yaml#
16 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
20 dt-bindings/clock/samsung,s2mps11.h header.
22 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
28 - samsung,s2mps11-clk
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dsamsung,s2mps11.yaml4 $id: http://devicetree.org/schemas/regulator/samsung,s2mps11.yaml#
7 title: Samsung S2MPS11 Power Management IC regulators
16 The S2MPS11 provides buck and LDO regulators.
18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
H A Dsamsung,s2mpu02.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
H A Dsamsung,s2mps15.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
H A Dsamsung,s2mps13.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
H A Dsamsung,s2mps14.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
/openbmc/linux/drivers/mfd/
H A Dsec-core.c20 #include <linux/mfd/samsung/s2mps11.h>
38 { .name = "s2mps11-regulator", },
41 .name = "s2mps11-clk",
42 .of_compatible = "samsung,s2mps11-clk",
87 .compatible = "samsung,s2mps11-pmic",
265 "samsung,s2mps11-acokb-ground"); in sec_pmic_i2c_parse_dt_pdata()
267 "samsung,s2mps11-wrstbi-ground"); in sec_pmic_i2c_parse_dt_pdata()
397 * Currently only one board with S2MPS11 needs this, so just in sec_pmic_shutdown()
H A Dsec-irq.c14 #include <linux/mfd/samsung/s2mps11.h>
300 .name = "s2mps11",
401 * The rtc-s5m driver requests S2MPS14_IRQ_RTCA0 also for S2MPS11 in sec_irq_init()
/openbmc/u-boot/drivers/power/pmic/
H A Ds2mps11.c13 #include <power/s2mps11.h>
77 { .compatible = "samsung,s2mps11-pmic" },
H A DKconfig134 bool "Enable Driver Model for PMIC Samsung S2MPS11"
137 The Samsung S2MPS11 PMIC provides:
145 Binding info: doc/device-tree-bindings/pmic/s2mps11.txt
/openbmc/linux/include/linux/mfd/samsung/
H A Ds2mps11.h10 /* S2MPS11 registers */
113 /* S2MPS11 regulator ids */
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-exynos5.yaml110 /* compatible = "samsung,s2mps11-pmic"; */
130 /* compatible = "samsung,s2mps11-pmic"; */
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5420-smdk5420.dts38 /* s2mps11 is on i2c bus 4 */
44 compatible = "samsung,s2mps11-pmic";
/openbmc/linux/include/dt-bindings/clock/
H A Dsamsung,s2mps11.h5 * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-samsung-k3g.dts9 #include <dt-bindings/clock/samsung,s2mps11.h>
70 compatible = "samsung,s2mps11-pmic";
81 compatible = "samsung,s2mps11-clk";
620 s2mps11_irq: s2mps11-irq-pins {
H A Dexynos5420-galaxy-tab-common.dtsi15 #include <dt-bindings/clock/samsung,s2mps11.h>
114 compatible = "samsung,s2mps11-pmic";
123 compatible = "samsung,s2mps11-clk";
646 s2mps11_irq: s2mps11-irq-pins {
H A Dexynos5420-smdk5420.dts12 #include <dt-bindings/clock/samsung,s2mps11.h>
141 compatible = "samsung,s2mps11-pmic";
146 compatible = "samsung,s2mps11-clk";
H A Dexynos5422-odroid-core.dtsi10 #include <dt-bindings/clock/samsung,s2mps11.h>
508 compatible = "samsung,s2mps11-pmic";
510 samsung,s2mps11-acokb-ground;
519 compatible = "samsung,s2mps11-clk";
1003 s2mps11_irq: s2mps11-irq-pins {
H A Dexynos5420-arndale-octa.dts15 #include <dt-bindings/clock/samsung,s2mps11.h>
353 compatible = "samsung,s2mps11-pmic";
363 compatible = "samsung,s2mps11-clk";
817 s2mps11_irq: s2mps11-irq-pins {
/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt-types.c14 #include <power/s2mps11.h>
132 ret = pmic_get("s2mps11", &dev); in odroid_get_type_str()
/openbmc/u-boot/drivers/power/regulator/
H A DKconfig135 bool "Enable driver for S2MPS11 regulator"
139 features for REGULATOR S2MPS11.

123