| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tps65090.c | 172 struct tps65090 *tps65090; in tps65090_i2c_probe() local 184 tps65090 = devm_kzalloc(&client->dev, sizeof(*tps65090), GFP_KERNEL); in tps65090_i2c_probe() 185 if (!tps65090) in tps65090_i2c_probe() 188 tps65090->dev = &client->dev; in tps65090_i2c_probe() 189 i2c_set_clientdata(client, tps65090); in tps65090_i2c_probe() 191 tps65090->rmap = devm_regmap_init_i2c(client, &tps65090_regmap_config); in tps65090_i2c_probe() 192 if (IS_ERR(tps65090->rmap)) { in tps65090_i2c_probe() 193 ret = PTR_ERR(tps65090->rmap); in tps65090_i2c_probe() 199 ret = regmap_add_irq_chip(tps65090->rmap, client->irq, in tps65090_i2c_probe() 201 &tps65090_irq_chip, &tps65090->irq_data); in tps65090_i2c_probe() [all …]
|
| H A D | Makefile | 210 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tps65090.h | 74 struct tps65090 { struct 116 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_write() 123 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_read() 136 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_set_bits() 144 struct tps65090 *tps = dev_get_drvdata(dev); in tps65090_clr_bits()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | tps65090.txt | 4 -compatible: "ti,tps65090-charger" 10 This node is a subnode of the tps65090 PMIC. 14 tps65090-charger { 15 compatible = "ti,tps65090-charger";
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/power/ |
| H A D | tps65090.txt | 4 -compatible: "ti,tps65090-charger" 10 This node is a subnode of the tps65090 PMIC. 14 tps65090-charger { 15 compatible = "ti,tps65090-charger";
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | tps65090.txt | 4 - compatible: "ti,tps65090" 29 tps65090@48 { 30 compatible = "ti,tps65090";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | tps65090.txt | 4 - compatible: "ti,tps65090" 33 tps65090@48 { 34 compatible = "ti,tps65090";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos5800-peach-pi.dts | 221 compatible = "ti,tps65090"; 267 compatible = "ti,tps65090-charger";
|
| H A D | exynos5420-peach-pit.dts | 358 compatible = "ti,tps65090"; 404 compatible = "ti,tps65090-charger";
|
| H A D | exynos5250-snow.dts | 135 compatible = "ti,tps65090"; 187 compatible = "ti,tps65090-charger";
|
| H A D | exynos5250-spring.dts | 465 compatible = "ti,tps65090";
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | Makefile | 21 obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos5250-snow-common.dtsi | 97 compatible = "ti,tps65090"; 169 compatible = "ti,tps65090-charger"; 618 tps65090_irq: tps65090-irq {
|
| H A D | exynos5800-peach-pi.dts | 809 tps65090_irq: tps65090-irq { 973 compatible = "ti,tps65090"; 1039 compatible = "ti,tps65090-charger";
|
| H A D | exynos5420-peach-pit.dts | 827 tps65090_irq: tps65090-irq { 991 compatible = "ti,tps65090"; 1057 compatible = "ti,tps65090-charger";
|
| H A D | tegra114-dalmore.dts | 813 tps65090@48 { 814 compatible = "ti,tps65090"; 833 compatible = "ti,tps65090-charger";
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | Makefile | 95 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | tps65090-regulator.c | 407 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe()
|
| H A D | Makefile | 145 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
|