summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)Author
2012-05-05charger-manager: Poll battery health in normal stateChanwoo Choi
2012-05-05smb347-charger: Convert to regmap APIMika Westerberg
2012-05-05smb347-charger: Move IRQ enabling to the end of probeMika Westerberg
2012-05-05smb347-charger: Rename few functions to match better what they are doingMika Westerberg
2012-05-05smb347-charger: Convert to use module_i2c_driver()Mika Westerberg
2012-05-05smb347_charger: Cleanup power supply registration code in probeRamakrishna Pallala
2012-05-05ab8500: Clean up probe routinesLee Jones
2012-05-05ab8500_fg: Harden platform data checkLinus Walleij
2012-05-05ab8500_btemp: Harden platform data checkLinus Walleij
2012-05-05ab8500_charger: Harden platform data checkLinus Walleij
2012-05-05max17042_battery: Handle irq request failure caseRamakrishna Pallala
2012-05-04max17042_battery: Fix power supply and irq registration orderingRamakrishna Pallala
2012-05-04power_supply: Make the core a boolean instead of a tristateAnton Vorontsov
2012-05-04power_supply: Add voltage_ocv property and use it for max17042 driverRamakrishna Pallala
2012-05-04max17042_battery: Move dev_pm_ops struct under CONFIG_PMAnton Vorontsov
2012-05-04max17042_battery: Add suspend/resume hooksRamakrishna Pallala
2012-05-04max17042_battery: Fix driver exit functionRamakrishna Pallala
2012-05-04max17042_battery: Fix a couple buffer overflowsDan Carpenter
2012-03-30Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6Linus Torvalds
2012-03-26max17042_battery: Clean up interrupt handlingRamakrishna Pallala
2012-03-26Revert "max8998_charger: Include linux/module.h just once"Anton Vorontsov
2012-03-26ab8500_fg: Fix some build warnings on x86_64Anton Vorontsov
2012-03-26max17042_battery: Fix CHARGE_FULL representation.MyungJoo Ham
2012-03-26max8998_charger: Include linux/module.h just onceJesper Juhl
2012-03-26power_supply: Convert i2c drivers to module_i2c_driverAxel Lin
2012-03-26lp8727_charger: Add MODULE_DEVICE_TABLEAxel Lin
2012-03-26charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov
2012-03-26charger-manager: Clean up for better readabilityAxel Lin
2012-03-26da9052-battery: Convert to use module_platform_driverAxel Lin
2012-03-26da9052-battery: Fix a memory leak when unload the moduleAxel Lin
2012-03-26da9052-battery: Add missing platform_set_drvdataAxel Lin
2012-03-26ab8500: Turn unneeded global symbols into local onesAnton Vorontsov
2012-03-26ab8500_fg: Fix copy-paste errorAnton Vorontsov
2012-03-26ab8500_fg: Get rid of 'struct battery_type'Anton Vorontsov
2012-03-26ab8500_fg: Get rid of 'struct v_to_cap'Anton Vorontsov
2012-03-26ab8500_btemp: Get rid of 'enum adc_therm'Anton Vorontsov
2012-03-26ab8500_charger: Convert to the new USB OTG callsAnton Vorontsov
2012-03-26ab8500-btemp: AB8500 battery temperature driverArun Murthy
2012-03-26ab8500-fg: A8500 fuel gauge driverArun Murthy
2012-03-26ab8500-charger: AB8500 charger driverArun Murthy
2012-03-26abx500-chargalg: Add abx500 charging algorithmArun Murthy
2012-03-26Add I2C driver for Summit Microelectronics SMB347 Battery Charger.Bruce E. Robertson
2012-03-26isp1704_charger: Fix probe error pathFelipe Contreras
2012-03-26lp8727_charger: Correct typos on the commentKim, Milo
2012-03-26lp8727_charger: Fix wrong code styleKim, Milo
2012-03-26lp8727_charger: Change i2c functionsKim, Milo
2012-03-26lp8727_charger: Add error check routine on probe()Kim, Milo
2012-03-26lp8727_charger: Add company name and descriptionKim, Milo
2012-03-26max17042_battery: Make it possible to instantiate driver from DTKarol Lewandowski
2012-03-26max17042_battery: Use devm_kzalloc() where applicableKarol Lewandowski