summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2012-11-18jz4740-battery: Use devm_kzallocMarcos Paulo de Souza1-10/+4
2012-11-18bq27x00_battery: Fixup nominal available capacity reportingPali Rohár1-0/+8
2012-11-18bq2415x_charger: Fix style issuesAnton Vorontsov1-121/+147
2012-11-18bq2415x_charger: Add Kconfig/Makefile entriesAnton Vorontsov2-0/+11
2012-11-18power_supply: Add bq2415x charger driverPali Rohár1-0/+1644
2012-11-18power_supply: Add new Nokia RX-51 (N900) power supply battery driverPali Rohár3-0/+259
2012-11-18max17042_battery: Fix missing verify_model_lock() return value checkAlan Cox1-1/+2
2012-11-18ds2782_battery: Fix signedness bug in ds278x_read_reg16()Dan Carpenter1-2/+2
2012-11-17lp8788-charger: Fix ADC channel namesKim, Milo1-38/+6
2012-11-17lp8788-charger: Fix wrong ADC conversionKim, Milo1-19/+7
2012-11-17lp8788-charger: Use consumer device name on setting IIO channelsKim, Milo1-4/+5
2012-11-17power_supply: Register power supply for thermal cooling deviceRamakrishna Pallala1-0/+96
2012-11-17power_supply: Add support for CHARGE_CONTROL_* attributesRamakrishna Pallala1-0/+2
2012-11-16generic-adc-battery: Pointer math issue in gab_probe()Dan Carpenter1-1/+2
2012-11-16generic-adc-battery: Fix checking return value of request_any_context_irqAxel Lin1-1/+1
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus 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/rzhan...Len Brown1-1/+1
2012-10-08Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony 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