summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass12-59/+59
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass11-26/+28
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass11-47/+47
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass28-159/+159
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass28-34/+34
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng1-2/+2
2020-11-15power: twl4030: Add twl4030_i2c_read() functionPali Rohár1-4/+3
2020-10-23power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay1-9/+13
2020-10-23power: regulator: gpio-regulator: protect count valuePatrick Delaunay1-2/+3
2020-10-06dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay1-1/+1
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