summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* 88pm860x_battery: Eliminate possible references to released resourcesJulia Lawall2013-01-061-9/+4Star
* ab8500_charger: Use devm_regulator_get APISachin Kamat2013-01-061-8/+3Star
* bq27x00_battery: Fix bugs introduced with BQ27425 supportNeilBrown2013-01-061-2/+0Star
* power_supply: Add watchdog and safety timer expiries under PROP_HEALTH_*Ramakrishna Pallala2013-01-061-1/+2
* bq2415x_charger: Use devm_kzalloc()Sachin Kamat2013-01-061-9/+6Star
* bq2415x_charger: Use module_i2c_driverSachin Kamat2013-01-061-12/+1Star
* bq2415x_charger: Remove unneeded version.h inclusionSachin Kamat2013-01-061-1/+0Star
* Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500Anton Vorontsov2013-01-066-508/+591
|\
| * 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/+13Star
| * ab8500_fg: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-14/+13Star
| * ab8500_charger: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-16/+15Star
| * ab8500_btemp: Reorder obtainment of platform specific battery management dataLee Jones2012-12-111-14/+13Star
| * ab8500_bm: Always send platform specific battery information via pdataLee Jones2012-12-115-23/+18Star
| * ab8500_bm: Rename battery management platform data to something more logicalLee Jones2012-12-115-149/+149
| * ab8500-bmdata: Re-jiggle bmdevs_of_probe to be more succinctLee Jones2012-12-111-28/+21Star
| * 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/+4Star
* | 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
* | Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-301-2/+0Star
|\ \
| * | ARM: OMAP2+: Drop plat/cpu.h for omap2plusTony Lindgren2012-12-171-2/+0Star
* | | Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6Linus Torvalds2012-12-191-22/+16Star
|\ \ \
| * | | charger-manager: Fix bug when check dropped voltage after fullbatt eventChanwoo Choi2012-12-171-2/+3
| * | | charger-manager: Fix bug related to checking fully charged state of batteryChanwoo Choi2012-12-171-20/+13Star
* | | | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-171-19/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | power: da9052-battery: Convert to the new da9052 interrupt functionsFabio Estevam2012-11-201-19/+25
* | | | Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6Linus Torvalds2012-12-1419-248/+2822
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAnton Vorontsov2012-12-1237-109/+109
| |\ \ \ | | |_|/ | |/| |
| * | | max8925_power: Add support for device-tree initializationQing Xu2012-11-191-1/+50
| * | | ab8500: Add devicetree support for chargalgRajanikanth H.V2012-11-191-16/+38
| * | | ab8500: Add devicetree support for chargerRajanikanth H.V2012-11-191-29/+45
| * | | ab8500: Add devicetree support for btempRajanikanth H.V2012-11-193-36/+41
| * | | ab8500: Add devicetree support for fuelgaugeRajanikanth H.V2012-11-196-70/+575
| * | | twl4030_charger: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi2012-11-191-6/+6
| * | | jz4740-battery: Use devm_request_and_ioremapMarcos Paulo de Souza2012-11-191-27/+6Star
| * | | jz4740-battery: Use devm_kzallocMarcos Paulo de Souza2012-11-191-10/+4Star
| * | | bq27x00_battery: Fixup nominal available capacity reportingPali Rohár2012-11-191-0/+8
| * | | bq2415x_charger: Fix style issuesAnton Vorontsov2012-11-191-121/+147
| * | | bq2415x_charger: Add Kconfig/Makefile entriesAnton Vorontsov2012-11-192-0/+11
| * | | power_supply: Add bq2415x charger driverPali Rohár2012-11-191-0/+1644
| * | | power_supply: Add new Nokia RX-51 (N900) power supply battery driverPali Rohár2012-11-193-0/+259
| * | | max17042_battery: Fix missing verify_model_lock() return value checkAlan Cox2012-11-181-1/+2
| * | | ds2782_battery: Fix signedness bug in ds278x_read_reg16()Dan Carpenter2012-11-181-2/+2
| * | | lp8788-charger: Fix ADC channel namesKim, Milo2012-11-181-38/+6Star
| * | | lp8788-charger: Fix wrong ADC conversionKim, Milo2012-11-181-19/+7Star
| * | | lp8788-charger: Use consumer device name on setting IIO channelsKim, Milo2012-11-181-4/+5