Age | Commit message (Expand) | Author | Files | Lines |
2016-08-11 | power: move power supply drivers to power/supply | Sebastian Reichel | 1 | -1257/+0 |
2016-03-03 | power: pm2301-charger: use __maybe_unused to hide pm functions | Arnd Bergmann | 1 | -16/+6 |
2015-09-22 | power: Remove unnecessary MODULE_ALIAS() for I2C drivers | Javier Martinez Canillas | 1 | -1/+0 |
2015-07-13 | power_supply: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-03-14 | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 1 | -20/+22 |
2015-03-14 | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 1 | -3/+5 |
2014-12-15 | power / PM: Eliminate CONFIG_PM_RUNTIME | Rafael J. Wysocki | 1 | -4/+0 |
2013-11-13 | pm2301-charger: Remove unneeded NULL checks | Dan Carpenter | 1 | -15/+2 |
2013-10-26 | pm2301-charger: Staticize pm2xxx_charger_die_therm_mngt | Sachin Kamat | 1 | -1/+1 |
2013-10-26 | pm2301-charger: Check return value of regulator_enable | Sachin Kamat | 1 | -2/+6 |
2013-08-20 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2013-06-07 | pm2301_charger: Return error if create_singlethread_workqueue fails | Axel Lin | 1 | -2/+2 |
2013-06-07 | pm2301_charger: Fix NULL pointer dereference | Axel Lin | 1 | -1/+6 |
2013-05-26 | Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 1 | -1/+1 |
2013-05-10 | pm2301_charger: Fix module alias prefix | Axel Lin | 1 | -1/+1 |
2013-05-01 | Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 1 | -103/+288 |
2013-04-17 | pm2301-charger: Fix suspend/resume | Lars-Peter Clausen | 1 | -8/+18 |
2013-03-20 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2013-03-07 | pm2301-charger: Reference put missing after access | Rupesh Kumar | 1 | -0/+4 |
2013-03-07 | pm2301-charger: Wake device on register access | Rupesh Kumar | 1 | -16/+6 |
2013-03-07 | pm2301-charger: Charging LED control for pm2301 | Rupesh Kumar | 1 | -4/+0 |
2013-03-07 | pm2301-charger: lpn pin used only in C2C boards | lme00437 | 1 | -34/+32 |
2013-03-07 | pm2301-charger: Removed unused code from PM2301 driver | Rupesh Kumar | 1 | -5/+0 |
2013-03-07 | pm2301-charger: Add pm_runtime_resume & pm_runtime_suspend | Lee Jones | 1 | -0/+68 |
2013-03-07 | pm2301-charger: Adjust interrupt handler behavior | M BenZoubeir | 1 | -21/+24 |
2013-03-07 | pm2301-charger: Wake system when ext charger is plugged-in | Rupesh Kumar | 1 | -1/+16 |
2013-03-07 | pm2301-charger: Die temp thermal protection | Rupesh Kumar | 1 | -1/+21 |
2013-03-07 | pm2301-charger: Resolve I2C detection problem on ab9540 | Mustapha Ben Zoubeir | 1 | -9/+26 |
2013-03-07 | pm2301-charger: Force main charger detect | Per Forlin | 1 | -0/+2 |
2013-03-07 | ab8500-bm: Charge only mode fixes for the ab9540 | Lee Jones | 1 | -0/+7 |
2013-03-07 | pm2301-charger: Support for over voltage protection on the ab9540 | Rupesh Kumar | 1 | -14/+36 |
2013-03-07 | pm2301-charger: Enable SW EOC control on the ab9540 | Rajkumar Kasirajan | 1 | -5/+43 |
2013-03-07 | pm2301_charger: Remove __exit, __init and __devexit_p() | Lee Jones | 1 | -3/+3 |
2013-01-23 | pm2301: LPN mode control support | Lee Jones | 1 | -2/+69 |
2013-01-23 | pm2301: Enable vbat low monitoring | Rajkumar Kasirajan | 1 | -41/+45 |
2013-01-23 | pm2301: Update watchdog for pm2xxx support | Loic Pallardy | 1 | -0/+2 |
2013-01-23 | pm2301: Remove volt_now & curr_now properties | Loic Pallardy | 1 | -35/+0 |
2013-01-23 | pm2301: Clean-up PM2301 interrupt management | Olivier Clergeaud | 1 | -53/+120 |
2013-01-23 | pm2301: Move all configuration and emum structs out to a header file | Lee Jones | 1 | -475/+3 |
2013-01-23 | pm2301: Provide u9540 support for the pm2301 charger | Michel JAOUEN | 1 | -0/+1455 |