On Tue, 14 Nov 2023 14:02:44 +0300, Igor Prusov wrote: > This series imports generic versions of ioread_rep/iowrite_rep and > reads/writes from Linux. Some cleanup is done to make sure that all > platforms have proper defines for implemented functions and there are no > redefinitions. > > > Igor Prusov (13): > sandbox: move asm-generic include to the end of file > x86: Add defines for ins/outs functions > mips: io.h: Add const to reads functions params > mips: io.h: Add defines for read/write/in/out functions > riscv: io.h: Add defines for reads/writes functions > riscv: io.h: Fix signatures of reads/writes functions > nios2: io.h: Add defines for ins/outs functions > powerpc: io.h: Add defines for __raw_{read,write} functions > xtensa: io.h: Add defines for ins/outs functions > asm-generic: Import functions from Linux > spi: meson_spifc_a1: Switch to io{read,write}32_rep() > treewide: Include linux/io.h instead of asm-generic/io.h > musb-new: Remove implementation of io.h functions > > [...]
Applied to u-boot/next, thanks! -- Tom