aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-12ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQTony Lindgren1-0/+2
2012-08-02Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpcLinus Torvalds1-0/+1
2012-07-31drivers: OLPC: update various drivers to include olpc-ec.hAndres Salomon1-0/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-5/+1
2012-07-31Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds15-50/+691
2012-07-31Merge with upstream to accommodate with thermal changesAnton Vorontsov1-1/+1
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-21/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-25/+26
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-19pda_power: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-5/+1
2012-07-16olpc-battery: update CHARGE_FULL_DESIGN property for BYD LiFe batteriesRichard A. Smith1-4/+2
2012-07-16olpc-battery: Add VOLTAGE_MAX_DESIGN propertyRichard A. Smith1-0/+56
2012-07-15charger-manager: Fix build break related to EXTCONChanwoo Choi1-0/+1
2012-07-14lp8727_charger: Move header file into platform_data directoryKim, Milo1-1/+1
2012-07-13power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENTRamakrishna Pallala1-0/+6
2012-07-13bq27x00_battery: Add support for BQ27425 chipSaranya Gopal1-15/+69
2012-07-13charger-manager: Set current limit of regulator for over current protectionChanwoo Choi1-0/+15
2012-07-13charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi1-16/+121
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I4-13/+14
2012-06-29ARM: OMAP2+: do not allow SmartReflex to be built as a moduleJean Pihet1-1/+1
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-8/+13
2012-06-28ab8500-btemp: Fix typo 'AB5500'Paul Bolle1-1/+1
2012-06-26Merge branch 'for_3.6/pm/sr-move' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into devel-driverTony Lindgren5-0/+1142
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I4-4/+4
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I4-12/+12
2012-06-20test_power: Add VOLTAGE_NOW and BATTERY_TEMP propertiesDmitry Eremin-Solenikov1-0/+31
2012-06-20test_power: Add support for USB AC sourceDmitry Eremin-Solenikov1-2/+46
2012-06-19gpio-charger: Use cansleep version of gpio_set_valuePritesh Raithatha1-1/+1
2012-06-19bq27x00_battery: Add support for power average and health propertiesSyed Rafiuddin1-0/+71
2012-06-19sbs-battery: Don't trigger false supply_changed eventNikolaus Voss1-1/+1
2012-06-19twl4030_charger: Allow charger to control the regulator that feeds itNeilBrown1-0/+15
2012-06-19twl4030_charger: Add backup-battery chargingNeilBrown1-0/+59
2012-06-19twl4030_charger: Fix some typosNeilBrown1-3/+3
2012-06-19max17042_battery: Support CHARGE_COUNTER power supply attributeRamakrishna Pallala1-0/+8
2012-06-19smb347-charger: Add constant charge and current propertiesRamakrishna Pallala1-6/+117
2012-06-19power_supply: Add constant charge_current and charge_voltage propertiesRamakrishna Pallala1-0/+2
2012-06-17power_supply: Register battery as a thermal zoneJenny TC1-0/+65
2012-06-17ds2781_battery: w1_ds2781_read() should be staticAnton Vorontsov1-1/+1
2012-06-17pda_power: Complain if regulator operations failMark Brown1-2/+2
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown2-21/+2
2012-05-31ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/Jean Pihet5-0/+1142
2012-05-31Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6Linus Torvalds11-485/+839
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-8/+13
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-8/+13
2012-05-18smb347-charger: Include missing <linux/err.h>Mika Westerberg1-0/+1
2012-05-06smb347-charger: Clean up battery attributesRamakrishna Pallala1-49/+0
2012-05-05max17042_battery: Add support for max17047/50 chipRamakrishna Pallala2-13/+61
2012-05-05sbs-battery.c: Capacity attr = remaining relative capacityNikolaus Voss1-1/+1
2012-05-05isp1704_charger: Use after free on probe errorDan Carpenter1-1/+1
2012-05-05ds2781_battery: Use DS2781_PARAM_EEPROM_SIZE and DS2781_USER_EEPROM_SIZEAxel Lin1-14/+6