Home
last modified time | relevance | path

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

12

/Linux-v6.1/Documentation/devicetree/bindings/mfd/
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 …]
Dsamsung,s5m8767.yaml24 $ref: ../clock/samsung,s2mps11.yaml
/Linux-v6.1/drivers/clk/
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 …]
DKconfig277 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
279 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
DMakefile60 obj-$(CONFIG_COMMON_CLK_S2MPS11) += clk-s2mps11.o
/Linux-v6.1/drivers/regulator/
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 …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
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-v6.1/Documentation/devicetree/bindings/regulator/
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
Dsamsung,s2mpu02.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
Dsamsung,s2mps13.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
Dsamsung,s2mps14.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
Dsamsung,s2mps15.yaml18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
/Linux-v6.1/drivers/mfd/
Dsec-core.c22 #include <linux/mfd/samsung/s2mps11.h>
53 { .name = "s2mps11-regulator", },
56 .name = "s2mps11-clk",
57 .of_compatible = "samsung,s2mps11-clk",
102 .compatible = "samsung,s2mps11-pmic",
302 "samsung,s2mps11-acokb-ground"); in sec_pmic_i2c_parse_dt_pdata()
304 "samsung,s2mps11-wrstbi-ground"); in sec_pmic_i2c_parse_dt_pdata()
446 * Currently only one board with S2MPS11 needs this, so just in sec_pmic_shutdown()
Dsec-irq.c14 #include <linux/mfd/samsung/s2mps11.h>
376 .name = "s2mps11",
490 * The rtc-s5m driver requests S2MPS14_IRQ_RTCA0 also for S2MPS11 in sec_irq_init()
/Linux-v6.1/include/linux/mfd/samsung/
Ds2mps11.h10 /* S2MPS11 registers */
113 /* S2MPS11 regulator ids */
Dirq.h150 /* Masks for interrupts are the same as in s2mps11 */
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Di2c-exynos5.yaml110 /* compatible = "samsung,s2mps11-pmic"; */
130 /* compatible = "samsung,s2mps11-pmic"; */
/Linux-v6.1/include/dt-bindings/clock/
Dsamsung,s2mps11.h5 * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
/Linux-v6.1/arch/arm/boot/dts/
Dexynos5420-galaxy-tab-common.dtsi15 #include <dt-bindings/clock/samsung,s2mps11.h>
110 compatible = "samsung,s2mps11-pmic";
119 compatible = "samsung,s2mps11-clk";
641 s2mps11_irq: s2mps11-irq-pins {
Dexynos5420-smdk5420.dts12 #include <dt-bindings/clock/samsung,s2mps11.h>
136 compatible = "samsung,s2mps11-pmic";
141 compatible = "samsung,s2mps11-clk";
Dexynos5422-odroid-core.dtsi10 #include <dt-bindings/clock/samsung,s2mps11.h>
504 compatible = "samsung,s2mps11-pmic";
506 samsung,s2mps11-acokb-ground;
515 compatible = "samsung,s2mps11-clk";
999 s2mps11_irq: s2mps11-irq-pins {
Dexynos5420-arndale-octa.dts15 #include <dt-bindings/clock/samsung,s2mps11.h>
348 compatible = "samsung,s2mps11-pmic";
358 compatible = "samsung,s2mps11-clk";
811 s2mps11_irq: s2mps11-irq-pins {
/Linux-v6.1/Documentation/devicetree/bindings/rtc/
Ds3c-rtc.yaml82 #include <dt-bindings/clock/samsung,s2mps11.h>
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dsamsung,spi.yaml126 #include <dt-bindings/clock/samsung,s2mps11.h>
/Linux-v6.1/drivers/rtc/
Drtc-s5m.c56 * S2MPS11/14 | WUDR | RUDR | WUDR + RUDR
116 /* Register map for S2MPS11/14 */

12