summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-28test: fs: Add test to detect fat typeChristian Taedcke
2023-11-28test: Add size granularity parameter to mk_fsChristian Taedcke
2023-11-28test: fs: Add fat12 to supported fs of some testsChristian Taedcke
2023-11-28test: Add support to create a fat12 fsChristian Taedcke
2023-11-28fs: fat: add bootsector validity checkChristian Taedcke
2023-11-28fs: fat: simplify gotos from read_bootsectandviChristian Taedcke
2023-11-28fs: fat: calculate FAT type based on cluster countChristian Taedcke
2023-11-28test: spl: Remove usage of FAT32_SIGNChristian Taedcke
2023-11-28fs: fat: use get_unaligned_le16 to convert u8[2] to u16Christian Taedcke
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini
2023-11-28musb-new: Remove implementation of io.h functionsIgor Prusov
2023-11-28treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov
2023-11-28spi: meson_spifc_a1: Switch to io{read,write}32_rep()Igor Prusov
2023-11-28asm-generic: Import functions from LinuxIgor Prusov
2023-11-28xtensa: io.h: Add defines for ins/outs functionsIgor Prusov
2023-11-28powerpc: io.h: Add defines for __raw_{read, write} functionsIgor Prusov
2023-11-28nios2: io.h: Add defines for ins/outs functionsIgor Prusov
2023-11-28riscv: io.h: Fix signatures of reads/writes functionsIgor Prusov
2023-11-28riscv: io.h: Add defines for reads/writes functionsIgor Prusov
2023-11-28mips: io.h: Add defines for read/write/in/out functionsIgor Prusov
2023-11-28mips: io.h: Add const to reads functions paramsIgor Prusov
2023-11-28x86: Add defines for ins/outs functionsIgor Prusov
2023-11-28sandbox: move asm-generic include to the end of fileIgor Prusov
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini
2023-11-28x86: coreboot: Add a sysinfo driverSimon Glass
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass
2023-11-28Revert "generic-board: make show_board_info a weak function"Simon Glass
2023-11-28udoo: Use checkboard() instead of show_board_info()Simon Glass
2023-11-28toradex: Use checkboard() instead of show_board_info()Simon Glass
2023-11-28solidrun: Use checkboard() instead of show_board_info()Simon Glass
2023-11-28turris: Use checkboard() instead of show_board_info()Simon Glass
2023-11-28meson: Use checkboard() instead of show_board_info()Simon Glass
2023-11-28board: Move show_board_info() comment to header fileSimon Glass
2023-11-28MAINTAINERS: Step up as co-maintainer of Tegra SOC platformSvyatoslav Ryhel
2023-11-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2023-11-28ARM: dts: tegra30: enable USB PHY node on some devicesSvyatoslav Ryhel
2023-11-28board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMICSvyatoslav Ryhel
2023-11-28board: transformer-t30: convert ASUS Transformers to use DM PMICSvyatoslav Ryhel
2023-11-28board: endeavoru: convert HTC One X to use DM PMICSvyatoslav Ryhel
2023-11-28board: lg-x3: convert LG Optimus 4X and Vu to use DM PMICSvyatoslav Ryhel
2023-11-28ARM: tegra: call regulators_enable_boot_on on board initSvyatoslav Ryhel
2023-11-28ARM: dts: Reuse I2C3 for NVECThierry Reding
2023-11-27i2c: Bugfix in i2c_get_chip_by_phandle()Philip Oberfichtner
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"Tom Rini
2023-11-27qemu: riscv: Enable UFS supportBin Meng
2023-11-27ufs: Handle UFS 3.1 controllersBin Meng
2023-11-27ufs: Add a PCI based UFS controller driverBin Meng
2023-11-27ufs: Allow mmio registers on the PCI busBin Meng
2023-11-27pci_ids: Add Red Hat vendor and device IDsBin Meng
2023-11-27cmd: ufs: Correct the help textBin Meng