Home
last modified time | relevance | path

Searched refs:tps65090 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dtps65090.c169 struct tps65090 *tps65090; in tps65090_i2c_probe() local
181 tps65090 = devm_kzalloc(&client->dev, sizeof(*tps65090), GFP_KERNEL); in tps65090_i2c_probe()
182 if (!tps65090) in tps65090_i2c_probe()
185 tps65090->dev = &client->dev; in tps65090_i2c_probe()
186 i2c_set_clientdata(client, tps65090); in tps65090_i2c_probe()
188 tps65090->rmap = devm_regmap_init_i2c(client, &tps65090_regmap_config); in tps65090_i2c_probe()
189 if (IS_ERR(tps65090->rmap)) { in tps65090_i2c_probe()
190 ret = PTR_ERR(tps65090->rmap); in tps65090_i2c_probe()
196 ret = regmap_add_irq_chip(tps65090->rmap, client->irq, in tps65090_i2c_probe()
198 &tps65090_irq_chip, &tps65090->irq_data); in tps65090_i2c_probe()
[all …]
H A DMakefile210 obj-$(CONFIG_MFD_TPS65090) += tps65090.o
/openbmc/u-boot/doc/device-tree-bindings/power/
H A Dtps65090.txt4 -compatible: "ti,tps65090-charger"
10 This node is a subnode of the tps65090 PMIC.
14 tps65090-charger {
15 compatible = "ti,tps65090-charger";
/openbmc/linux/include/linux/mfd/
H A Dtps65090.h74 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()
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dtps65090.txt4 - compatible: "ti,tps65090"
29 tps65090@48 {
30 compatible = "ti,tps65090";
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dtps65090.txt4 - compatible: "ti,tps65090"
33 tps65090@48 {
34 compatible = "ti,tps65090";
/openbmc/u-boot/drivers/power/pmic/
H A DMakefile20 obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5800-peach-pi.dts236 compatible = "ti,tps65090";
282 compatible = "ti,tps65090-charger";
H A Dexynos5420-peach-pit.dts373 compatible = "ti,tps65090";
419 compatible = "ti,tps65090-charger";
H A Dexynos5250-snow.dts134 compatible = "ti,tps65090";
186 compatible = "ti,tps65090-charger";
H A Dexynos5250-spring.dts516 compatible = "ti,tps65090";
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-snow-common.dtsi96 compatible = "ti,tps65090";
168 compatible = "ti,tps65090-charger";
618 tps65090_irq: tps65090-irq-pins {
H A Dexynos5420-peach-pit.dts832 tps65090_irq: tps65090-irq-pins {
989 compatible = "ti,tps65090";
1055 compatible = "ti,tps65090-charger";
H A Dexynos5800-peach-pi.dts814 tps65090_irq: tps65090-irq-pins {
971 compatible = "ti,tps65090";
1037 compatible = "ti,tps65090-charger";
/openbmc/linux/drivers/power/supply/
H A DMakefile97 obj-$(CONFIG_CHARGER_TPS65090) += tps65090-charger.o
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114-dalmore.dts815 tps65090@48 {
816 compatible = "ti,tps65090";
835 compatible = "ti,tps65090-charger";
/openbmc/linux/drivers/regulator/
H A Dtps65090-regulator.c407 struct tps65090 *tps65090_mfd = dev_get_drvdata(pdev->dev.parent); in tps65090_regulator_probe()
H A DMakefile176 obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]
H A Dopengrok0.0.log[all...]