aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-01lp8727_charger: Add terminating entry for i2c_device_id tableAxel Lin1-0/+1
2012-02-01power_supply: Fix modalias for charger-managerAxel Lin1-2/+2
2012-02-01bq27x00_battery: Fix flag register readGrazvydas Ignotas1-1/+1
2012-02-01Revert "bq27x00_battery: Fix reporting status value for bq27500 battery"Anton Vorontsov1-9/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds32-710/+3034
2012-01-10Merge git://git.infradead.org/users/cbou/battery-urgentAnton Vorontsov1-1/+1
2012-01-10power_supply: Mark da9052 driver as brokenAnton Vorontsov1-0/+1
2012-01-07power_supply: Drop usage of nowarn variant of sysfs_create_link()Anton Vorontsov1-1/+1
2012-01-06s3c_adc_battery: Average over more than one adc sampleHeiko Stübner1-3/+22
2012-01-06power_supply: Add DA9052 battery driverAshish Jangam3-0/+672
2012-01-06isp1704_charger: Fix missing checkFelipe Contreras1-1/+1
2012-01-06jz4740-battery: Fix signedness bugAxel Lin1-1/+1
2012-01-06power_supply: Assume mains power by defaultJean Delvare1-1/+11
2012-01-06sbs-battery: Fix devicetree match tableOlof Johansson1-1/+1
2012-01-06sbs-battery: Change power supply nameRhyland Klein1-3/+16
2012-01-06sbs-battery: Rename internals to new nameRhyland Klein1-219/+204
2012-01-06bq20z75: Rename to sbs-batteryRhyland Klein3-5/+5
2012-01-06wm97xx_battery: Use DEFINE_MUTEX() for work_lockAxel Lin1-4/+1
2012-01-06max8997_charger: Remove duplicate module.hJonghwan Choi1-1/+0
2012-01-04power_supply: Convert drivers/power/* to use module_platform_driver()Axel Lin19-219/+21
2012-01-04Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenAnton Vorontsov8-35/+70
2012-01-04power_supply: Add "unknown" in power supply typeKim, Milo1-1/+1
2012-01-04lp8727_charger: Coding style changesKim, Milo1-25/+25
2012-01-04lp8727_charger: Add supported i2c functionality check routineKim, Milo1-0/+3
2012-01-04power_supply: Add LP8727 charger driverWoogyom Kim3-0/+498
2012-01-04power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim1-1/+294
2012-01-04power_supply: Add initial Charger-Manager driverDonggeun Kim3-0/+790
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-12-09power_supply: allow a power supply to explicitly point to powered deviceJeremy Fitzhardinge1-0/+7
2011-12-09power_supply: add SCOPE attribute to power suppliesJeremy Fitzhardinge1-0/+6
2011-12-05x86/mrst: Battery fixesMajor Lee1-6/+6
2011-11-26max8925_power: Check at probe time if power to set onlinePhilip Rakity1-1/+7
2011-11-26max8925_power: Do not read random data from chip registersPhilip Rakity1-0/+6
2011-11-26max17042_battery: Fix error handlingRamakrishna Pallala1-27/+58