aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-26ds2760_battery: Add rated capacity of the hx4700 3600mAh batteryPaul Parsons1-1/+5
2011-11-26power_supply: Remove IRQF_DISABLEDYong Zhang2-2/+2
2011-11-26bq27x00_battery: Fix OOPS caused by unregistring bq27x00 driverPali Rohár1-0/+8
2011-11-26bq27x00_battery: Fix reporting error messagesPali Rohár1-7/+14
2011-11-25bq27x00_battery: Fix reporting status value for bq27500 batteryPali Rohár1-4/+9
2011-11-25bq27x00_battery: Cache temperature value in converted unitPali Rohár1-21/+24
2011-11-25bq27x00_battery: Cache energy propertyPali Rohár1-27/+26
2011-11-25bq27x00_battery: Report -ENODATA if bq27000 battery was not calibratedPali Rohár1-5/+14
2011-11-25bq27x00_battery: Add support for property POWER_SUPPLY_PROP_CAPACITY_LEVELPali Rohár1-1/+39
2011-11-25bq27x00_battery: Do not cache current_now value for bq27000 bateryPali Rohár1-14/+5
2011-11-25max8925_power: Enable power change notificationsPhilip Rakity1-0/+5
2011-11-25max8925_power: Remove support for irq bits that do not existPhilip Rakity1-13/+0
2011-11-25max8925_power: Do not detect ac insert if handled by other codePhilip Rakity1-2/+6
2011-11-25max8925_power: No temperature interrupts if temperature not connectedPhilip Rakity1-4/+8
2011-11-25max8925_power: Fix incorrect voltage and current calculationPhilip Rakity1-7/+6
2011-11-25max8997_charger: Fix unsigned value for less than zeroJonghwan Choi1-1/+1
2011-11-25collie_battery: Get rid of irq_to_gpio usageJochen Friedrich1-1/+1
2011-11-24intel_mid_battery: Handle Over Current gracefullyMajor Lee1-6/+6
2011-11-24tosa_battery: Convert to gpio_request_array() / gpio_free_array()Axel Lin1-47/+19
2011-11-24collie_battery: Convert to gpio_request_array() / gpio_free_array()Axel Lin1-40/+13
2011-11-24olpc_battery: Remove unneeded 'olpc_battery_trigger_uevent'Anton Vorontsov1-8/+0
2011-11-24olpc_battery: Fix section mismatch noiseAnton Vorontsov1-3/+3
2011-11-24bq20z75: Devicetree init supportRhyland Klein1-0/+77
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds1-35/+51
2011-11-02drivers/power/ds2780_battery.c: fix deadlock upon insertion and removalClifton Barnes1-0/+9
2011-11-02drivers/power/ds2780_battery.c: create central point for calling w1 interfaceClifton Barnes1-35/+42
2011-11-02um: switch to use of drivers/KconfigAl Viro1-0/+1
2011-10-31drivers/power: Add module.h to the actual modules in drivers/powerPaul Gortmaker4-0/+4
2011-10-31drivers: power_supply_sysfs.c needs stat.hPaul Gortmaker1-0/+1
2011-08-23power_supply: Fix sysfs format warningRandy Dunlap1-1/+1
2011-08-23pda_power: Fix build error if !CONFIG_USB_OTG_UTILSAxel Lin1-0/+11
2011-08-19max17042_battery: Bugfix of incorrect voltage register value interpretationMyungJoo Ham1-4/+4
2011-08-19max17042_battery: Do not lose accuracy calculating current_nowPhilip Rakity1-2/+1
2011-08-19max17042_battery: Divide by 0 crash because r_sns init too latePhilip Rakity1-3/+3
2011-08-19max8998_charger: Allow full timeout not set, leave it unchangedAxel Lin1-0/+1
2011-08-19olpc_battery: Add wakeup supportDaniel Drake1-0/+24
2011-08-19olpc_battery: Bind to device treeDaniel Drake1-21/+34
2011-08-19wm831x_power: Only register WM831x battery charger if enabledMark Brown2-18/+30
2011-08-19pda_power: Add support for using otg transceiver eventsDima Zavin1-12/+59
2011-08-19ds2780_battery&z2_battery: Add __devexit_p at necessary placesAxel Lin2-2/+2
2011-08-19max8903_charger: Add "platform:" prefix for platform modaliasAxel Lin1-1/+1
2011-08-19max8997_charger&max8998_charger: Fix unterminated platform_device_id tablesAxel Lin2-0/+2
2011-08-19s3c-adc-battery: Fix compilation error due to missing header (module.h)Vasily Khoruzhick1-0/+1
2011-08-19max8997_charger: Needs module.hAxel Lin1-0/+1
2011-08-19max8998_charger: Needs module.hRandy Dunlap1-0/+1
2011-07-31Merge git://git.infradead.org/battery-2.6Linus Torvalds13-102/+692
2011-07-08gpio-charger: Fix checking return value of request_any_context_irqAxel Lin1-1/+1
2011-07-08power_supply: MAX17042: Support additional propertiesDonggeun Kim1-68/+105
2011-07-08max8903_charger: Allow platform data to be __initdataMyungJoo Ham1-8/+8