summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng
2020-11-15power: twl4030: Add twl4030_i2c_read() functionPali Rohár
2020-10-23power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay
2020-10-23power: regulator: gpio-regulator: protect count valuePatrick Delaunay
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay
2020-08-03power: Tidy up inclusion of regulator_common.hSimon Glass
2020-07-17Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-07-17pmc: Move common registers to the header fileSimon Glass
2020-07-16power: pmic_pca9450: fix PCA9450A I2C addressSébastien Szymanski
2020-07-14imx: power-domain: use arm_smccc_smcPeng Fan
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano
2020-07-07power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier
2020-06-15regulator: fix: enable gpio when requestedMark Kettenis
2020-06-08power: pmic: Add SPL Kconfig entry for PFUZE100Marek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-10imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan
2020-05-10imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez
2020-05-10power: imx8: Check owned resource in power onYe Li
2020-05-10power: imx8: remove the resource owned check before power offPeng Fan
2020-05-10power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flagYe Li
2020-05-10imx8: power: Add PD device lookup interface to power domain uclassPeng Fan
2020-04-18pmic: pfuze100: Change error message level to debugFabio Estevam
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-03-30dm: arm64: ls1046a: add i2c DM supportBiwen Li
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin
2020-03-03power: pmic: tps65941: Add support for probing the child devicesTero Kristo
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-10regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...Lukasz Majewski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05power-domain: Rename free() to rfree()Simon Glass
2020-02-05sandbox: pmic: Correct i2c pmic emulator platdata methodSimon Glass
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass
2020-01-27power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey
2020-01-20power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missi...Keerthy
2020-01-16power: domain: add power domain support for MT7622Sam Shih
2020-01-10poweroff: add poweroff for mt6323 pmicFrank Wunderlich
2020-01-08Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-08power: Add new PMIC PCA9450 driverYe Li
2020-01-07power: regulator: support off-on-delay-usPeng Fan