aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2013-03-07ab8500-charger: Add AB8505_USB_LINK_STATUSHakan Berg1-8/+35
2013-03-07ab8500-fg: Allow capacity to raise from 1% when chargingHakan Berg1-4/+2
2013-03-07ab8500-btemp: Filter btemp readingsHakan Berg1-6/+21
2013-03-07pm2301-charger: Wake system when ext charger is plugged-inRupesh Kumar1-1/+16
2013-03-07pm2301-charger: Die temp thermal protectionRupesh Kumar1-1/+21
2013-03-07ab8500_charger: Prevent auto drop of VBUSLee Jones1-49/+120
2013-03-07pm2301-charger: Resolve I2C detection problem on ab9540Mustapha Ben Zoubeir1-9/+26
2013-03-07pm2301-charger: Force main charger detectPer Forlin1-0/+2
2013-03-07ab8500-bm: Charge only mode fixes for the ab9540Lee Jones3-0/+63
2013-03-07pm2301-charger: Support for over voltage protection on the ab9540Rupesh Kumar2-14/+37
2013-03-07ab8500-bm: Quick re-attach charging behaviourLee Jones2-2/+136
2013-03-07ab8500-charger: Trivial coding style changesLee Jones1-6/+6
2013-03-07ab8500-charger: Add backup battery charge voltages on the ab8540Yang QU1-2/+17
2013-03-07ab8500-fg: Report unscaled capacityMartin Bergstrom1-3/+1
2013-03-07ab8500-fg: Add power cut feature for ab8505 and ab8540Lee Jones2-0/+479
2013-03-07abx500-chargalg: Store the AB8500 MFD parent device for platform differentiationLee Jones1-1/+4
2013-03-07pm2301-charger: Enable SW EOC control on the ab9540Rajkumar Kasirajan1-5/+43
2013-03-07pm2301_charger: Remove __exit, __init and __devexit_p()Lee Jones1-3/+3
2013-02-27power: convert to idr_alloc()Tejun Heo3-21/+8
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-6/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-5/+6
2013-02-20Merge tag 'for-v3.9' of git://git.infradead.org/battery-2.6Linus Torvalds26-954/+4044
2013-02-16bq2415x_charger: Add support for offline and 100mA modePali Rohár1-7/+18
2013-02-16generic-adc-battery: Fix forever loop in gab_remove()Dan Carpenter1-7/+9
2013-02-16goldfish_battery: Add missing GENERIC_HARDIRQS dependencyHeiko Carstens1-0/+1
2013-02-08da9030_battery: Include notifier.hMichal Hocko1-0/+1
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-2/+2
2013-02-06iio: Update iio_channel_get API to use consumer device pointer as argumentGuenter Roeck2-6/+6
2013-02-02bq27x00_battery: Fix reporting battery temperaturePali Rohár1-5/+5
2013-02-02power/reset: Remove newly introduced __dev* annotationsThierry Reding1-3/+3
2013-02-02lp8727_charger: Small cleanup in namingDan Carpenter1-4/+4
2013-02-02Merge branch 'tb-power-2' of git://git.linaro.org/people/ljones/linux-3.0-ux500Anton Vorontsov8-177/+2210
2013-02-02ab8500_btemp: Demote initcall sequenceRajanikanth H.V1-1/+1
2013-02-02ds2782_battery: Add power_supply_changed() calls for proper uevent supportEvgeny Romanov1-0/+69
2013-02-02power: Add battery driver for goldfish emulatorMike Lockwood3-0/+243
2013-01-25power: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-23u8500-charger: Delay for USB enumerationPaer-Olof Haakansson1-107/+325
2013-01-23ab8500-bm: Remove individual [charger|btemp|fg|chargalg] pdata structuresLee Jones1-2/+2
2013-01-23ab8500-charger: Do not touch VBUSOVV bitsJonas Aaberg1-6/+16
2013-01-23ab8500-fg: Use correct battery charge full designRajkumar Kasirajan1-1/+2
2013-01-23pm2301: LPN mode control supportLee Jones2-2/+70
2013-01-23pm2301: Enable vbat low monitoringRajkumar Kasirajan1-41/+45
2013-01-23ab8500-bm: Flush all work queues before suspendingJonas Aaberg2-0/+16
2013-01-23ab8500-fg: Go to INIT_RECOVERY when charger removedMartin Bergström1-1/+1
2013-01-23ab8500-charger: Add support for autopower on AB8505 and AB9540Nicolas Guion1-17/+35
2013-01-23abx500-chargalg: Add new sysfs interface to get current charge statusLee Jones2-1/+24
2013-01-23pm2301: Update watchdog for pm2xxx supportLoic Pallardy4-2/+20
2013-01-23ab8500-chargalg: Only root should have write permission on sysfs fileLee Jones1-1/+1
2013-01-23pm2301: Remove volt_now & curr_now propertiesLoic Pallardy2-36/+0
2013-01-23pm2301: Clean-up PM2301 interrupt managementOlivier Clergeaud2-54/+148