Searched +full:s2mpa01 +full:- +full:pmic (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/regulator/ |
H A D | s2mpa01.c | 1 // SPDX-License-Identifier: GPL-2.0+ 17 #include <linux/mfd/samsung/s2mpa01.h> 51 struct s2mpa01_info *s2mpa01 = rdev_get_drvdata(rdev); in s2mpa01_regulator_set_voltage_time_sel() local 58 ramp_delay = s2mpa01->ramp_delay24; in s2mpa01_regulator_set_voltage_time_sel() 61 ramp_delay = s2mpa01->ramp_delay3; in s2mpa01_regulator_set_voltage_time_sel() 64 ramp_delay = s2mpa01->ramp_delay5; in s2mpa01_regulator_set_voltage_time_sel() 68 ramp_delay = s2mpa01->ramp_delay16; in s2mpa01_regulator_set_voltage_time_sel() 71 ramp_delay = s2mpa01->ramp_delay7; in s2mpa01_regulator_set_voltage_time_sel() 76 ramp_delay = s2mpa01->ramp_delay8910; in s2mpa01_regulator_set_voltage_time_sel() 81 ramp_delay = rdev->desc->ramp_delay; in s2mpa01_regulator_set_voltage_time_sel() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 managed regulators and simple non-configurable regulators. 64 the netlink mechanism. User-space applications can subscribe to these events 65 for real-time updates on various regulator events. 75 They provide two I2C-controlled DC/DC step-down converters with 101 tristate "Active-semi act8865 voltage regulator" 106 This driver controls a active-semi act8865 voltage output 110 tristate "Active-semi ACT8945A voltage regulator" 113 This driver controls a active-semi ACT8945A voltage regulator 114 via I2C bus. The ACT8945A features three step-down DC/DC converters [all …]
|
/linux/drivers/mfd/ |
H A D | sec-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 19 #include <linux/mfd/samsung/s2mpa01.h> 29 { .name = "s5m8767-pmic", }, 30 { .name = "s5m-rtc", }, 32 .name = "s5m8767-clk", 33 .of_compatible = "samsung,s5m8767-clk", 38 { .name = "s2dos05-regulator", }, 42 { .name = "s2mps11-regulator", }, 43 { .name = "s2mps14-rtc", }, 45 .name = "s2mps11-clk", [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | samsung,s2mpa01.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/regulator/samsung,s2mpa01.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung S2MPA01 Power Management IC regulators 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 Management IC (PMIC). 16 The S2MPA01 provides buck and LDO regulators. 18 See also Documentation/devicetree/bindings/mfd/samsung,s2mpa01.yaml for 23 "^LDO([1-9]|1[0-9]|2[0-6])$": [all …]
|
/linux/include/linux/mfd/samsung/ |
H A D | core.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 41 S2MPA01, enumerator 50 * struct sec_pmic_dev - s2m/s5m master device for sub-drivers 54 * @regmap_pmic: Regmap associated with PMIC's I2C address 108 * sec_regulator_data - regulator data 120 * sec_opmode_data - regulator operation mode data 133 * SEC_OPMODE_LOWPOWER Regulator is on in low-power mode
|