summaryrefslogtreecommitdiff
path: root/drivers/power/pmic
Commit message (Expand)AuthorAgeFilesLines
* power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy2019-11-073-0/+91
* power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837Peng Fan2019-11-031-0/+8
* pmic: bd71837: drop DEBUG macroPeng Fan2019-11-031-2/+0
* stpmic1: simplify stpmic1_sysreset_requestPatrick Delaunay2019-08-271-8/+1
* pmu: stpmic1: change specific NVM api to MISCPatrick Delaunay2019-08-271-42/+56
* sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko2019-08-191-0/+1
* regulator: bd718x7: support ROHM BD71837 and BD71847 PMICsMatti Vaittinen2019-07-191-5/+27
* Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-141-3/+8
|\
| * pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay2019-07-121-3/+8
* | power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy2019-07-131-0/+21
|/
* regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen2019-06-113-0/+97
* stpmic1: add NVM update support in fuse commandPatrick Delaunay2019-04-121-0/+114
* pmic: stpmu1: add power switch off supportPatrick Delaunay2019-04-121-0/+46
* power: rename stpmu1 to official name stpmic1Patrick Delaunay2019-04-123-35/+35
* power: stpmu1: rename files to stpmic1Patrick Delaunay2019-04-122-2/+2
* Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-103-0/+97
|\
| * power: add FAN53555 family supportPhilipp Tomsich2018-12-103-0/+97
* | power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot2018-12-104-10/+200
|/
* dm: sandbox: i2c: Use new emulator parent uclassSimon Glass2018-11-291-1/+1
* power: pmic: Correct debug/error outputSimon Glass2018-11-2918-55/+56
* Kconfig: Remove trailing whitespaces in promptMichal Simek2018-07-301-1/+1
* power: pmic: Let PFUZE3000 see all 256 registersTrent Piepho2018-06-272-2/+3
* sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmissionLukasz Majewski2018-05-181-14/+31
* pmic: dm: Add support for MC34708 for PMIC DMLukasz Majewski2018-05-183-0/+113
* pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmi...Lukasz Majewski2018-05-181-12/+30
* pmic: Add support for setting transmission length in uclass private dataLukasz Majewski2018-05-181-0/+10
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-05-082-304/+0
|\
| * power: pmic_max77686: remove the old pmic_max77686 fileJaehoon Chung2018-05-082-304/+0
* | power: pmic: stpmu1: Add regulator bindingsPatrice Chotard2018-05-081-0/+34
|/
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0735-71/+35
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-2717-34/+0
* pmic: add stpmu1 supportPatrick Delaunay2018-03-193-0/+71
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* power: pmic/regulator allow dm be omitted by SPLPeng Fan2018-02-041-1/+1
* power: pmic: s2mps11: probe the regulator driverJaehoon Chung2018-01-241-0/+28
* power: tps65910: replace error() by pr_err()Felix Brack2018-01-011-2/+2
* power: pmic/regulator: Add basic support for TPS65910Felix Brack2017-12-123-0/+107
* power: extend prefix match to regulator-name propertyFelix Brack2017-12-121-2/+9
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-0414-37/+37
* rockchip: rk8xx: remove unused header includesPhilipp Tomsich2017-09-181-2/+0
* dm: core: Add ofnode_for_each_subnode()Simon Glass2017-09-111-3/+1
* dm: power: Convert as3722 to driver modelSimon Glass2017-07-282-195/+99
* power: Add a GPIO driver for the as3722 PMICSimon Glass2017-07-281-0/+120
* power: pmic: lp87565: Add the basic pmic supportKeerthy2017-06-093-0/+95
* power: pmic: tps65218: Add DCDC3 configurationKeerthy2017-06-091-1/+2
* rockchip: rk8xx: allocate priv structure for driverKever Yang2017-06-071-0/+1
* dm: gpio: power: Convert pm8916 drivers to livetreeSimon Glass2017-06-011-1/+1
* sandbox: pmic: Convert pmic emulator to support livetreeSimon Glass2017-06-011-4/+2
* dm: pmic: Convert uclass to livetreeSimon Glass2017-06-0110-58/+41