Age | Commit message (Expand) | Author |
2012-05-31 | Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6 | Linus Torvalds |
2012-05-29 | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds |
2012-05-20 | mfd: Convert wm831x to irq_domain | Mark Brown |
2012-05-18 | smb347-charger: Include missing <linux/err.h> | Mika Westerberg |
2012-05-06 | smb347-charger: Clean up battery attributes | Ramakrishna Pallala |
2012-05-05 | max17042_battery: Add support for max17047/50 chip | Ramakrishna Pallala |
2012-05-05 | sbs-battery.c: Capacity attr = remaining relative capacity | Nikolaus Voss |
2012-05-05 | isp1704_charger: Use after free on probe error | Dan Carpenter |
2012-05-05 | ds2781_battery: Use DS2781_PARAM_EEPROM_SIZE and DS2781_USER_EEPROM_SIZE | Axel Lin |
2012-05-05 | power_supply: Fix a typo in BATTERY_DS2781 Kconfig entry | Axel Lin |
2012-05-05 | charger-manager: Provide cm_notify_event function for in-kernel use | Chanwoo Choi |
2012-05-05 | charger-manager: Poll battery health in normal state | Chanwoo Choi |
2012-05-05 | smb347-charger: Convert to regmap API | Mika Westerberg |
2012-05-05 | smb347-charger: Move IRQ enabling to the end of probe | Mika Westerberg |
2012-05-05 | smb347-charger: Rename few functions to match better what they are doing | Mika Westerberg |
2012-05-05 | smb347-charger: Convert to use module_i2c_driver() | Mika Westerberg |
2012-05-05 | smb347_charger: Cleanup power supply registration code in probe | Ramakrishna Pallala |
2012-05-05 | ab8500: Clean up probe routines | Lee Jones |
2012-05-05 | ab8500_fg: Harden platform data check | Linus Walleij |
2012-05-05 | ab8500_btemp: Harden platform data check | Linus Walleij |
2012-05-05 | ab8500_charger: Harden platform data check | Linus Walleij |
2012-05-05 | max17042_battery: Handle irq request failure case | Ramakrishna Pallala |
2012-05-04 | max17042_battery: Fix power supply and irq registration ordering | Ramakrishna Pallala |
2012-05-04 | power_supply: Make the core a boolean instead of a tristate | Anton Vorontsov |
2012-05-04 | power_supply: Add voltage_ocv property and use it for max17042 driver | Ramakrishna Pallala |
2012-05-04 | max17042_battery: Move dev_pm_ops struct under CONFIG_PM | Anton Vorontsov |
2012-05-04 | max17042_battery: Add suspend/resume hooks | Ramakrishna Pallala |
2012-05-04 | max17042_battery: Fix driver exit function | Ramakrishna Pallala |
2012-05-04 | max17042_battery: Fix a couple buffer overflows | Dan Carpenter |
2012-04-08 | Merge branch 'master' into for-next | Jiri Kosina |
2012-04-05 | Fix typo milivolt => millivolt | Thomas Weber |
2012-03-30 | Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6 | Linus Torvalds |
2012-03-26 | max17042_battery: Clean up interrupt handling | Ramakrishna Pallala |
2012-03-26 | Revert "max8998_charger: Include linux/module.h just once" | Anton Vorontsov |
2012-03-26 | ab8500_fg: Fix some build warnings on x86_64 | Anton Vorontsov |
2012-03-26 | max17042_battery: Fix CHARGE_FULL representation. | MyungJoo Ham |
2012-03-26 | max8998_charger: Include linux/module.h just once | Jesper Juhl |
2012-03-26 | power_supply: Convert i2c drivers to module_i2c_driver | Axel Lin |
2012-03-26 | lp8727_charger: Add MODULE_DEVICE_TABLE | Axel Lin |
2012-03-26 | charger-manager: Simplify charger_get_property(), get rid of a warning | Anton Vorontsov |
2012-03-26 | charger-manager: Clean up for better readability | Axel Lin |
2012-03-26 | da9052-battery: Convert to use module_platform_driver | Axel Lin |
2012-03-26 | da9052-battery: Fix a memory leak when unload the module | Axel Lin |
2012-03-26 | da9052-battery: Add missing platform_set_drvdata | Axel Lin |
2012-03-26 | ab8500: Turn unneeded global symbols into local ones | Anton Vorontsov |
2012-03-26 | ab8500_fg: Fix copy-paste error | Anton Vorontsov |
2012-03-26 | ab8500_fg: Get rid of 'struct battery_type' | Anton Vorontsov |
2012-03-26 | ab8500_fg: Get rid of 'struct v_to_cap' | Anton Vorontsov |
2012-03-26 | ab8500_btemp: Get rid of 'enum adc_therm' | Anton Vorontsov |
2012-03-26 | ab8500_charger: Convert to the new USB OTG calls | Anton Vorontsov |