aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-24ufs: Implement cache managementWIP/2023-08-24-further-ufs-updatesMarek Vasut1-1/+41
2023-08-24ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocsMarek Vasut1-1/+3
2023-08-24ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()Marek Vasut1-5/+4
2023-08-24ufs: Handle UFS 3.0 controllersMarek Vasut2-1/+3
2023-08-24ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTOMarek Vasut2-2/+13
2023-08-24ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESSMarek Vasut2-0/+32
2023-08-24ufs: Convert quirks to BIT() macroMarek Vasut1-1/+1
2023-08-23Merge branch '2023-08-22-assorted-code-cleanups' into nextTom Rini11-208/+268
2023-08-22net: Fix the displayed value of bytes transferredWIP/2023-08-22-assorted-code-cleanupsSiddharth Vadapalli1-1/+1
2023-08-22scsi: Add buffer_aligned check pass-throughMarek Vasut2-0/+34
2023-08-22blk: Add bounce buffer support to read/write operationsMarek Vasut2-2/+79
2023-08-22disk: dos: Infer MBR partition sector size from underlying drive sector sizeMarek Vasut1-3/+14
2023-08-22common: bouncebuf: Add missing cast to dma_addr_tMarek Vasut1-1/+1
2023-08-22disk: Make blk_get_ops() internal to blk uclassMarek Vasut2-2/+2
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut3-57/+48
2023-08-22disk: Switch part_blk_*() functions to disk_blk_*()Marek Vasut1-81/+12
2023-08-22disk: Extend disk_blk_part_validate() with range checkingMarek Vasut1-0/+8
2023-08-22disk: Handle partition to block device offset conversionMarek Vasut1-16/+52
2023-08-22disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()Marek Vasut1-43/+23
2023-08-22disk: Simplify disk_blk_read() using blk_read()Marek Vasut1-24/+14
2023-08-22disk: Drop always true conditional checkMarek Vasut1-4/+2
2023-08-22test: acpi: Handle both 32bit and 64bit ACPI tablesMarek Vasut1-4/+8
2023-08-22test: Fix the help for the ut commandMarek Vasut1-1/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini367-987/+13038
2023-08-21Prepare v2023.10-rc3v2023.10-rc3Tom Rini2-2/+2
2023-08-21Merge tag 'dm-pull-20aug23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini3-43/+63
2023-08-20test: cpu: Handle both 32bit and 64bit CPUsMarek Vasut1-1/+1
2023-08-20configs: sandbox64: Enable PCI register multi-entry supportMarek Vasut1-0/+1
2023-08-20configs: sandbox64: Enable clock CCF driverMarek Vasut1-0/+2
2023-08-20configs: sandbox64: Enable video 12x22 font supportMarek Vasut1-0/+1
2023-08-20configs: sandbox64: Enable video 16bpp and 24bpp supportMarek Vasut1-0/+2
2023-08-20configs: sandbox64: Enable PINCTRL_SINGLE driverMarek Vasut1-0/+1
2023-08-20test: dm: pinmux: Handle %pa in pinctrl-single mux outputMarek Vasut1-41/+51
2023-08-20configs: sandbox64: Enable BUTTON_ADC driverMarek Vasut1-0/+1
2023-08-20configs: sandbox64: Enable MC34708 driverMarek Vasut1-0/+1
2023-08-20configs: sandbox64: Increase console record size to 0x6000Marek Vasut1-1/+1
2023-08-20configs: sandbox64: Enable SF bootdevMarek Vasut1-0/+1
2023-08-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini3-25/+34
2023-08-19arm: rmobile: Fix off-by-one error in cpuinfoPaul Barker1-1/+1
2023-08-19Merge tag 'doc-2023-10-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini7-17/+10
2023-08-19doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR lineFabio Estevam1-1/+0
2023-08-19irq: Fix typo in header commentPaul Barker1-1/+1
2023-08-19clk: Fix typo in header commentPaul Barker1-1/+1
2023-08-19doc: printf() codes: Fix format specifier for unsigned intSiddharth Vadapalli1-3/+3
2023-08-19docs: fix wrong usage of proftoolPuhan Zhou1-3/+3
2023-08-19spl: don't assume NVMe partition 1 existsHeinrich Schuchardt1-6/+0
2023-08-19fs/erofs: Quieten test for filesystem presenceSimon Glass1-2/+2
2023-08-18Merge branch '2023-08-18-assorted-updates' into nextTom Rini17-16/+225
2023-08-18rockchip: rk3566-anbernic-rgxx3: Rename defconfig to include SoC nameJonas Karlman3-2/+2
2023-08-18Merge tag 'tegra-for-2023.10-rc1' of https://source.denx.de/u-boot/custodians...WIP/18Aug2023Tom Rini81-6/+5080