summaryrefslogtreecommitdiffstats
path: root/drivers/power
AgeCommit message (Expand)AuthorLines
2012-11-18jz4740-battery: Use devm_kzallocMarcos Paulo de Souza-10/+4
2012-11-18bq27x00_battery: Fixup nominal available capacity reportingPali Rohár-0/+8
2012-11-18bq2415x_charger: Fix style issuesAnton Vorontsov-121/+147
2012-11-18bq2415x_charger: Add Kconfig/Makefile entriesAnton Vorontsov-0/+11
2012-11-18power_supply: Add bq2415x charger driverPali Rohár-0/+1644
2012-11-18power_supply: Add new Nokia RX-51 (N900) power supply battery driverPali Rohár-0/+259
2012-11-18max17042_battery: Fix missing verify_model_lock() return value checkAlan Cox-1/+2
2012-11-18ds2782_battery: Fix signedness bug in ds278x_read_reg16()Dan Carpenter-2/+2
2012-11-17lp8788-charger: Fix ADC channel namesKim, Milo-38/+6
2012-11-17lp8788-charger: Fix wrong ADC conversionKim, Milo-19/+7
2012-11-17lp8788-charger: Use consumer device name on setting IIO channelsKim, Milo-4/+5
2012-11-17power_supply: Register power supply for thermal cooling deviceRamakrishna Pallala-0/+96
2012-11-17power_supply: Add support for CHARGE_CONTROL_* attributesRamakrishna Pallala-0/+2
2012-11-16generic-adc-battery: Pointer math issue in gab_probe()Dan Carpenter-1/+2
2012-11-16generic-adc-battery: Fix checking return value of request_any_context_irqAxel Lin-1/+1
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R-1/+1
2012-10-15ARM: OMAP: SmartReflex: pass device dependent data via platform dataJean Pihet-37/+17
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-1/+1
2012-10-09Merge branches 'fixes-for-37', 'ec' and 'thermal' into releaseLen Brown-1/+1
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown-1/+1
2012-10-08Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren-4/+4
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds-266/+3334
2012-10-02ARM: OMAP: SmartReflex: fix error path in init functionJean Pihet-4/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-32/+24
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+2
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui-1/+1
2012-09-22power: battery: Generic battery driver using IIOanish kumar-0/+430
2012-09-21pda_power: Remove ac_draw_failed goto and labelPaul Parsons-3/+0
2012-09-21charger-manager: Add support sysfs entry for chargerChanwoo Choi-0/+172
2012-09-20charger-manager: Support limit of maximum possibleChanwoo Choi-1/+79
2012-09-20charger-manager: Check fully charged state of battery periodicallyChanwoo Choi-45/+116
2012-09-20lp8727_charger: More pure cosmetic improvementsKim, Milo-1/+2
2012-09-20lp8727_charger: Fix checkpatch warningKim, Milo-2/+1
2012-09-20lp8727_charger: Add description in the private dataKim, Milo-4/+8
2012-09-20lp8727_charger: Fix a typo - chg_parm to chg_paramKim, Milo-8/+8
2012-09-20lp8727_charger: Make some cosmetic changes in lp8727_delayed_func()Kim, Milo-3/+5
2012-09-20lp8727_charger: Clean up lp8727_charger_changed()Kim, Milo-9/+13
2012-09-20lp8727_charger: Return if the battery is dischargingKim, Milo-6/+7
2012-09-20lp8727_charger: Make lp8727_charger_get_propery() simplerKim, Milo-3/+4
2012-09-20lp8727_charger: Make lp8727_ctrl_switch() inlineKim, Milo-1/+1
2012-09-20lp8727_charger: Make lp8727_init_device() shorterKim, Milo-5/+1
2012-09-20lp8727_charger: Clean up lp8727_is_charger_attached()Kim, Milo-8/+6
2012-09-20lp8727_charger: Use specific definitionKim, Milo-3/+6
2012-09-20lp8727_charger: Clean up lp8727 definitionsKim, Milo-66/+64
2012-09-20lp8727_charger: Use the definition rather than enumKim, Milo-11/+5
2012-09-20lp8727_charger: Fix code for getting battery tempKim, Milo-5/+26
2012-09-20lp8727_charger: Clear interrrupts at inital timeKim, Milo-0/+8
2012-09-20lp8727_charger: Clean up the interrupt handlerKim, Milo-9/+28
2012-09-20lp8727_charger: Remove unnecessary workqueue threadKim, Milo-12/+1
2012-09-20lp8727_charger: Add configurable debouce timerKim, Milo-3/+9