Home
last modified time | relevance | path

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

12

/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: /schemas/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: /schemas/regulator/samsung,s2mps11.yaml
[all …]
/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 …]
H A DKconfig295 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
297 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
H A DMakefile88 obj-$(CONFIG_COMMON_CLK_S2MPS11) += clk-s2mps11.o
/linux/drivers/regulator/
H A Ds2mps11.c19 #include <linux/mfd/samsung/s2mps11.h>
38 * One bit for each S2MPS11/S2MPS13/S2MPS14/S2MPU02 regulator whether
73 struct s2mps11_info *s2mps11 = rdev_get_drvdata(rdev); in s2mps11_regulator_set_voltage_time_sel() local
80 ramp_delay = s2mps11->ramp_delay2; in s2mps11_regulator_set_voltage_time_sel()
84 ramp_delay = s2mps11->ramp_delay34; in s2mps11_regulator_set_voltage_time_sel()
87 ramp_delay = s2mps11->ramp_delay5; in s2mps11_regulator_set_voltage_time_sel()
91 ramp_delay = s2mps11->ramp_delay16; in s2mps11_regulator_set_voltage_time_sel()
96 ramp_delay = s2mps11->ramp_delay7810; in s2mps11_regulator_set_voltage_time_sel()
99 ramp_delay = s2mps11->ramp_delay9; in s2mps11_regulator_set_voltage_time_sel()
113 struct s2mps11_info *s2mps11 = rdev_get_drvdata(rdev); in s2mps11_set_ramp_delay() local
[all …]
/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
/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,s2mps13.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,s2mps14.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
/linux/drivers/mfd/
H A Dsec-core.c20 #include <linux/mfd/samsung/s2mps11.h>
42 { .name = "s2mps11-regulator", },
45 .name = "s2mps11-clk",
46 .of_compatible = "samsung,s2mps11-clk",
94 .compatible = "samsung,s2mps11-pmic",
272 "samsung,s2mps11-acokb-ground"); in sec_pmic_i2c_parse_dt_pdata()
274 "samsung,s2mps11-wrstbi-ground"); in sec_pmic_i2c_parse_dt_pdata()
408 * 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()
/linux/include/linux/mfd/samsung/
H A Ds2mps11.h10 /* S2MPS11 registers */
113 /* S2MPS11 regulator ids */
H A Dirq.h150 /* Masks for interrupts are the same as in s2mps11 */
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-exynos5.yaml120 /* compatible = "samsung,s2mps11-pmic"; */
140 /* compatible = "samsung,s2mps11-pmic"; */
/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-smdk5420.dts12 #include <dt-bindings/clock/samsung,s2mps11.h>
141 compatible = "samsung,s2mps11-pmic";
146 compatible = "samsung,s2mps11-clk";
H A Dexynos5420-galaxy-tab-common.dtsi15 #include <dt-bindings/clock/samsung,s2mps11.h>
122 compatible = "samsung,s2mps11-pmic";
131 compatible = "samsung,s2mps11-clk";
673 s2mps11_irq: s2mps11-irq-pins {
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 {
/linux/include/dt-bindings/clock/
H A Dsamsung,s2mps11.h5 * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
/linux/Documentation/devicetree/bindings/rtc/
H A Ds3c-rtc.yaml87 #include <dt-bindings/clock/samsung,s2mps11.h>
/linux/drivers/rtc/
H A Drtc-s5m.c56 * S2MPS11/14 | WUDR | RUDR | WUDR + RUDR
116 /* Register map for S2MPS11/14 */
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos7-espresso.dts12 #include <dt-bindings/clock/samsung,s2mps11.h>

12