aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-11-06clk: a1: add new clocks for USB stackAlexey Romanov1-0/+6
2023-11-03sysreset: implement PALMAS sysreset functionsSvyatoslav Ryhel4-2/+91
2023-11-03sysreset: implement TPS65910 sysreset functionsSvyatoslav Ryhel4-1/+74
2023-11-03sysreset: implement TPS80031 sysreset functionsSvyatoslav Ryhel4-1/+59
2023-11-03sysreset: implement MAX77663 sysreset functionsSvyatoslav Ryhel4-1/+70
2023-11-03sysreset: tegra: create arch specific sysreset driverSvyatoslav Ryhel3-0/+52
2023-11-03power: regulator: tps65911: add regulator supportSvyatoslav Ryhel3-0/+407
2023-11-03power: pmic: tps65910: add TPS65911 PMIC supportSvyatoslav Ryhel1-3/+12
2023-11-03power: regulator: tps80031: add regulator supportSvyatoslav Ryhel3-0/+356
2023-11-03power: pmic: add the base TPS80031 PMIC supportSvyatoslav Ryhel3-0/+94
2023-11-03power: regulator: max77663: add regulator supportSvyatoslav Ryhel3-0/+385
2023-11-03power: pmic: add the base MAX77663 PMIC supportSvyatoslav Ryhel3-0/+91
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-03mmc: tegra: get default-tap and default-trim from device treeSvyatoslav Ryhel1-25/+27
2023-11-03Merge tag 'u-boot-dfu-20231103' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+10
2023-11-02Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-1/+1
2023-11-02cros_ec: spi: disable annoying key echo on consoleMilan P. Stanić1-1/+1
2023-11-02Merge branch 'master_common_h_cleanup' of https://source.denx.de/u-boot/custo...Tom Rini6-6/+0
2023-11-02Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custod...Tom Rini7-74/+206
2023-11-02Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini5-0/+416
2023-11-02clk: rzg2l: Drop <common.h>Paul Barker2-2/+0
2023-11-02gpio: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-11-02mmc: renesas-sdhi: Drop <common.h>Paul Barker1-1/+0
2023-11-02pinctrl: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-11-02serial: sh: Drop <common.h>Paul Barker1-1/+0
2023-11-02rng: Add StarFive JH7110 RNG driverChanho Park3-0/+281
2023-11-02clk: starfive: jh7110: Add security clocksChanho Park1-0/+10
2023-11-02rng: Provide a RNG based on the RISC-V Zkr ISA extensionHeinrich Schuchardt3-0/+125
2023-11-01Merge tag 'clk-2024.01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-6/+7
2023-11-01clk: use private clk struct in CLK_CCF's enable/disable functionsMaksim Kiselev1-2/+2
2023-11-01clk: fix count parameter type for clk_release_allEugen Hristev1-3/+4
2023-11-01drivers: clk: Adjust temp var data type to properly match that of struct clk_opsNathan Barrett-Morrison1-1/+1
2023-11-01bootstd: BOOTDEV_SPI_FLASH requires BOOTSTDHeinrich Schuchardt1-0/+1
2023-11-01mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1BSean Anderson1-7/+12
2023-11-01mmc: pci: Drop the superfluous castBin Meng1-2/+2
2023-11-01mmc: spl: select SPL_BLK for SPL_DM_MMCOleksandr Suvorov1-0/+1
2023-10-31clk: ti: k3-pll: Add calibration support for non fractional modeVishal Mahaveer1-6/+75
2023-10-31pinctrl: npcm8xx: Add name for gpio functionJim Liu1-0/+1
2023-10-31dfu: mmc: Add support for exposing whole mmc deviceMarek Vasut1-0/+10
2023-10-31bootcount: Add driver model I2C driverPhilip Richard Oberfichtner3-0/+113
2023-10-31i2c: Implement i2c_get_chip_by_phandle()Philip Richard Oberfichtner1-0/+75
2023-10-31bootcount: Remove legacy I2C driverPhilip Richard Oberfichtner3-65/+3
2023-10-30misc: i2c_eeprom: consider pagesize when writing to eepromWIP/2023-10-30-assorted-general-updatesMichel Alex1-1/+12
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek8-9/+0
2023-10-30arm_ffa: fix: remove deadcode in ffa_print_error_log()Abdellatif El Khlifi1-2/+0
2023-10-30i2c: designware_i2c: adjust timing calculationHeinrich Schuchardt1-4/+15
2023-10-30i2c: nuvoton: remove standard mode onlyJim Liu1-5/+0
2023-10-28Merge branch 'master_tmio_fixes' of https://source.denx.de/u-boot/custodians/...Tom Rini5-920/+9
2023-10-27driver: misc: k3_avs: Add support for thermal shutdownUdit Kumar1-0/+104