| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | pfuze100-regulator.c | 15 #include <linux/regulator/pfuze100.h> 62 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator 109 {.name = "pfuze100", .driver_data = PFUZE100}, 118 { .compatible = "fsl,pfuze100", .data = (void *)PFUZE100}, 128 struct pfuze_chip *pfuze100 = rdev_get_drvdata(rdev); in pfuze100_set_ramp_delay() local 134 switch (pfuze100->chip_id) { in pfuze100_set_ramp_delay() 145 case PFUZE100: in pfuze100_set_ramp_delay() 157 ret = regmap_update_bits(pfuze100->regmap, in pfuze100_set_ramp_delay() 161 dev_err(pfuze100->dev, "ramp failed, err %d\n", ret); in pfuze100_set_ramp_delay() 377 /* PFUZE100 */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | pfuze100.yaml | 4 $id: http://devicetree.org/schemas/regulator/pfuze100.yaml# 7 title: PFUZE100 family of regulators 14 --PFUZE100 31 - fsl,pfuze100 92 compatible = "fsl,pfuze100";
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pfuze100.c | 82 { .compatible = "fsl,pfuze100", .data = PFUZE100, }, 89 .name = "pfuze100 pmic",
|
| H A D | Kconfig | 64 bool "Enable Driver Model for PMIC PFUZE100" 68 for PMIC PFUZE100. The driver implements read/write operations.
|
| H A D | pmic_pfuze100.c | 16 static const char name[] = "PFUZE100"; in power_pfuze100_init()
|
| H A D | Makefile | 11 obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze100.o
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | pfuze.c | 61 p = pmic_get("PFUZE100"); in pfuze_common_init() 67 printf("PMIC: PFUZE100 ID=0x%02x\n", reg); in pfuze_common_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sllevk/ |
| H A D | mx6sllevk.c | 60 ret = pmic_get("pfuze100", &dev); in power_init_board() 69 printf("PMIC: PFUZE100! DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6sx-sdb-reva.dts | 18 pmic: pfuze100@8 { 19 compatible = "fsl,pfuze100";
|
| H A D | imx6qdl-wandboard-revd1.dtsi | 30 pmic: pfuze100@8 { 31 compatible = "fsl,pfuze100";
|
| H A D | imx6qdl-tqma6b.dtsi | 14 compatible = "fsl,pfuze100";
|
| H A D | imx6qdl-tqma6a.dtsi | 14 compatible = "fsl,pfuze100";
|
| H A D | imx6-logicpd-som.dtsi | 49 pfuze100: pmic@8 { label 50 compatible = "fsl,pfuze100";
|
| H A D | imx6q-mccmon6.dts | 121 pfuze100: pmic@8 { label 122 compatible = "fsl,pfuze100";
|
| H A D | imx6q-dmo-edmqmx6.dts | 137 pmic: pfuze100@8 { 138 compatible = "fsl,pfuze100";
|
| H A D | imx6q-gw5400-a.dts | 209 pmic: pfuze100@8 { 210 compatible = "fsl,pfuze100";
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | pfuze100.c | 44 * struct pfuze100_regulator_platdata - platform data for pfuze100 46 * @desc: Points the description entry of one regulator of pfuze100 160 /* PFUZE100 */ 268 case PFUZE100: in pfuze100_regulator_probe()
|
| H A D | Kconfig | 47 bool "Enable Driver Model for REGULATOR PFUZE100" 51 features for REGULATOR PFUZE100. The driver implements get/set api for:
|
| H A D | Makefile | 12 obj-$(CONFIG_DM_REGULATOR_PFUZE100) += pfuze100.o
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | pfuze100_pmic.h | 12 enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30}; enumerator 16 /* PFUZE100 registers */
|
| /OK3568_Linux_fs/u-boot/board/kosagi/novena/ |
| H A D | novena.c | 205 p = pmic_get("PFUZE100"); in power_init_board() 214 printf("PMIC: PFUZE100 ID=0x%02x\n", reg); in power_init_board()
|
| /OK3568_Linux_fs/u-boot/board/tqc/tqma6/ |
| H A D | tqma6.c | 242 p = pmic_get("PFUZE100"); in power_init_board() 246 printf("PMIC: PFUZE100 ID=0x%02x REV=0x%02x\n", reg, rev); in power_init_board()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | imx6qdl-logicpd.dtsi | 53 pmic: pfuze100@08 { 54 compatible = "fsl,pfuze100";
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sxsabreauto/ |
| H A D | mx6sxsabreauto.c | 138 ret = pmic_get("pfuze100", &dev); in power_init_board() 147 printf("PMIC: PFUZE100! DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6slevk/ |
| H A D | mx6slevk.c | 174 ret = pmic_get("pfuze100", &dev); in power_init_board() 183 printf("PMIC: PFUZE100! DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
|