Searched full:ltc2941 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | lltc,ltc294x.yaml | 7 title: LTC2941, LTC2942, LTC2943 and LTC2944 battery fuel gauges 11 The LTC2942 is pin compatible with the LTC2941, it adds voltage and 25 - lltc,ltc2941
|
/linux/drivers/power/supply/ |
H A D | ltc2941-battery-gauge.c | 3 * I2C client/driver for the Linear Technology LTC2941, LTC2942, LTC2943 115 dev_err(&client->dev, "ltc2941 read_reg(0x%x[%d]) failed: %pe\n", in ltc294x_read_regs() 134 dev_err(&client->dev, "ltc2941 write_reg(0x%x[%d]) failed: %pe\n", in ltc294x_write_regs() 544 "failed to register ltc2941\n"); in ltc294x_i2c_probe() 558 /* The LTC2941 does not need any special handling */ in ltc294x_i2c_shutdown() 603 { "ltc2941", LTC2941_ID, }, 613 .compatible = "lltc,ltc2941", 634 .name = "LTC2941", 646 MODULE_DESCRIPTION("LTC2941/LTC2942/LTC2943/LTC2944 Battery Gas Gauge IC driver");
|
H A D | Makefile | 32 obj-$(CONFIG_BATTERY_GAUGE_LTC2941) += ltc2941-battery-gauge.o
|
H A D | Kconfig | 791 tristate "LTC2941/LTC2943 Battery Gauge Driver" 794 Say Y here to include support for LTC2941 and LTC2943 Battery
|