summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-21/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+26
2012-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I4-13/+14
2012-06-29ARM: OMAP2+: do not allow SmartReflex to be built as a moduleJean Pihet1-1/+1
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-8/+13
2012-06-28ab8500-btemp: Fix typo 'AB5500'Paul Bolle1-1/+1
2012-06-26Merge branch 'for_3.6/pm/sr-move' of git://git.kernel.org/pub/scm/linux/kerne...Tony Lindgren5-0/+1142
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I4-4/+4
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I4-12/+12
2012-06-14W1: split master mutex to avoid deadlocks.NeilBrown2-21/+2
2012-06-01ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/Jean Pihet5-0/+1142
2012-05-31Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6Linus Torvalds11-485/+839
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-8/+13
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-8/+13
2012-05-19smb347-charger: Include missing <linux/err.h>Mika Westerberg1-0/+1
2012-05-06smb347-charger: Clean up battery attributesRamakrishna Pallala1-49/+0
2012-05-06max17042_battery: Add support for max17047/50 chipRamakrishna Pallala2-13/+61
2012-05-06sbs-battery.c: Capacity attr = remaining relative capacityNikolaus Voss1-1/+1
2012-05-06isp1704_charger: Use after free on probe errorDan Carpenter1-1/+1
2012-05-06ds2781_battery: Use DS2781_PARAM_EEPROM_SIZE and DS2781_USER_EEPROM_SIZEAxel Lin1-14/+6
2012-05-06power_supply: Fix a typo in BATTERY_DS2781 Kconfig entryAxel Lin1-1/+1
2012-05-06charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi1-0/+163
2012-05-06charger-manager: Poll battery health in normal stateChanwoo Choi1-0/+229
2012-05-05smb347-charger: Convert to regmap APIMika Westerberg2-327/+232
2012-05-05smb347-charger: Move IRQ enabling to the end of probeMika Westerberg1-4/+2
2012-05-05smb347-charger: Rename few functions to match better what they are doingMika Westerberg1-21/+21
2012-05-05smb347-charger: Convert to use module_i2c_driver()Mika Westerberg1-11/+1
2012-05-05smb347_charger: Cleanup power supply registration code in probeRamakrishna Pallala1-30/+40
2012-05-05ab8500: Clean up probe routinesLee Jones3-18/+30
2012-05-05ab8500_fg: Harden platform data checkLinus Walleij1-2/+2
2012-05-05ab8500_btemp: Harden platform data checkLinus Walleij1-2/+2
2012-05-05ab8500_charger: Harden platform data checkLinus Walleij1-3/+2
2012-05-05max17042_battery: Handle irq request failure caseRamakrishna Pallala1-1/+3
2012-05-05max17042_battery: Fix power supply and irq registration orderingRamakrishna Pallala1-5/+7
2012-05-05power_supply: Make the core a boolean instead of a tristateAnton Vorontsov1-1/+1
2012-05-05power_supply: Add voltage_ocv property and use it for max17042 driverRamakrishna Pallala2-0/+9
2012-05-05max17042_battery: Move dev_pm_ops struct under CONFIG_PMAnton Vorontsov1-9/+11
2012-05-05max17042_battery: Add suspend/resume hooksRamakrishna Pallala1-0/+41
2012-05-05max17042_battery: Fix driver exit functionRamakrishna Pallala1-0/+2
2012-05-05max17042_battery: Fix a couple buffer overflowsDan Carpenter1-6/+4
2012-04-08Merge branch 'master' into for-nextJiri Kosina25-271/+11345
2012-04-06Fix typo milivolt => millivoltThomas Weber1-1/+1
2012-03-31Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6Linus Torvalds16-195/+10368
2012-03-26max17042_battery: Clean up interrupt handlingRamakrishna Pallala1-11/+7
2012-03-26Revert "max8998_charger: Include linux/module.h just once"Anton Vorontsov1-0/+1
2012-03-26ab8500_fg: Fix some build warnings on x86_64Anton Vorontsov1-2/+2
2012-03-26max17042_battery: Fix CHARGE_FULL representation.MyungJoo Ham1-5/+2
2012-03-26max8998_charger: Include linux/module.h just onceJesper Juhl1-1/+0
2012-03-26power_supply: Convert i2c drivers to module_i2c_driverAxel Lin6-74/+6