summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2020-08-04power: Tidy up inclusion of regulator_common.hSimon Glass4-5/+7
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-9/+0
2020-07-17pmc: Move common registers to the header fileSimon Glass1-9/+0
2020-07-16power: pmic_pca9450: fix PCA9450A I2C addressSébastien Szymanski1-20/+1
2020-07-14imx: power-domain: use arm_smccc_smcPeng Fan1-4/+6
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano2-4/+4
2020-07-07power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-2/+14
2020-06-15regulator: fix: enable gpio when requestedMark Kettenis2-3/+2
2020-06-08power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut1-0/+7
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass9-0/+9
2020-05-19common: Drop linux/delay.h from common headerSimon Glass17-0/+17
2020-05-19common: Drop log.h from common headerSimon Glass58-0/+58
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass8-8/+13
2020-05-10imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan1-0/+35
2020-05-10imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez1-3/+3
2020-05-10power: imx8: Check owned resource in power onYe Li1-0/+3
2020-05-10power: imx8: remove the resource owned check before power offPeng Fan1-4/+4
2020-05-10power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flagYe Li1-0/+1
2020-05-10imx8: power: Add PD device lookup interface to power domain uclassPeng Fan1-0/+28
2020-04-18pmic: pfuze100: Change error message level to debugFabio Estevam1-1/+1
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-1/+1
2020-04-08Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+44
2020-03-30dm: arm64: ls1046a: add i2c DM supportBiwen Li1-2/+44
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini1-2/+2
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin1-0/+11
2020-03-03power: pmic: tps65941: Add support for probing the child devicesTero Kristo1-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini20-15/+49
2020-02-11regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski2-5/+3
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass18-0/+19
2020-02-06dm: core: Require users of devres to include the headerSimon Glass5-0/+5
2020-02-06power-domain: Rename free() to rfree()Simon Glass11-11/+11
2020-02-06sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass1-3/+13
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-1/+1
2020-01-28power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+409
2020-01-28power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey3-0/+145
2020-01-20power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missi...Keerthy1-2/+2
2020-01-16power: domain: add power domain support for MT7622Sam Shih1-0/+6
2020-01-10poweroff: add poweroff for mt6323 pmicFrank Wunderlich3-0/+45
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-0/+152
2020-01-08power: Add new PMIC PCA9450 driverYe Li4-0/+152
2020-01-07power: regulator: support off-on-delay-usPeng Fan1-0/+4
2019-12-15x86: apl: Add PMC driverSimon Glass1-0/+56
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass4-0/+353
2019-12-15x86: power: Add an ACPI PMC uclassSimon Glass4-0/+220
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-11-23power: fan53555: fix fan53555_regulator_set_valueVasily Khoruzhick1-1/+1
2019-11-23power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick2-14/+38
2019-11-12Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-250/+337
2019-11-11Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodi...Tom Rini3-88/+1010