summaryrefslogtreecommitdiff
path: root/drivers/power/pmic
AgeCommit message (Expand)Author
2020-06-08power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-18pmic: pfuze100: Change error message level to debugFabio Estevam
2020-03-03power: pmic: tps65941: Add support for probing the child devicesTero Kristo
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-08power: Add new PMIC PCA9450 driverYe Li
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-11-23power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2019-11-10power: pmic: rk809: support rk809 pmicJoseph Chen
2019-11-10power: pmic: rk817: support rk817 pmicJoseph Chen
2019-11-10power: pmic: rk805: support rk805 pmicElaine Zhang
2019-11-10power: pmic: rk816: support rk816 pmicElaine Zhang
2019-11-07power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy
2019-11-03power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837Peng Fan
2019-11-03pmic: bd71837: drop DEBUG macroPeng Fan
2019-08-27stpmic1: simplify stpmic1_sysreset_requestPatrick Delaunay
2019-08-27pmu: stpmic1: change specific NVM api to MISCPatrick Delaunay
2019-08-19sysreset: move stm32mp sysreset poweroff implementation to sysreset uclassUrja Rannikko
2019-07-19regulator: bd718x7: support ROHM BD71837 and BD71847 PMICsMatti Vaittinen
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-13power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565Keerthy
2019-07-12pmic: stpmic1: add support for SYSRESET_POWER_OFFPatrick Delaunay
2019-06-11regulator: bd71837: copy the bd71837 pmic driver from NXP imx u-bootMatti Vaittinen
2019-04-12stpmic1: add NVM update support in fuse commandPatrick Delaunay
2019-04-12pmic: stpmu1: add power switch off supportPatrick Delaunay
2019-04-12power: rename stpmu1 to official name stpmic1Patrick Delaunay
2019-04-12power: stpmu1: rename files to stpmic1Patrick Delaunay
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini
2018-12-10power: add FAN53555 family supportPhilipp Tomsich
2018-12-10power: make most tps drivers and the twl4030 driver compatible with DM_I2CJean-Jacques Hiblot
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass
2018-11-29power: pmic: Correct debug/error outputSimon Glass
2018-07-30Kconfig: Remove trailing whitespaces in promptMichal Simek
2018-06-27power: pmic: Let PFUZE3000 see all 256 registersTrent Piepho
2018-05-18sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmissionLukasz Majewski
2018-05-18pmic: dm: Add support for MC34708 for PMIC DMLukasz Majewski
2018-05-18pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmi...Lukasz Majewski
2018-05-18pmic: Add support for setting transmission length in uclass private dataLukasz Majewski
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini
2018-05-08power: pmic: stpmu1: Add regulator bindingsPatrice Chotard
2018-05-08power: pmic_max77686: remove the old pmic_max77686 fileJaehoon Chung
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-19pmic: add stpmu1 supportPatrick Delaunay
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada