summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6Linus Torvalds2012-03-3016-195/+10368
|\
| * max17042_battery: Clean up interrupt handlingRamakrishna Pallala2012-03-261-11/+7
| * Revert "max8998_charger: Include linux/module.h just once"Anton Vorontsov2012-03-261-0/+1
| * ab8500_fg: Fix some build warnings on x86_64Anton Vorontsov2012-03-261-2/+2
| * max17042_battery: Fix CHARGE_FULL representation.MyungJoo Ham2012-03-261-5/+2
| * max8998_charger: Include linux/module.h just onceJesper Juhl2012-03-261-1/+0
| * power_supply: Convert i2c drivers to module_i2c_driverAxel Lin2012-03-266-74/+6
| * lp8727_charger: Add MODULE_DEVICE_TABLEAxel Lin2012-03-261-0/+1
| * charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov2012-03-261-3/+3
| * charger-manager: Clean up for better readabilityAxel Lin2012-03-261-35/+26
| * da9052-battery: Convert to use module_platform_driverAxel Lin2012-03-261-12/+1
| * da9052-battery: Fix a memory leak when unload the moduleAxel Lin2012-03-261-0/+1
| * da9052-battery: Add missing platform_set_drvdataAxel Lin2012-03-261-0/+1
| * ab8500: Turn unneeded global symbols into local onesAnton Vorontsov2012-03-263-3/+3
| * ab8500_fg: Fix copy-paste errorAnton Vorontsov2012-03-261-1/+1
| * ab8500_fg: Get rid of 'struct battery_type'Anton Vorontsov2012-03-261-1/+2
| * ab8500_fg: Get rid of 'struct v_to_cap'Anton Vorontsov2012-03-261-1/+1
| * ab8500_btemp: Get rid of 'enum adc_therm'Anton Vorontsov2012-03-261-6/+7
| * ab8500_charger: Convert to the new USB OTG callsAnton Vorontsov2012-03-261-12/+12
| * ab8500-btemp: AB8500 battery temperature driverArun Murthy2012-03-263-0/+1136
| * ab8500-fg: A8500 fuel gauge driverArun Murthy2012-03-261-0/+2636
| * ab8500-charger: AB8500 charger driverArun Murthy2012-03-261-0/+2789
| * abx500-chargalg: Add abx500 charging algorithmArun Murthy2012-03-261-0/+1921
| * Add I2C driver for Summit Microelectronics SMB347 Battery Charger.Bruce E. Robertson2012-03-263-0/+1302
| * isp1704_charger: Fix probe error pathFelipe Contreras2012-03-261-0/+1
| * lp8727_charger: Correct typos on the commentKim, Milo2012-03-261-1/+1
| * lp8727_charger: Fix wrong code styleKim, Milo2012-03-261-5/+5
| * lp8727_charger: Change i2c functionsKim, Milo2012-03-261-28/+20
| * lp8727_charger: Add error check routine on probe()Kim, Milo2012-03-261-18/+39
| * lp8727_charger: Add company name and descriptionKim, Milo2012-03-262-2/+3
| * max17042_battery: Make it possible to instantiate driver from DTKarol Lewandowski2012-03-261-1/+49
| * max17042_battery: Use devm_kzalloc() where applicableKarol Lewandowski2012-03-261-5/+2
| * max17042: Change capacity property to use reported SOC registerDirk Brandewie2012-03-261-1/+1
| * max17042: Add support for signalling change in SOCRamakrishna Pallala2012-03-261-0/+53
| * max17042: Add POR init procedure from Maxim appnoteRamakrishna Pallala2012-03-261-10/+376
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-244-0/+7
|\ \
| * | device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-114-0/+7
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0
|\ \ \
| * | | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-281-1/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-2/+2
|\ \ \
| * | | Revert "power, max8998: Include linux/module.h just once in drivers/power/max...Jiri Kosina2012-03-071-0/+1
| * | | power: bq27x00: Fix typos in commentThomas Weber2012-02-211-2/+2
| * | | power, max8998: Include linux/module.h just once in drivers/power/max8998_cha...Jesper Juhl2012-02-101-1/+0
| | |/ | |/|
* | | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-203-63/+73
|\ \ \
| * \ \ Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-03-013-63/+73
| |\ \ \ | | |_|/ | |/| |
| | * | usb: otg: mv_otg: Start using struct usb_otgHeikki Krogerus2012-02-271-6/+6
| | * | power_supply: Convert all users to new usb_phyHeikki Krogerus2012-02-133-61/+71
| | * | usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus2012-02-133-3/+3
| | |/
* | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-093-12/+8
|\| |
| * | lp8727_charger: Add terminating entry for i2c_device_id tableAxel Lin2012-02-011-0/+1