aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-28fs: fat: add bootsector validity checkChristian Taedcke1-0/+53
2023-11-28fs: fat: simplify gotos from read_bootsectandviChristian Taedcke1-5/+4
2023-11-28fs: fat: calculate FAT type based on cluster countChristian Taedcke2-26/+28
2023-11-28test: spl: Remove usage of FAT32_SIGNChristian Taedcke1-1/+1
2023-11-28fs: fat: use get_unaligned_le16 to convert u8[2] to u16Christian Taedcke1-4/+4
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini16-118/+450
2023-11-28musb-new: Remove implementation of io.h functionsIgor Prusov1-24/+0
2023-11-28treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov4-4/+3
2023-11-28spi: meson_spifc_a1: Switch to io{read,write}32_rep()Igor Prusov1-2/+2
2023-11-28asm-generic: Import functions from LinuxIgor Prusov3-67/+348
2023-11-28xtensa: io.h: Add defines for ins/outs functionsIgor Prusov1-0/+6
2023-11-28powerpc: io.h: Add defines for __raw_{read, write} functionsIgor Prusov1-0/+11
2023-11-28nios2: io.h: Add defines for ins/outs functionsIgor Prusov1-0/+6
2023-11-28riscv: io.h: Fix signatures of reads/writes functionsIgor Prusov1-6/+12
2023-11-28riscv: io.h: Add defines for reads/writes functionsIgor Prusov1-0/+8
2023-11-28mips: io.h: Add defines for read/write/in/out functionsIgor Prusov1-0/+32
2023-11-28mips: io.h: Add const to reads functions paramsIgor Prusov1-1/+2
2023-11-28x86: Add defines for ins/outs functionsIgor Prusov1-0/+6
2023-11-28sandbox: move asm-generic include to the end of fileIgor Prusov1-14/+14
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini27-94/+189
2023-11-28x86: coreboot: Add a sysinfo driverSimon Glass5-44/+96
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass3-21/+61
2023-11-28Revert "generic-board: make show_board_info a weak function"Simon Glass1-1/+1
2023-11-28udoo: Use checkboard() instead of show_board_info()Simon Glass1-1/+1
2023-11-28toradex: Use checkboard() instead of show_board_info()Simon Glass13-12/+15
2023-11-28solidrun: Use checkboard() instead of show_board_info()Simon Glass1-6/+1
2023-11-28turris: Use checkboard() instead of show_board_info()Simon Glass2-2/+2
2023-11-28meson: Use checkboard() instead of show_board_info()Simon Glass1-1/+1
2023-11-28board: Move show_board_info() comment to header fileSimon Glass2-6/+11
2023-11-28MAINTAINERS: Step up as co-maintainer of Tegra SOC platformWIP/28Nov2023-nextSvyatoslav Ryhel1-2/+5
2023-11-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungWIP/28Nov2023Tom Rini9-50/+58
2023-11-28ARM: dts: tegra30: enable USB PHY node on some devicesSvyatoslav Ryhel6-0/+55
2023-11-28board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMICSvyatoslav Ryhel12-167/+24
2023-11-28board: transformer-t30: convert ASUS Transformers to use DM PMICSvyatoslav Ryhel8-131/+16
2023-11-28board: endeavoru: convert HTC One X to use DM PMICSvyatoslav Ryhel4-71/+7
2023-11-28board: lg-x3: convert LG Optimus 4X and Vu to use DM PMICSvyatoslav Ryhel4-93/+7
2023-11-28ARM: tegra: call regulators_enable_boot_on on board initSvyatoslav Ryhel1-0/+5
2023-11-28ARM: dts: Reuse I2C3 for NVECThierry Reding1-10/+9
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner1-1/+1
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"WIP/27Nov2023-nextTom Rini11-15/+97
2023-11-27qemu: riscv: Enable UFS supportBin Meng2-1/+9
2023-11-27ufs: Handle UFS 3.1 controllersBin Meng2-1/+3
2023-11-27ufs: Add a PCI based UFS controller driverBin Meng3-0/+57
2023-11-27ufs: Allow mmio registers on the PCI busBin Meng1-1/+9
2023-11-27pci_ids: Add Red Hat vendor and device IDsBin Meng1-0/+7
2023-11-27cmd: ufs: Correct the help textBin Meng1-1/+1
2023-11-27cmd: kconfig: Make ufs prompt look similar to other commandsBin Meng1-1/+1
2023-11-27ufs: Add a line feed to the end of some dev_xxx() messagesBin Meng1-8/+8
2023-11-27ufs: Correct the UFS terminlogyBin Meng3-3/+3
2023-11-27configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigsSam Protsenko3-3/+0