summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
* power: Tidy up inclusion of regulator_common.hSimon Glass2020-08-034-5/+7
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-171-9/+0
|\
| * pmc: Move common registers to the header fileSimon Glass2020-07-171-9/+0
* | power: pmic_pca9450: fix PCA9450A I2C addressSébastien Szymanski2020-07-161-20/+1
* | imx: power-domain: use arm_smccc_smcPeng Fan2020-07-141-4/+6
|/
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-092-4/+4
* power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier2020-07-071-2/+14
* regulator: fix: enable gpio when requestedMark Kettenis2020-06-152-3/+2
* power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut2020-06-081-0/+7
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-189-0/+9
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1817-0/+17
* common: Drop log.h from common headerSimon Glass2020-05-1858-0/+58
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-188-8/+13
* imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan2020-05-101-0/+35
* imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez2020-05-101-3/+3
* power: imx8: Check owned resource in power onYe Li2020-05-101-0/+3
* power: imx8: remove the resource owned check before power offPeng Fan2020-05-101-4/+4
* power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flagYe Li2020-05-101-0/+1
* imx8: power: Add PD device lookup interface to power domain uclassPeng Fan2020-05-101-0/+28
* pmic: pfuze100: Change error message level to debugFabio Estevam2020-04-181-1/+1
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-161-1/+1
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-04-071-2/+44
|\
| * dm: arm64: ls1046a: add i2c DM supportBiwen Li2020-03-301-2/+44
* | Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-03-171-2/+2
|\ \ | |/ |/|
| * power: pmic: tps65941: Add support for probing the child devicesTero Kristo2020-03-031-2/+2
* | power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin2020-03-101-0/+11
|/
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1120-15/+49
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0518-0/+19
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-055-0/+5
| * power-domain: Rename free() to rfree()Simon Glass2020-02-0511-11/+11
| * sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass2020-02-051-3/+13
| * dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-1/+1
* | regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski2020-02-102-5/+3
|/
* power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey2020-01-273-0/+409
* power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey2020-01-273-0/+145
* power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missi...Keerthy2020-01-201-2/+2
* power: domain: add power domain support for MT7622Sam Shih2020-01-161-0/+6
* poweroff: add poweroff for mt6323 pmicFrank Wunderlich2020-01-103-0/+45
* Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-084-0/+152
|\
| * power: Add new PMIC PCA9450 driverYe Li2020-01-084-0/+152
* | power: regulator: support off-on-delay-usPeng Fan2020-01-071-0/+4
* | x86: apl: Add PMC driverSimon Glass2019-12-151-0/+56
* | x86: sandbox: Add a PMC emulator and testSimon Glass2019-12-154-0/+353
* | x86: power: Add an ACPI PMC uclassSimon Glass2019-12-154-0/+220
|/
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* power: fan53555: fix fan53555_regulator_set_valueVasily Khoruzhick2019-11-231-1/+1
* power: fan53555: add support for Silergy SYR82X and SYR83XVasily Khoruzhick2019-11-232-14/+38
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-123-250/+337
|\
| * power: domain: add i.MX8 scu power domain driverPeng Fan2019-11-052-1/+88