aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-08power_supply: Add charger driver for MAX8998/LP3974Donggeun Kim3-0/+226
2011-07-08power_supply: Add charger driver for MAX8997/8966Donggeun Kim3-0/+214
2011-07-08max17042_battery: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2011-07-08twl4030_charger: Fix warningsGrazvydas Ignotas1-5/+5
2011-07-08wm831x_power: Support multiple instancesMark Brown1-3/+23
2011-07-08wm831x_backup: Support multiple instancesMark Brown1-1/+11
2011-07-08apm_power: Fix style error in macrosKen O'Brien1-4/+4
2011-07-08s3c_adc_battery: Fix annotation for s3c_adc_battery_probe()Mark Brown1-1/+1
2011-07-08bq20z75: Enable detection after registeringRhyland Klein1-0/+2
2011-07-08bq20z75: Add support for external notificationRhyland Klein1-9/+92
2011-06-16Change Ryan Mallon's email address across the kernelRyan Mallon1-2/+2
2011-05-27Merge git://git.infradead.org/battery-2.6Linus Torvalds9-22/+729
2011-05-26w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC supportClifton Barnes3-0/+861
2011-05-26power_supply: Use max8925 platform_data from cellHaojian Zhuang1-8/+2
2011-05-20PXA: Use dev_pm_ops in z2_batteryMarek Vasut1-6/+14
2011-05-20ds2760_battery: Fix rated capacity of the hx4700 1800mAh batteryPaul Parsons1-0/+4
2011-05-20ds2760_battery: Fix indexing of the 4 active full EEPROM registersPaul Parsons1-1/+1
2011-05-20power: Make test_power driver more dynamic.John Stultz1-10/+266
2011-05-20bq27x00_battery: Name of cycle count propertyPali Rohár1-5/+6
2011-04-26Merge branch 'master' into for-nextJiri Kosina11-230/+885
2011-04-22max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build)Anton Vorontsov1-0/+1
2011-04-20isp1704_charger: Allow board specific powering routineKalle Jokiniemi1-0/+22
2011-04-20gpio-charger: Add gpio_charger_resumeBenson Leung1-0/+15
2011-04-20power_supply: Add driver for MAX8903 chargerMyungJoo Ham3-0/+400
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-2/+2
2011-03-25Merge git://git.infradead.org/battery-2.6Linus Torvalds10-226/+881
2011-03-23jz4740: silence warnings related to mfd_get_cell changesAndres Salomon1-1/+1
2011-03-23mfd: mfd_cell is now implicitly available to jz4740 driversAndres Salomon1-1/+1
2011-03-16bq20z75: Fix time and temp unitsBenson Leung1-6/+12
2011-03-16bq20z75: Fix issues with present and suspendRhyland Klein1-11/+21