| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-10-13 | 1 | -1/+1 |
|\ |
|
| *-. | Merge branches 'fixes-for-37', 'ec' and 'thermal' into release | Len Brown | 2012-10-09 | 1 | -1/+1 |
| |\ \ |
|
| | | * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Len Brown | 2012-10-09 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Thermal: Remove tc1/tc2 in generic thermal layer. | Zhang Rui | 2012-09-24 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git... | Tony Lindgren | 2012-10-08 | 1 | -4/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | ARM: OMAP: SmartReflex: fix error path in init function | Jean Pihet | 2012-10-02 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 2012-10-07 | 20 | -266/+3334 |
|\ \ \
| |_|/
|/| | |
|
| * | | pda_power: Remove ac_draw_failed goto and label | Paul Parsons | 2012-09-21 | 1 | -3/+0 |
| * | | charger-manager: Add support sysfs entry for charger | Chanwoo Choi | 2012-09-21 | 1 | -0/+172 |
| * | | charger-manager: Support limit of maximum possible | Chanwoo Choi | 2012-09-20 | 1 | -1/+79 |
| * | | charger-manager: Check fully charged state of battery periodically | Chanwoo Choi | 2012-09-20 | 1 | -45/+116 |
| * | | lp8727_charger: More pure cosmetic improvements | Kim, Milo | 2012-09-20 | 1 | -1/+2 |
| * | | lp8727_charger: Fix checkpatch warning | Kim, Milo | 2012-09-20 | 1 | -2/+1 |
| * | | lp8727_charger: Add description in the private data | Kim, Milo | 2012-09-20 | 1 | -4/+8 |
| * | | lp8727_charger: Fix a typo - chg_parm to chg_param | Kim, Milo | 2012-09-20 | 1 | -8/+8 |
| * | | lp8727_charger: Make some cosmetic changes in lp8727_delayed_func() | Kim, Milo | 2012-09-20 | 1 | -3/+5 |
| * | | lp8727_charger: Clean up lp8727_charger_changed() | Kim, Milo | 2012-09-20 | 1 | -9/+13 |
| * | | lp8727_charger: Return if the battery is discharging | Kim, Milo | 2012-09-20 | 1 | -6/+7 |
| * | | lp8727_charger: Make lp8727_charger_get_propery() simpler | Kim, Milo | 2012-09-20 | 1 | -3/+4 |
| * | | lp8727_charger: Make lp8727_ctrl_switch() inline | Kim, Milo | 2012-09-20 | 1 | -1/+1 |
| * | | lp8727_charger: Make lp8727_init_device() shorter | Kim, Milo | 2012-09-20 | 1 | -5/+1 |
| * | | lp8727_charger: Clean up lp8727_is_charger_attached() | Kim, Milo | 2012-09-20 | 1 | -8/+6 |
| * | | lp8727_charger: Use specific definition | Kim, Milo | 2012-09-20 | 1 | -3/+6 |
| * | | lp8727_charger: Clean up lp8727 definitions | Kim, Milo | 2012-09-20 | 1 | -66/+64 |
| * | | lp8727_charger: Use the definition rather than enum | Kim, Milo | 2012-09-20 | 1 | -11/+5 |
| * | | lp8727_charger: Fix code for getting battery temp | Kim, Milo | 2012-09-20 | 1 | -5/+26 |
| * | | lp8727_charger: Clear interrrupts at inital time | Kim, Milo | 2012-09-20 | 1 | -0/+8 |
| * | | lp8727_charger: Clean up the interrupt handler | Kim, Milo | 2012-09-20 | 1 | -9/+28 |
| * | | lp8727_charger: Remove unnecessary workqueue thread | Kim, Milo | 2012-09-20 | 1 | -12/+1 |
| * | | lp8727_charger: Add configurable debouce timer | Kim, Milo | 2012-09-20 | 1 | -3/+9 |
| * | | lp8727_charger: Fix buggy code of NULL pdata | Kim, Milo | 2012-09-20 | 1 | -7/+21 |
| * | | lp8727_charger: Cleanup _probe() and _remove() | Kim, Milo | 2012-09-20 | 1 | -11/+9 |
| * | | lp8727_charger: Use devm_kzalloc() | Kim, Milo | 2012-09-20 | 1 | -6/+2 |
| * | | twl4030_charger: Use IRQF_ONESHOT | Fengguang Wu | 2012-09-20 | 1 | -2/+3 |
| * | | lp8727_charger: Use IRQF_ONESHOT | Fengguang Wu | 2012-09-20 | 1 | -1/+1 |
| * | | 88pm860x_battery and charger: Fix a few post-merge issues | Anton Vorontsov | 2012-09-20 | 2 | -2/+2 |
| * | | power_supply: Enable battery-charger for 88pm860x | Jett.Zhou | 2012-09-20 | 4 | -0/+1801 |
| * | | power_supply: Add new lp8788 charger driver | Kim, Milo | 2012-09-20 | 3 | -0/+803 |
| * | | da9052-battery: Don't free IRQ that wasn't requested | Dan Carpenter | 2012-09-20 | 1 | -1/+1 |
| * | | sbs-battery: Probe should try talking to the device | Olof Johansson | 2012-09-20 | 1 | -0/+10 |
| * | | smb347-charger: Fix battery status reporting logic for charger faults | Ramakrishna Pallala | 2012-09-20 | 1 | -15/+82 |
| * | | pda_power: Fix ac_draw usage before it being set | Paul Parsons | 2012-09-20 | 1 | -7/+9 |
| * | | power_supply: Add new power supply properties CHARGE_CURRENT/VOLTAGE_MAX | Ramakrishna Pallala | 2012-08-22 | 1 | -0/+2 |
| * | | charger-manager: Use replacement variable to check state of battery | Chanwoo Choi | 2012-08-22 | 1 | -1/+1 |
| * | | charger-manager: Disable regulator when charger cable is detached | Chanwoo Choi | 2012-08-22 | 1 | -2/+17 |
| * | | da9030_battery: Don't use 0 as NULL | Anton Vorontsov | 2012-08-22 | 1 | -2/+2 |
| * | | power_supply: Add new power supply AUTHENTIC property | Ramakrishna Pallala | 2012-08-22 | 1 | -0/+1 |
| * | | ds2781_battery: Replace call to kzalloc with devm_kzalloc | Devendra Naga | 2012-08-22 | 1 | -9/+4 |
| * | | ds2781_battery: Convert to module_platform_driver | Devendra Naga | 2012-08-22 | 1 | -14/+1 |
| * | | twl4030_charger: It would be better not to use the 0b-prefix | Il Han | 2012-08-22 | 1 | -10/+10 |