aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/max17040_battery.c
Commit message (Expand)AuthorAgeFilesLines
* power: max17040: add support for POWER_SUPPLY_PROP_CHARGE_ENABLEDZiyan2015-01-101-0/+4
* power: max17040: add support for POWER_SUPPLY_PROP_PRESENTZiyan2014-12-201-0/+2
* max17040_battery: disable dmesg spamZiyann2014-10-031-5/+9
* power: max17040: do a sanity check in the fuel alert handlerDima Zavin2012-01-121-1/+12
* power: max17040: don't show battery temp prop if we don't have itDima Zavin2011-10-311-2/+9
* power: max17040: advertise good health if we don't have temperatureDima Zavin2011-10-311-3/+1
* power: max17040: explicitly check for hot/cold as abnormal tempDima Zavin2011-10-311-1/+2
* power: max17040: Add use_fuel_alert flagMarty Fouts2011-10-191-2/+2
* power: max17040: Allow negative battery temperaturesTodd Poynor2011-10-111-3/+5
* power: max17040: Don't set battery temperature to -ETIMEDOUT on I2C errorTodd Poynor2011-10-031-1/+11
* power: max17040: Avoid extra alarm wakeup if worker running at suspendTodd Poynor2011-09-271-0/+1
* power: max17040: Don't report bad data on I2C read errorTodd Poynor2011-09-251-13/+24
* power: max17040: dump gauge state on every poll cycleMarty Fouts2011-09-221-0/+5
* power: max17040: Add property to display the temperature, battery typeSON HONG MIN2011-09-151-0/+8
* power: max17040: Add Discharging, Recharging concept.SON HONG MIN2011-09-131-7/+144
* power:max17040: low SOC alert interruptLarry Guan2011-09-121-0/+42
* Revert "power: max17040: Replace unnecessary TO_FIXED after 16-bit read conve...Todd Poynor2011-09-011-1/+2
* power: max17040: Replace unnecessary TO_FIXED after 16-bit read conversion.Todd Poynor2011-09-011-2/+1
* power:max17040: Modified the driver to use 16 bits register read/writeLarry Guan2011-09-011-25/+21
* power: max17040: add support for scaling the reported capacityDima Zavin2011-08-251-1/+17
* power: max17040: Change gaging cycle as to use alarmHong-Min Son2011-08-111-40/+115
* power: max17040: Fix bad merge of skip reset at probeTodd Poynor2011-07-221-6/+3
* power: max17040: Allow reset on probe to be skippedHong-Min Son2011-07-201-0/+5
* power: max17040: Fix crash on race scheduling worker at probeTodd Poynor2011-07-201-4/+3
* power: max17040: Wait for worker cancel before removeTodd Poynor2011-07-201-1/+1
* power: max17040_battery: update power_supply on status or level changeAxel Haslam2011-07-101-0/+6
* power: max17040_battery: update status on ext power changed eventDima Zavin2011-07-101-4/+21
* power: max17040_battery: work delay was meant to be in msecsDima Zavin2011-06-231-3/+3
* power: max17040_battery: clamp capacity down to 100%Dima Zavin2011-06-231-1/+1
* power: max17040_battery: hw reports voltage in units of 1.25mVDima Zavin2011-06-231-1/+1
* power: max17040_battery: Trigger a quick start after resetColin Cross2011-06-141-0/+5
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Add MAX17040 Fuel Gauge driverMinkyu Kang2009-06-091-0/+309