aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-1/+1
2012-10-09Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown1-1/+1
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermalLen Brown1-1/+1
2012-10-08Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.7-rc1/fixes-pmTony Lindgren1-4/+4
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds20-266/+3334
2012-10-02ARM: OMAP: SmartReflex: fix error path in init functionJean Pihet1-4/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds12-32/+24
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-1/+1
2012-09-22power: battery: Generic battery driver using IIOanish kumar3-0/+430
2012-09-21pda_power: Remove ac_draw_failed goto and labelPaul Parsons1-3/+0
2012-09-21charger-manager: Add support sysfs entry for chargerChanwoo Choi1-0/+172
2012-09-20charger-manager: Support limit of maximum possibleChanwoo Choi1-1/+79
2012-09-20charger-manager: Check fully charged state of battery periodicallyChanwoo Choi1-45/+116
2012-09-20lp8727_charger: More pure cosmetic improvementsKim, Milo1-1/+2
2012-09-20lp8727_charger: Fix checkpatch warningKim, Milo1-2/+1
2012-09-20lp8727_charger: Add description in the private dataKim, Milo1-4/+8
2012-09-20lp8727_charger: Fix a typo - chg_parm to chg_paramKim, Milo1-8/+8
2012-09-20lp8727_charger: Make some cosmetic changes in lp8727_delayed_func()Kim, Milo1-3/+5
2012-09-20lp8727_charger: Clean up lp8727_charger_changed()Kim, Milo1-9/+13
2012-09-20lp8727_charger: Return if the battery is dischargingKim, Milo1-6/+7
2012-09-20lp8727_charger: Make lp8727_charger_get_propery() simplerKim, Milo1-3/+4
2012-09-20lp8727_charger: Make lp8727_ctrl_switch() inlineKim, Milo1-1/+1
2012-09-20lp8727_charger: Make lp8727_init_device() shorterKim, Milo1-5/+1
2012-09-20lp8727_charger: Clean up lp8727_is_charger_attached()Kim, Milo1-8/+6
2012-09-20lp8727_charger: Use specific definitionKim, Milo1-3/+6
2012-09-20lp8727_charger: Clean up lp8727 definitionsKim, Milo1-66/+64
2012-09-20lp8727_charger: Use the definition rather than enumKim, Milo1-11/+5
2012-09-20lp8727_charger: Fix code for getting battery tempKim, Milo1-5/+26
2012-09-20lp8727_charger: Clear interrrupts at inital timeKim, Milo1-0/+8
2012-09-20lp8727_charger: Clean up the interrupt handlerKim, Milo1-9/+28
2012-09-20lp8727_charger: Remove unnecessary workqueue threadKim, Milo1-12/+1
2012-09-20lp8727_charger: Add configurable debouce timerKim, Milo1-3/+9
2012-09-20lp8727_charger: Fix buggy code of NULL pdataKim, Milo1-7/+21
2012-09-20lp8727_charger: Cleanup _probe() and _remove()Kim, Milo1-11/+9
2012-09-20lp8727_charger: Use devm_kzalloc()Kim, Milo1-6/+2
2012-09-20twl4030_charger: Use IRQF_ONESHOTFengguang Wu1-2/+3
2012-09-20lp8727_charger: Use IRQF_ONESHOTFengguang Wu1-1/+1
2012-09-2088pm860x_battery and charger: Fix a few post-merge issuesAnton Vorontsov2-2/+2
2012-09-20power_supply: Enable battery-charger for 88pm860xJett.Zhou4-0/+1801
2012-09-20power_supply: Add new lp8788 charger driverKim, Milo3-0/+803
2012-09-20da9052-battery: Don't free IRQ that wasn't requestedDan Carpenter1-1/+1
2012-09-20sbs-battery: Probe should try talking to the deviceOlof Johansson1-0/+10
2012-09-20smb347-charger: Fix battery status reporting logic for charger faultsRamakrishna Pallala1-15/+82
2012-09-20pda_power: Fix ac_draw usage before it being setPaul Parsons1-7/+9
2012-09-12ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQTony Lindgren1-0/+2
2012-08-22power_supply: Add new power supply properties CHARGE_CURRENT/VOLTAGE_MAXRamakrishna Pallala1-0/+2
2012-08-22charger-manager: Use replacement variable to check state of batteryChanwoo Choi1-1/+1
2012-08-22charger-manager: Disable regulator when charger cable is detachedChanwoo Choi1-2/+17
2012-08-22da9030_battery: Don't use 0 as NULLAnton Vorontsov1-2/+2