aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/pmic
AgeCommit message (Expand)AuthorFilesLines
2020-04-18pmic: pfuze100: Change error message level to debugFabio Estevam1-1/+1
2020-03-03power: pmic: tps65941: Add support for probing the child devicesTero Kristo1-2/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-02-05sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass1-3/+13
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+145
2020-01-08power: Add new PMIC PCA9450 driverYe Li4-0/+152
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-11-23power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick1-2/+5
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-3/+86
2019-11-10power: pmic: rk809: support rk809 pmicJoseph Chen1-1/+4
2019-11-10power: pmic: rk817: support rk817 pmicJoseph Chen1-3/+81
2019-11-10power: pmic: rk805: support rk805 pmicElaine Zhang1-0/+1
2019-11-10power: pmic: rk816: support rk816 pmicElaine Zhang1-0/+1
2019-11-07power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy3-0/+91
2019-11-03power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837Peng Fan1-0/+8
2019-11-03pmic: bd71837: drop DEBUG macroPeng Fan1-2/+0
2019-08-27stpmic1: simplify stpmic1_sysreset_requestPatrick Delaunay1-8/+1
2019-08-27pmu: stpmic1: change specific NVM api to MISCPatrick Delaunay1-42/+56
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko1-0/+1
2019-07-19regulator: bd718x7: support ROHM BD71837 and BD71847 PMICsMatti Vaittinen1-5/+27
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-3/+8
2019-07-13power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy1-0/+21
2019-07-12pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay1-3/+8
2019-06-11regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen3-0/+97
2019-04-12stpmic1: add NVM update support in fuse commandPatrick Delaunay1-0/+114
2019-04-12pmic: stpmu1: add power switch off supportPatrick Delaunay1-0/+46
2019-04-12power: rename stpmu1 to official name stpmic1Patrick Delaunay3-35/+35
2019-04-12power: stpmu1: rename files to stpmic1Patrick Delaunay2-2/+2
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini3-0/+97
2018-12-10power: add FAN53555 family supportPhilipp Tomsich3-0/+97
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot4-10/+200
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass1-1/+1
2018-11-29power: pmic: Correct debug/error outputSimon Glass18-55/+56
2018-07-30Kconfig: Remove trailing whitespaces in promptMichal Simek1-1/+1
2018-06-27power: pmic: Let PFUZE3000 see all 256 registersTrent Piepho2-2/+3
2018-05-18sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmissionLukasz Majewski1-14/+31
2018-05-18pmic: dm: Add support for MC34708 for PMIC DMLukasz Majewski3-0/+113
2018-05-18pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmi...Lukasz Majewski1-12/+30
2018-05-18pmic: Add support for setting transmission length in uclass private dataLukasz Majewski1-0/+10
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini2-304/+0
2018-05-08power: pmic: stpmu1: Add regulator bindingsPatrice Chotard1-0/+34
2018-05-08power: pmic_max77686: remove the old pmic_max77686 fileJaehoon Chung2-304/+0
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini35-71/+35
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini17-34/+0
2018-03-19pmic: add stpmu1 supportPatrick Delaunay3-0/+71
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-02-04power: pmic/regulator allow dm be omitted by SPLPeng Fan1-1/+1
2018-01-24power: pmic: s2mps11: probe the regulator driverJaehoon Chung1-0/+28
2018-01-01power: tps65910: replace error() by pr_err()Felix Brack1-2/+2