/linux/Documentation/devicetree/bindings/mfd/ |
H A D | samsung,s2mps11.yaml | 4 $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 D | clk-s2mps11.c | 3 // 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 D | Kconfig | 295 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator 297 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
|
H A D | Makefile | 88 obj-$(CONFIG_COMMON_CLK_S2MPS11) += clk-s2mps11.o
|
/linux/drivers/regulator/ |
H A D | s2mps11.c | 19 #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 D | samsung,s2mps11.yaml | 4 $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 D | samsung,s2mps11.yaml | 4 $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 D | samsung,s2mpu02.yaml | 18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
|
H A D | samsung,s2mps13.yaml | 18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
|
H A D | samsung,s2mps15.yaml | 18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
|
H A D | samsung,s2mps14.yaml | 18 See also Documentation/devicetree/bindings/mfd/samsung,s2mps11.yaml for
|
/linux/drivers/mfd/ |
H A D | sec-core.c | 20 #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 D | sec-irq.c | 14 #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 D | s2mps11.h | 10 /* S2MPS11 registers */ 113 /* S2MPS11 regulator ids */
|
H A D | irq.h | 150 /* Masks for interrupts are the same as in s2mps11 */
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-exynos5.yaml | 120 /* compatible = "samsung,s2mps11-pmic"; */ 140 /* compatible = "samsung,s2mps11-pmic"; */
|
/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-samsung-k3g.dts | 9 #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 D | exynos5420-smdk5420.dts | 12 #include <dt-bindings/clock/samsung,s2mps11.h> 141 compatible = "samsung,s2mps11-pmic"; 146 compatible = "samsung,s2mps11-clk";
|
H A D | exynos5420-galaxy-tab-common.dtsi | 15 #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 D | exynos5422-odroid-core.dtsi | 10 #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 D | exynos5420-arndale-octa.dts | 15 #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 D | samsung,s2mps11.h | 5 * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | s3c-rtc.yaml | 87 #include <dt-bindings/clock/samsung,s2mps11.h>
|
/linux/drivers/rtc/ |
H A D | rtc-s5m.c | 56 * S2MPS11/14 | WUDR | RUDR | WUDR + RUDR 116 /* Register map for S2MPS11/14 */
|
/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos7-espresso.dts | 12 #include <dt-bindings/clock/samsung,s2mps11.h>
|