summaryrefslogtreecommitdiff
path: root/common/pmu_tps65090_charger.c
Commit message (Expand)AuthorAgeFilesLines
* Move battery temp ranges to battery_info structRandall Spangler2013-12-031-6/+12
* Add battery_get_params()Randall Spangler2013-12-021-22/+27
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-5/+4
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-2/+2
* Always enable tpschrome low current chargingRong Chang2013-10-021-20/+4
* stm32: Fix polarity of charger interruptRandall Spangler2013-09-231-1/+1
* pit: Change battery level warning and shutdown levelsDerek Basehore2013-09-121-4/+4
* Rename extpower_usb to extpower_springVic Yang2013-08-281-4/+4
* Use macros for C <-> K conversionsBill Richardson2013-08-071-10/+5
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-241-15/+15
* Reset charge state machine on charge timeoutVic Yang2013-05-201-0/+8
* Clean up SPI GPIOsRandall Spangler2013-05-131-7/+0
* Rename REINIT to IDLE0 in TPS65090 charge state machineVic Yang2013-05-011-24/+16
* Handle battery charged alarmstabilize-4068.0.BVic Yang2013-04-291-10/+14
* Don't enable charger interrupt if charger task is disabledRandall Spangler2013-04-291-0/+8
* Fix charging state descriptionsRandall Spangler2013-04-291-0/+2
* Move PMU charger irq handler to charger moduleRandall Spangler2013-04-261-0/+10
* Add new TPS65090 charge state REINIT and BAD_CONDVic Yang2013-04-261-20/+23
* PMIC_PWROK is active-high on pitRandall Spangler2013-04-161-7/+1
* Clean up USB external power moduleRandall Spangler2013-04-101-19/+6
* Rename charging task to CHARGER, charger_taskRandall Spangler2013-03-291-3/+3
* Use timeout instead of retry count for pre-chargingVic Yang2013-03-201-9/+12
* spring: keep AP off when battery level is too lowVic Yang2013-03-201-0/+17
* spring: More stable battery LED controlstabilize-3881.0.BVic Yang2013-03-191-14/+11
* Rename board_get_ac() to extpower_is_present()Randall Spangler2013-03-191-8/+8
* spring: minimize the window that loses TSU6721 interruptVic Yang2013-02-251-0/+4
* spring: Handle dead battery and booting with low power chargerVic Yang2013-02-201-0/+3
* spring: Control battery LEDVic Yang2013-02-051-12/+14
* spring: Sense attached device typeVic Yang2013-01-081-0/+17
* tps65090: Throttle PMU interrupt instead of charger taskVic Yang2012-12-281-11/+30
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-8/+7
* Hook functions no longer return valuesRandall Spangler2012-10-231-3/+2
* tpschrome: AC detection is board specific.Vincent Palatin2012-09-201-6/+6
* snow: Clear state of charge calculation window on state changeRong Chang2012-09-101-4/+19
* snow: Check state of charge using moving averageRong Chang2012-09-101-1/+38
* snow: Stop discharging when temperature lower than 0CRong Chang2012-09-091-1/+1
* snow: make pmu charge ranges inclusiveDavid Hendricks2012-09-081-2/+2
* snow: Change charging temperature rangeRong Chang2012-08-311-2/+2
* Blink charger LED on charging errorRong Chang2012-08-231-7/+67
* daisy: Modify charging flow to comply charging specificationRong Chang2012-08-161-71/+148
* Handle IRQ from TPS65090, pass AC status to APSimon Que2012-08-141-39/+7
* Add TPSChrome comments on charging codeRong Chang2012-08-061-5/+38
* charger: Add delay in tasker task to avoid lockupSimon Glass2012-07-131-0/+3
* Get AC state from GPIO instead of PMURong Chang2012-07-111-35/+36
* Initialize PMU default settings using board configurationRong Chang2012-07-031-1/+5
* Fix multiple charging issues on snowRong Chang2012-07-011-15/+29
* tpschrome: skip bad I2C readVincent Palatin2012-06-261-2/+1
* TPSChrome charging loopRong Chang2012-06-261-0/+282