/linux/Documentation/devicetree/bindings/mfd/ |
H A D | sprd,sc2731.yaml | 4 $id: http://devicetree.org/schemas/mfd/sprd,sc2731.yaml# 35 - sprd,sc2731 57 $ref: /schemas/regulator/sprd,sc2731-regulator.yaml# 66 $ref: /schemas/power/supply/sc2731-charger.yaml# 78 - sprd,sc2731-efuse 90 $ref: /schemas/leds/sprd,sc2731-bltc.yaml# 94 $ref: /schemas/rtc/sprd,sc2731-rtc.yaml# 124 compatible = "sprd,sc2731"; 134 compatible = "sprd,sc2731-charger"; 141 compatible = "sprd,sc2731-bltc"; [all …]
|
/linux/arch/arm64/boot/dts/sprd/ |
H A D | sc2731.dtsi | 3 * Spreadtrum SC2731 PMIC dts file 10 compatible = "sprd,sc2731"; 20 compatible = "sprd,sc2731-charger"; 26 compatible = "sprd,sc2731-bltc"; 48 compatible = "sprd,sc2731-rtc"; 55 compatible = "sprd,sc2731-eic"; 66 compatible = "sprd,sc2731-efuse"; 87 compatible = "sprd,sc2731-adc"; 98 compatible = "sprd,sc2731-fgu"; 111 compatible = "sprd,sc2731-vibrator"; [all …]
|
H A D | sp9860g-1h10.dts | 11 #include "sc2731.dtsi"
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | sprd,sc2731-bltc.yaml | 4 $id: http://devicetree.org/schemas/leds/sprd,sc2731-bltc.yaml# 7 title: Spreadtrum SC2731 PMIC breathing light controller 15 The SC2731 breathing light controller supports up to 3 outputs: 21 const: sprd,sc2731-bltc
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | sprd,sc2731-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/sprd,sc2731-regulator.yaml# 7 title: Spreadtrum SC2731 Power Management IC regulators 15 The SC2731 integrates low-voltage and low quiescent current DCDC/LDO. 29 const: sprd,sc2731-regulator
|
/linux/drivers/regulator/ |
H A D | sc2731-regulator.c | 14 * SC2731 regulator lock register 20 * SC2731 enable register 39 * SC2731 enable mask 60 * SC2731 vsel register 81 * SC2731 vsel register mask 256 MODULE_DESCRIPTION("Spreadtrum SC2731 regulator driver");
|
H A D | Makefile | 160 obj-$(CONFIG_REGULATOR_SC2731) += sc2731-regulator.o
|
H A D | Kconfig | 1350 tristate "Spreadtrum SC2731 power regulator driver" 1354 SC2731 PMIC.
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | sprd,sc2731-rtc.yaml | 4 $id: http://devicetree.org/schemas/rtc/sprd,sc2731-rtc.yaml# 7 title: Spreadtrum SC2731 Real Time Clock 16 const: sprd,sc2731-rtc
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | sc2731-charger.yaml | 4 $id: http://devicetree.org/schemas/power/supply/sc2731-charger.yaml# 7 title: Spreadtrum SC2731 PMICs battery charger 17 const: sprd,sc2731-charger
|
H A D | sc27xx-fg.yaml | 22 - sprd,sc2731-fgu
|
/linux/drivers/power/supply/ |
H A D | sc2731_charger.c | 18 /* SC2731 switch charger registers definition */ 522 { .compatible = "sprd,sc2731-charger", }, 529 .name = "sc2731-charger", 538 MODULE_DESCRIPTION("Spreadtrum SC2731 Charger Driver");
|
H A D | Kconfig | 907 tristate "Spreadtrum SC2731 charger driver" 910 Say Y here to enable support for battery charging with SC2731
|
H A D | sc27xx_fuel_gauge.c | 1337 { .compatible = "sprd,sc2731-fgu", },
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | sprd,gpio-eic.yaml | 51 - sprd,sc2731-eic 71 - const: sprd,sc2731-eic
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | sprd,sc27xx-vibrator.yaml | 20 - sprd,sc2731-vibrator
|
/linux/drivers/mfd/ |
H A D | sprd-sc27xx-spi.c | 242 { .compatible = "sprd,sc2731", .data = &sc2731_data }, 249 { .name = "sc2731", .driver_data = (unsigned long)&sc2731_data },
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | sprd,sc2720-adc.yaml | 22 - sprd,sc2731-adc
|
/linux/drivers/input/misc/ |
H A D | sc27xx-vibra.c | 184 { .compatible = "sprd,sc2731-vibrator", .data = &sc2731_data },
|
/linux/drivers/power/reset/ |
H A D | Kconfig | 300 and SC2731 chips.
|
/linux/drivers/leds/ |
H A D | leds-sc27xx-bltc.c | 336 { .compatible = "sprd,sc2731-bltc", },
|
/linux/drivers/iio/adc/ |
H A D | sc27xx_adc.c | 469 * In the current software design, SC2731 support 2 scales, in sc2731_adc_scale_init() 949 { .compatible = "sprd,sc2731-adc", .data = &sc2731_data},
|
/linux/drivers/gpio/ |
H A D | gpio-pmic-eic-sprd.c | 372 { .compatible = "sprd,sc2731-eic", },
|
/linux/drivers/rtc/ |
H A D | rtc-sc27xx.c | 631 { .compatible = "sprd,sc2731-rtc", },
|
H A D | Kconfig | 1311 includes the SC2720, SC2721, SC2723, SC2730 and SC2731 chips.
|