u-boot/fs
Nam Cao 6ea8dc661b fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()
The comment above fs_read_alloc() explains:

    @align: Alignment to use for memory allocation (0 for default)

However, in the actual implementation, there is no alignment when @align is
zero.

This current default is probably fine for most cases. But for some block
devices which transfer data via DMA, ARCH_DMA_MINALIGN is needed.

Change the default alignment to ARCH_DMA_MINALIGN.

Fixes: de7b5a8a1a ("fs: Create functions to load and allocate a file")
Signed-off-by: Nam Cao <namcao@linutronix.de>
Tested-by: Javier Fernandez Pastrana <javier.pastrana@linutronix.de>
2024-11-18 08:23:56 -06:00
..
btrfs fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load' 2024-11-15 13:11:47 -06:00
cbfs Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cramfs fs/cramfs: use schedule instead of cyclic_run as callback 2024-10-23 06:52:38 +02:00
erofs fs/erofs: fix an overflow issue of unmapped extents 2024-06-14 12:59:06 -06:00
ext4 fs: ext4: correct error handling 2024-11-13 08:18:50 -06:00
fat global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
jffs2 fs: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
sandbox global: Rename SPL_TPL_ to PHASE_ 2024-10-11 11:44:48 -06:00
squashfs global: Rename SPL_ to XPL_ 2024-10-11 11:44:48 -06:00
ubifs ubifs: Call ubifs_iput when ubifs_iget is used 2024-08-11 06:52:15 +02:00
yaffs2 list: use list_count_nodes() to count list entries 2024-08-30 13:51:38 -06:00
zfs fs: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
fs_internal.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
fs.c fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc() 2024-11-18 08:23:56 -06:00
Kconfig fs: drop reiserfs 2024-03-04 10:25:47 -05:00
Makefile Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" 2024-10-11 12:23:25 -06:00
semihostingfs.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00