aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2014-05-09power: make pfuze100 be able to coexist with other pmicsTim Harvey1-1/+1
2014-03-05Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2-1/+4
2014-03-05power: add PFUZE100 PMIC driverTim Harvey2-0/+33
2014-02-24power: fix: Do not execute pmic command when not all necessary parameters are...Łukasz Majewski1-0/+3
2014-02-03trats2: Code cleanup.Przemyslaw Marczak1-1/+1
2014-01-14fuelgauge: max17042: fix i2c read issue which causes infinity loop.Przemyslaw Marczak1-34/+86
2014-01-06Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+1
2013-12-04ARMV7: OMAP4: Add twl6032 supportOleg Kosheliev1-6/+48
2013-12-04ARMV7: OMAP4: Add struct for twl603x dataOleg Kosheliev1-5/+20
2013-11-27power: power_fsl: Pass p->bus in the same way for SPI and I2C casesFabio Estevam1-2/+1
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada5-139/+24
2013-10-20ARM: OMAP5: Power: Add new function to turn on SMPS10Dan Murphy1-0/+15
2013-10-14Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-0/+411
2013-10-11Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD6-0/+411
2013-10-07power:pmic: prevent data abort for pmic bat commandPiotr Wilczek1-8/+11
2013-09-25power:battery: add battery support for Trats2 boardPiotr Wilczek2-0/+66
2013-09-25drivers:power:max77693: add support for new multi function pmic max77693Piotr Wilczek4-0/+345
2013-09-20drivers/power/pmic: Add tps65910 driverPhilip, Avinash2-0/+84
2013-09-20drivers/power/pmic: Add tps65217 driverGreg Guyotte2-0/+110
2013-09-11Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+192
2013-08-30drivers:power:max77686: add function to set voltage and modePiotr Wilczek1-0/+192
2013-08-20pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()Łukasz Majewski1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk20-329/+20
2013-07-05power:bat:trats: Break battery charging with ctrl+CŁukasz Majewski2-5/+11
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-48/+75
2013-06-13power: exynos-tmu: use the mux_addr bit fields in tmu_control registerNaveen Krishna Chatradhi1-1/+10
2013-06-13power: exynos-tmu: fix warnings and clean up codeNaveen Krishna Chatradhi1-47/+65
2013-06-10ARM: OMAP5: Power: Add more functionality to Palmas driverLubomir Popov1-12/+121
2013-05-10palmas: use palmas_i2c_[read|write]_u8Nishanth Menon1-24/+2
2013-05-10palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic functionNishanth Menon1-1/+1
2013-05-10palmas: rename init_settings to an generic palmas initNishanth Menon1-1/+1
2013-05-10twl6035: rename to palmasNishanth Menon2-3/+3
2013-05-10twl6030: move twl6030 register access functions to common header fileNishanth Menon1-11/+0
2013-05-10twl6030: twl6030_i2c_[read|write]_u8 prototype consistentNishanth Menon1-34/+34
2013-05-10twl4030: make twl4030_i2c_read_u8 prototype consistentNishanth Menon1-2/+2
2013-05-10twl4030: make twl4030_i2c_write_u8 prototype consistentNishanth Menon1-6/+6
2013-03-12Exynos5: TMU: Add hardware trippingAkshay Saraswat1-5/+20
2013-03-12Exynos5: TMU: Add driver for Thermal Management UnitAkshay Saraswat2-0/+305
2013-01-14Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-2/+2
2013-01-14twl4030: fix 'could could' in error messagesPeter Meerwald1-2/+2
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-3/+34
2013-01-10PMIC: MAX77686: Add FDT SupportRajeshwari Shinde1-3/+34
2013-01-08Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-4/+13
2012-12-11POWER: MAX77686: Modified as per the latest ImplementationRajeshwari Shinde2-0/+49
2012-12-10power: twl6035: complain on LDO9 errorVincent Stehlé1-4/+13
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang14-3/+1347
2012-11-14power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWERŁukasz Majewski1-1/+1
2012-11-14power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWERŁukasz Majewski3-10/+10
2012-11-14power:pmic: Rename ./drivers/power/pmic_* to ./drivers/power/power_* filesŁukasz Majewski6-5/+5
2012-11-14pmic: Extend PMIC framework to support battery related commandsŁukasz Majewski1-17/+42