aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-03drivers: gpio: implement PALMAS GPIO cellWIP/2023-11-03-assorted-tegra-improvementsSvyatoslav Ryhel5-1/+162
2023-11-03drivers: gpio: implement MAX77663 GPIO cellSvyatoslav Ryhel6-0/+217
2023-11-03drivers: gpio-uclass: support PMIC GPIO childrenSvyatoslav Ryhel1-3/+16
2023-11-03sysreset: implement PALMAS sysreset functionsSvyatoslav Ryhel5-2/+103
2023-11-03sysreset: implement TPS65910 sysreset functionsSvyatoslav Ryhel5-1/+82
2023-11-03sysreset: implement TPS80031 sysreset functionsSvyatoslav Ryhel5-1/+65
2023-11-03sysreset: implement MAX77663 sysreset functionsSvyatoslav Ryhel5-1/+76
2023-11-03arm: mach-tegra: enable sysreset driverSvyatoslav Ryhel2-9/+3
2023-11-03sysreset: tegra: create arch specific sysreset driverSvyatoslav Ryhel3-0/+53
2023-11-03power: regulator: tps65911: add regulator supportSvyatoslav Ryhel3-0/+407
2023-11-03power: pmic: tps65910: add TPS65911 PMIC supportSvyatoslav Ryhel3-3/+134
2023-11-03power: regulator: tps80031: add regulator supportSvyatoslav Ryhel3-0/+356
2023-11-03power: pmic: add the base TPS80031 PMIC supportSvyatoslav Ryhel5-0/+215
2023-11-03power: regulator: max77663: add regulator supportSvyatoslav Ryhel3-0/+385
2023-11-03power: pmic: add the base MAX77663 PMIC supportSvyatoslav Ryhel5-0/+217
2023-11-03power: regulator: palmas: fix ldoln and ldousb detectionSvyatoslav Ryhel1-10/+14
2023-11-03power: pmic: palmas: support TI TPS65913 PMICSvyatoslav Ryhel1-0/+1
2023-11-03board: asus: lg: move config fragments into device boardsSvyatoslav Ryhel15-12/+0
2023-11-03board: tegra30: remove nvidia_board_late_init callsSvyatoslav Ryhel4-47/+0
2023-11-03ARM: tegra: board2: add generic late initSvyatoslav Ryhel1-0/+43
2023-11-03ARM: tegra20: tegra30: support EBTUPDATE on non-encrypted devicesSvyatoslav Ryhel2-20/+40
2023-11-03ARM: tegra114: enable base voltages setup from boardSvyatoslav Ryhel1-0/+5
2023-11-03configs: grouper: drop I2C_MUXSvyatoslav Ryhel1-2/+0
2023-11-03ARM: dts: grouper: complete missing bindingsSvyatoslav Ryhel4-10/+16
2023-11-03ARM: dts: lg-x3: complete missing bindingsSvyatoslav Ryhel1-3/+8
2023-11-03ARM: dts: endeavoru: complete missing bindingsSvyatoslav Ryhel1-2/+13
2023-11-03ARM: dts: transformer-t30: complete missing bindingsSvyatoslav Ryhel1-5/+15
2023-11-03configs: transformer_t30: convert bootmenu optionSvyatoslav Ryhel2-7/+2
2023-11-03board: asus: transformer-t30: remove PMIC GPIOs configurationSvyatoslav Ryhel1-25/+0
2023-11-03ARM: dts: tf201: configure dock USB phySvyatoslav Ryhel2-0/+9
2023-11-03configs: transformer_t30: support booting from USBSvyatoslav Ryhel2-2/+2
2023-11-03ARM: dts: tf600t: separate from common transformers treeSvyatoslav Ryhel1-12/+148
2023-11-03ARM: dts: p1801-t: separate from common transformers treeSvyatoslav Ryhel1-7/+198
2023-11-03mmc: tegra: get default-tap and default-trim from device treeSvyatoslav Ryhel2-33/+36
2023-11-03ARM: tegra210: set default-tap and default-trim values in sdhci nodesSvyatoslav Ryhel1-0/+8
2023-11-03usb: host: tegra: implement dts based xcvr setupSvyatoslav Ryhel1-5/+43
2023-11-03Merge tag 'qcom-pull-20231103' of https://source.denx.de/u-boot/custodians/u-...WIP/03Nov2023Tom Rini1-1/+3
2023-11-03Merge tag 'u-boot-dfu-20231103' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-2/+17
2023-11-03MAINTAINERS: update Qualcomm maintainerCaleb Connolly1-1/+3
2023-11-02Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini22-99/+168
2023-11-02u_boot_pylib: Ensure subprocess is closed downSimon Glass1-3/+1
2023-11-02buildman: Support upstream branch name containing /Simon Glass1-2/+3
2023-11-02sandbox: eliminate unused functions from binariesHeinrich Schuchardt2-3/+3
2023-11-02binman: openssl: x509: ti_secure_rom: Add support for bootcore_optsNeha Malcom Francis5-5/+17
2023-11-02buildman: Include symbols in the read-only data sectionSimon Glass1-1/+5
2023-11-02cros_ec: spi: disable annoying key echo on consoleMilan P. Stanić1-1/+1
2023-11-02binman: Move stage header into a CBFS attributeSimon Glass2-29/+42
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass4-9/+10
2023-11-02binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Simon Glass3-19/+20
2023-11-02binman: Ensure attributes always come last in the metadataSimon Glass1-22/+24