aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Merge tag 'for-v3.4-rc1' of git://git.infradead.org/battery-2.6Linus Torvalds16-195/+10368
2012-03-26max17042_battery: Clean up interrupt handlingRamakrishna Pallala1-11/+7
2012-03-26Revert "max8998_charger: Include linux/module.h just once"Anton Vorontsov1-0/+1
2012-03-26ab8500_fg: Fix some build warnings on x86_64Anton Vorontsov1-2/+2
2012-03-26max17042_battery: Fix CHARGE_FULL representation.MyungJoo Ham1-5/+2
2012-03-26max8998_charger: Include linux/module.h just onceJesper Juhl1-1/+0
2012-03-26power_supply: Convert i2c drivers to module_i2c_driverAxel Lin6-74/+6
2012-03-26lp8727_charger: Add MODULE_DEVICE_TABLEAxel Lin1-0/+1
2012-03-26charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov1-3/+3
2012-03-26charger-manager: Clean up for better readabilityAxel Lin1-35/+26
2012-03-26da9052-battery: Convert to use module_platform_driverAxel Lin1-12/+1
2012-03-26da9052-battery: Fix a memory leak when unload the moduleAxel Lin1-0/+1
2012-03-26da9052-battery: Add missing platform_set_drvdataAxel Lin1-0/+1
2012-03-26ab8500: Turn unneeded global symbols into local onesAnton Vorontsov3-3/+3
2012-03-26ab8500_fg: Fix copy-paste errorAnton Vorontsov1-1/+1
2012-03-26ab8500_fg: Get rid of 'struct battery_type'Anton Vorontsov1-1/+2
2012-03-26ab8500_fg: Get rid of 'struct v_to_cap'Anton Vorontsov1-1/+1
2012-03-26ab8500_btemp: Get rid of 'enum adc_therm'Anton Vorontsov1-6/+7
2012-03-26ab8500_charger: Convert to the new USB OTG callsAnton Vorontsov1-12/+12
2012-03-26ab8500-btemp: AB8500 battery temperature driverArun Murthy3-0/+1136
2012-03-26ab8500-fg: A8500 fuel gauge driverArun Murthy1-0/+2636
2012-03-26ab8500-charger: AB8500 charger driverArun Murthy1-0/+2789
2012-03-26abx500-chargalg: Add abx500 charging algorithmArun Murthy1-0/+1921
2012-03-26Add I2C driver for Summit Microelectronics SMB347 Battery Charger.Bruce E. Robertson3-0/+1302
2012-03-26isp1704_charger: Fix probe error pathFelipe Contreras1-0/+1
2012-03-26lp8727_charger: Correct typos on the commentKim, Milo1-1/+1
2012-03-26lp8727_charger: Fix wrong code styleKim, Milo1-5/+5
2012-03-26lp8727_charger: Change i2c functionsKim, Milo1-28/+20
2012-03-26lp8727_charger: Add error check routine on probe()Kim, Milo1-18/+39
2012-03-26lp8727_charger: Add company name and descriptionKim, Milo2-2/+3
2012-03-26max17042_battery: Make it possible to instantiate driver from DTKarol Lewandowski1-1/+49
2012-03-26max17042_battery: Use devm_kzalloc() where applicableKarol Lewandowski1-5/+2
2012-03-26max17042: Change capacity property to use reported SOC registerDirk Brandewie1-1/+1
2012-03-26max17042: Add support for signalling change in SOCRamakrishna Pallala1-0/+53
2012-03-26max17042: Add POR init procedure from Maxim appnoteRamakrishna Pallala1-10/+376
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds4-0/+7
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-63/+73
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker4-0/+7
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman3-12/+8
2012-03-08DS2781 Maxim Stand-Alone Fuel Gauge battery and w1 slave driversRenata Sayakhova3-0/+889
2012-03-07Revert "power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.c"Jiri Kosina1-0/+1
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-63/+73
2012-02-28includecheck: delete any duplicate instances of module.hPaul Gortmaker1-1/+0
2012-02-27usb: otg: mv_otg: Start using struct usb_otgHeikki Krogerus1-6/+6
2012-02-21power: bq27x00: Fix typos in commentThomas Weber1-2/+2
2012-02-13power_supply: Convert all users to new usb_phyHeikki Krogerus3-61/+71
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus3-3/+3
2012-02-10power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.cJesper Juhl1-1/+0