| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: Remove uses of device_bind_offset() | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | dm: core: Rename device_bind() to device_bind_offset() | Simon Glass | 2020-12-13 | 1 | -1/+1 |
* | sunxi: allow to use AXP20[39] attached to I2C0 on V3 series | Icenowy Zheng | 2020-11-17 | 1 | -2/+2 |
* | power: twl4030: Add twl4030_i2c_read() function | Pali Rohár | 2020-11-15 | 1 | -4/+3 |
* | power: regulator: gpio-regulator: Convert to use APIs which support live DT | Patrick Delaunay | 2020-10-23 | 1 | -9/+13 |
* | power: regulator: gpio-regulator: protect count value | Patrick Delaunay | 2020-10-23 | 1 | -2/+3 |
* | dm: add cells_count parameter in *_count_phandle_with_args | Patrick Delaunay | 2020-10-06 | 1 | -1/+1 |
* | power: Tidy up inclusion of regulator_common.h | Simon Glass | 2020-08-03 | 4 | -5/+7 |
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 | Tom Rini | 2020-07-17 | 1 | -9/+0 |
|\ |
|
| * | pmc: Move common registers to the header file | Simon Glass | 2020-07-17 | 1 | -9/+0 |
* | | power: pmic_pca9450: fix PCA9450A I2C address | Sébastien Szymanski | 2020-07-16 | 1 | -20/+1 |
* | | imx: power-domain: use arm_smccc_smc | Peng Fan | 2020-07-14 | 1 | -4/+6 |
|/ |
|
* | core: add support for U_BOOT_DRIVER_ALIAS | Walter Lozano | 2020-07-09 | 1 | -0/+2 |
* | drivers: rename drivers to match compatible string | Walter Lozano | 2020-07-09 | 2 | -4/+4 |
* | power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling | Fabrice Gasnier | 2020-07-07 | 1 | -2/+14 |
* | regulator: fix: enable gpio when requested | Mark Kettenis | 2020-06-15 | 2 | -3/+2 |
* | power: pmic: Add SPL Kconfig entry for PFUZE100 | Marek Vasut | 2020-06-08 | 1 | -0/+7 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 9 | -0/+9 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 17 | -0/+17 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 58 | -0/+58 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 8 | -8/+13 |
* | imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-boot | Peng Fan | 2020-05-10 | 1 | -0/+35 |
* | imx8: Replace SC_R_LAST with SC_R_NONE in DTB | Leonard Crestez | 2020-05-10 | 1 | -3/+3 |
* | power: imx8: Check owned resource in power on | Ye Li | 2020-05-10 | 1 | -0/+3 |
* | power: imx8: remove the resource owned check before power off | Peng Fan | 2020-05-10 | 1 | -4/+4 |
* | power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag | Ye Li | 2020-05-10 | 1 | -0/+1 |
* | imx8: power: Add PD device lookup interface to power domain uclass | Peng Fan | 2020-05-10 | 1 | -0/+28 |
* | pmic: pfuze100: Change error message level to debug | Fabio Estevam | 2020-04-18 | 1 | -1/+1 |
* | x86: Move acpi_s3.h to include/acpi/ | Simon Glass | 2020-04-16 | 1 | -1/+1 |
* | Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-next | Tom Rini | 2020-04-07 | 1 | -2/+44 |
|\ |
|
| * | dm: arm64: ls1046a: add i2c DM support | Biwen Li | 2020-03-30 | 1 | -2/+44 |
* | | Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/17Mar2020 | Tom Rini | 2020-03-17 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | power: pmic: tps65941: Add support for probing the child devices | Tero Kristo | 2020-03-03 | 1 | -2/+2 |
* | | power-domain: fix hang in endless loop on i.MX8 | Anatolij Gustschin | 2020-03-10 | 1 | -0/+11 |
|/ |
|
* | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini | 2020-02-11 | 20 | -15/+49 |
|\ |
|
| * | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 18 | -0/+19 |
| * | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 5 | -0/+5 |
| * | power-domain: Rename free() to rfree() | Simon Glass | 2020-02-05 | 11 | -11/+11 |
| * | sandbox: pmic: Correct i2c pmic emulator platdata method | Simon Glass | 2020-02-05 | 1 | -3/+13 |
| * | dm: pci: Update the PCI read_config() method to const dev * | Simon Glass | 2020-02-05 | 1 | -1/+1 |
* | | regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t... | Lukasz Majewski | 2020-02-10 | 2 | -5/+3 |
|/ |
|
* | power: regulator: add driver for Dialog DA9063 PMIC | Martin Fuzzey | 2020-01-27 | 3 | -0/+409 |
* | power: pmic: add driver for Dialog DA9063 PMIC | Martin Fuzzey | 2020-01-27 | 3 | -0/+145 |
* | power: regulator: tps62360_regulator: Convert ofdata_to_platdata to the missi... | Keerthy | 2020-01-20 | 1 | -2/+2 |
* | power: domain: add power domain support for MT7622 | Sam Shih | 2020-01-16 | 1 | -0/+6 |
* | poweroff: add poweroff for mt6323 pmic | Frank Wunderlich | 2020-01-10 | 3 | -0/+45 |
* | Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2020-01-08 | 4 | -0/+152 |
|\ |
|
| * | power: Add new PMIC PCA9450 driver | Ye Li | 2020-01-08 | 4 | -0/+152 |
* | | power: regulator: support off-on-delay-us | Peng Fan | 2020-01-07 | 1 | -0/+4 |
* | | x86: apl: Add PMC driver | Simon Glass | 2019-12-15 | 1 | -0/+56 |