Home
last modified time | relevance | path

Searched refs:s2mps11 (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/regulator/
Ds2mps11.c83 struct s2mps11_info *s2mps11 = rdev_get_drvdata(rdev); in s2mps11_regulator_set_voltage_time_sel() local
89 ramp_delay = s2mps11->ramp_delay2; in s2mps11_regulator_set_voltage_time_sel()
93 ramp_delay = s2mps11->ramp_delay34; in s2mps11_regulator_set_voltage_time_sel()
96 ramp_delay = s2mps11->ramp_delay5; in s2mps11_regulator_set_voltage_time_sel()
100 ramp_delay = s2mps11->ramp_delay16; in s2mps11_regulator_set_voltage_time_sel()
105 ramp_delay = s2mps11->ramp_delay7810; in s2mps11_regulator_set_voltage_time_sel()
108 ramp_delay = s2mps11->ramp_delay9; in s2mps11_regulator_set_voltage_time_sel()
122 struct s2mps11_info *s2mps11 = rdev_get_drvdata(rdev); in s2mps11_set_ramp_delay() local
129 if (ramp_delay > s2mps11->ramp_delay16) in s2mps11_set_ramp_delay()
130 s2mps11->ramp_delay16 = ramp_delay; in s2mps11_set_ramp_delay()
[all …]
DMakefile79 obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
/linux-4.4.14/drivers/clk/
Dclk-s2mps11.c60 struct s2mps11_clk *s2mps11 = to_s2mps11_clk(hw); in s2mps11_clk_prepare() local
62 return regmap_update_bits(s2mps11->iodev->regmap_pmic, in s2mps11_clk_prepare()
63 s2mps11->reg, in s2mps11_clk_prepare()
64 s2mps11->mask, s2mps11->mask); in s2mps11_clk_prepare()
69 struct s2mps11_clk *s2mps11 = to_s2mps11_clk(hw); in s2mps11_clk_unprepare() local
71 regmap_update_bits(s2mps11->iodev->regmap_pmic, s2mps11->reg, in s2mps11_clk_unprepare()
72 s2mps11->mask, ~s2mps11->mask); in s2mps11_clk_unprepare()
79 struct s2mps11_clk *s2mps11 = to_s2mps11_clk(hw); in s2mps11_clk_is_prepared() local
81 ret = regmap_read(s2mps11->iodev->regmap_pmic, in s2mps11_clk_is_prepared()
82 s2mps11->reg, &val); in s2mps11_clk_is_prepared()
[all …]
DMakefile38 obj-$(CONFIG_COMMON_CLK_S2MPS11) += clk-s2mps11.o
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Ds2mps11.txt11 - "samsung,s2mps11-pmic"
20 the interrupts from s2mps11 are delivered to.
22 - samsung,s2mps11-wrstbi-ground: Indicates that WRSTBI pin of PMIC is pulled
25 - samsung,s2mps11-acokb-ground: Indicates that ACOKB pin of S2MPS11 PMIC is
31 - clocks: s2mps11, s2mps13, s2mps15 and s5m8767 provide three(AP/CP/BT) buffered 32.768
48 - compatible: Should be one of: "samsung,s2mps11-clk", "samsung,s2mps13-clk",
52 - regulators: The regulators of s2mps11 that have to be instantiated should be
89 The following are the names of the regulators that the s2mps11 pmic block
91 as per the datasheet of s2mps11.
113 compatible = "samsung,s2mps11-pmic";
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5422-odroidxu3-common.dtsi13 #include <dt-bindings/clock/samsung,s2mps11.h>
90 compatible = "samsung,s2mps11-pmic";
92 s2mps11,buck2-ramp-delay = <12>;
93 s2mps11,buck34-ramp-delay = <12>;
94 s2mps11,buck16-ramp-delay = <12>;
95 s2mps11,buck6-ramp-enable = <1>;
96 s2mps11,buck2-ramp-enable = <1>;
97 s2mps11,buck3-ramp-enable = <1>;
98 s2mps11,buck4-ramp-enable = <1>;
99 samsung,s2mps11-acokb-ground;
[all …]
Dexynos5420-arndale-octa.dts17 #include <dt-bindings/clock/samsung,s2mps11.h>
67 compatible = "samsung,s2mps11-pmic";
69 s2mps11,buck2-ramp-delay = <12>;
70 s2mps11,buck34-ramp-delay = <12>;
71 s2mps11,buck16-ramp-delay = <12>;
72 s2mps11,buck6-ramp-enable = <1>;
73 s2mps11,buck2-ramp-enable = <1>;
74 s2mps11,buck3-ramp-enable = <1>;
75 s2mps11,buck4-ramp-enable = <1>;
381 s2mps11_irq: s2mps11-irq {
Dexynos5420-smdk5420.dts134 compatible = "samsung,s2mps11-pmic";
136 s2mps11,buck2-ramp-delay = <12>;
137 s2mps11,buck34-ramp-delay = <12>;
138 s2mps11,buck16-ramp-delay = <12>;
139 s2mps11,buck6-ramp-enable = <1>;
140 s2mps11,buck2-ramp-enable = <1>;
141 s2mps11,buck3-ramp-enable = <1>;
142 s2mps11,buck4-ramp-enable = <1>;
Dexynos3250-monk.dts19 #include <dt-bindings/clock/samsung,s2mps11.h>
Dexynos3250-rinato.dts19 #include <dt-bindings/clock/samsung,s2mps11.h>
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-exynos5.txt50 compatible = "samsung,s2mps11-pmic";
/linux-4.4.14/
DMAINTAINERS9241 F: drivers/clk/clk-s2mps11.c