aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-07net: fm: Add support for FIT firmwareSean Anderson1-0/+18
2022-09-07net: Convert fit verification to use fit_get_data_*Sean Anderson2-66/+4
2022-09-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/06Sept2022Tom Rini3-11/+12
2022-09-06Merge tag 'fsl-qoriq-2022-9-6' of https://source.denx.de/u-boot/custodians/u-...Tom Rini4-6/+12
2022-09-06RISC-V: enable CONFIG_SYSRESET_SBI by defaultHeinrich Schuchardt1-0/+1
2022-09-06dt-bindings: clock: sifive: sync FU740 PRCI clock binding headerIcenowy Zheng2-11/+11
2022-09-06net: enetc: Fix use after free issue in fsl_enetc.cSiarhei Yasinski1-1/+7
2022-09-06ddr: fsl: Make bank_addr_bits reflect actual bitsSean Anderson2-2/+2
2022-09-06ddr: fsl: Reduce the size of interactive optionsSean Anderson1-3/+3
2022-09-04Merge tag 'u-boot-rockchip-20220905' of https://source.denx.de/u-boot/custodi...WIP/04Sep2022Tom Rini2-40/+68
2022-09-04clk: rockchip: rk3399: Fix Unknown clock 77 on mmc@fe310000Michal Suchanek1-23/+43
2022-09-04ram: rk3399: Conduct memory training at 400MHzLee Jones1-15/+21
2022-09-04ram: rk3399: Fix faulty frequency change reportsLee Jones1-2/+2
2022-09-04ram: rk3399: Fix .set_rate_index() error handlingLee Jones1-1/+3
2022-09-04drivers: ram: rockchip: Fix dram channels calculation for rk3399Han Pengfei1-2/+2
2022-09-03Merge tag 'tpm-03092022' of https://source.denx.de/u-boot/custodians/u-boot-tpmWIP/03Sep2022Tom Rini3-2/+188
2022-09-03Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2-8/+4
2022-09-03tpm: Implement state command for Cr50Simon Glass1-0/+163
2022-09-03tpm: Allow reporting the internal stateSimon Glass2-0/+21
2022-09-03tpm: sandbox: Allow init of TPM in a different phaseSimon Glass1-2/+4
2022-09-02drivers: usb: fastboot: Fix full-speed usb descriptorqianfan Zhao1-0/+1
2022-09-02renesas: Fix RPC-IF compatible valuesGeert Uytterhoeven2-8/+4
2022-08-31spl: ahci: Fix dependency for SPL_AHCI_PCIOleksandr Suvorov1-1/+1
2022-08-26nvme: Do a clean NVMe shutdownHector Martin1-5/+20
2022-08-26pci: Add checks to prevent config space overflowPali Rohár1-1/+9
2022-08-23button: gpio: add DM_GPIO dependencyMichael Walle1-0/+1
2022-08-23timer: add orion-timer supportMichael Walle3-0/+70
2022-08-20powerpc: remove support for kmtergr1 and MPC8309Holger Brunck1-2/+0
2022-08-20net: Make DM_ETH be selected by NETDEVICETom Rini1-57/+21
2022-08-20net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini1-75/+0
2022-08-20fsl-mc: Update dependencies for DM_ETHTom Rini1-0/+2
2022-08-20net: lpc32xx_eth.c ethernet driverTom Rini3-657/+0
2022-08-12net: Remove smc91111 ethernet driverTom Rini3-1940/+0
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini2-0/+10
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini1-0/+5
2022-08-12Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini1-0/+4
2022-08-12Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini1-0/+7
2022-08-12dm: core: Add support for writing u32 with ofnodeSimon Glass1-0/+15
2022-08-12dm: core: Allow writing to a flat tree with ofnodeSimon Glass2-46/+48
2022-08-12dm: core: Swap parameters of ofnode_write_prop()Simon Glass1-3/+3
2022-08-12dm: core: Introduce support for multiple treesSimon Glass2-4/+21
2022-08-12video: Rename structs and functions to avoid VBESimon Glass7-19/+19
2022-08-12video: Renname vbe.h to vesa.hSimon Glass7-7/+7
2022-08-10common: Drop display_options.h from common headerSimon Glass10-0/+10
2022-08-10power: regulator: Remove i2c header from gpio regulatorMichal Simek12-12/+0
2022-08-10mmc: Do not send status of send_status is falseMarek Vasut1-0/+3
2022-08-09misc: atsha204a: Don't check for error when waking up the devicePali Rohár1-5/+6
2022-08-09pci: pci_mvebu: Add support for reset-gpiosPali Rohár2-0/+15
2022-08-09arm64: a37xx: pinctrl: Improve description for pinmux commandPali Rohár1-1/+11
2022-08-09arm64: a37xx: pinctrl: Remove unused macro PIN_GRP()Pali Rohár1-10/+0