summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ab8500_btemp: Allign battery temperature resolution with the frameworkLee Jones2013-01-151-6/+6
* ab8500_fg: Balance IRQ enableRickard Andersson2013-01-151-0/+1
* ab8500_bm: Recharge condition not optimal for batteryMarcus Cooper2013-01-155-35/+168
* ab8500_charger: Handle gpadc errorsJonas Aaberg2013-01-151-4/+18
* ab8500_fg: Replace msleep() with usleep_range() for greater accuracyJonas Aaberg2013-01-151-1/+1
* ab8500_charger: Detect charger removalLee Jones2013-01-151-1/+141
* ab8500_bm: Skip first CCEOC irq for instant currentJohan Bjornstedt2013-01-153-15/+66
* ab8500_charger: Rename the power_loss functionPaer-Olof Haakansson2013-01-151-12/+11
* da9052-battery: Avoid out-of-range array accessNickolai Zeldovich2013-01-061-1/+1
* max17040_battery: Use devm_kzallocDevendra Naga2013-01-061-3/+1
* lp8788-charger: Fix a parent device in kernel messagesKim, Milo2013-01-061-6/+6
* lp8788-charger: Fix a parent device in _probe()Kim, Milo2013-01-061-2/+3
* power/reset: Add a new driver implementing 'power off by restarting'Andrew Lunn2013-01-064-0/+82
* power/reset: Add a new driver to turn QNAP board power offAndrew Lunn2013-01-064-0/+139
* MAINTAINERS: Add LP8788 MFD driver entryKim, Milo2013-01-061-0/+10
* MAINTAINERS: Add LP8727 charger driver entryKim, Milo2013-01-061-0/+6
* 88pm860x_battery: Eliminate possible references to released resourcesJulia Lawall2013-01-061-9/+4
* ab8500_charger: Use devm_regulator_get APISachin Kamat2013-01-051-8/+3
* bq27x00_battery: Fix bugs introduced with BQ27425 supportNeilBrown2013-01-051-2/+0
* power_supply: Add watchdog and safety timer expiries under PROP_HEALTH_*Ramakrishna Pallala2013-01-052-1/+4
* bq2415x_charger: Use devm_kzalloc()Sachin Kamat2013-01-051-9/+6
* bq2415x_charger: Use module_i2c_driverSachin Kamat2013-01-051-12/+1
* bq2415x_charger: Remove unneeded version.h inclusionSachin Kamat2013-01-051-1/+0
* Merge branch 'ab8500-from-Rajanikanth'Anton Vorontsov2013-01-050-0/+0
|\
| * ab8500: Promote ab8500_fg probe before ab8500_btemp probeRajanikanth H.V2013-01-051-1/+1
| * ab8500: Remove initial "UNKNOWN" battery-type string assignmentRajanikanth H.V2013-01-051-7/+4
* | Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Anton Vorontsov2013-01-058-519/+594
|\ \
| * | ab8500_bm: Make the battery Device Tree node reference less crypticLee Jones2012-12-111-6/+6
| * | abx500_chargalg: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-14/+13
| * | ab8500_fg: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-14/+13
| * | ab8500_charger: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-16/+15
| * | ab8500_btemp: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-14/+13
| * | ab8500_bm: Always send platform specific battery information via pdataLee Jones2012-12-117-32/+19
| * | ab8500_bm: Rename battery management platform data to something more logicalLee Jones2012-12-116-152/+152
| * | ab8500-bmdata: Re-jiggle bmdevs_of_probe to be more succinctLee Jones2012-12-111-28/+21
| * | ab8500_btemp: Fix crazy tabbing implementationLee Jones2012-12-111-228/+229
| * | ab8500_btemp: Detect battery type in workqueueJonas Aaberg2012-12-111-4/+11
| * | ab8500_fg: Don't clear the CCMuxOffset bitKalle Komierowski2012-12-111-4/+4
| * | ab8500_charger: Charger current step-up/downJohan Bjornstedt2012-12-111-40/+135
| * | ab8500: remove explicit handling of battery typeRajanikanth H.V2012-12-112-8/+4
* | | charger_manager: Don't use [delayed_]work_pending()Tejun Heo2013-01-051-15/+16
* | | charger-manager: Split _probe funtion to make the code more cleanChanwoo Choi2013-01-051-111/+168
| |/ |/|
* | Linux 3.8-rc2v3.8-rc2Linus Torvalds2013-01-021-1/+1
* | Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-021-2/+3
|\ \
| * | leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-021-2/+3
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2013-01-025-14/+29
|\ \ \
| * | | watchdog: twl4030_wdt: add DT supportAaro Koskinen2013-01-023-2/+23
| * | | watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen2013-01-021-1/+0
| * | | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin2013-01-021-7/+6
| * | | watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin2013-01-021-4/+0