On Thu, Apr 16, 2026 at 06:39:19PM +0900, Daniel Palmer wrote: > Lets start making the m68k virt machine support useful. > > First we need to fix some m68k endian issues. > > Then allow virtio mmio driver instances to be created with > platform data and fix a minor endian issue. > > Finally, add the code for the board to create the instances.
We get this in CI:
drivers/virtio/virtio_mmio.c:359:15: warning: cast to 'void *' from
smaller integer type 'phys_addr_t' (aka 'unsigned int')
[-Wint-to-void-pointer-cast]
359 | priv->base = (void __iomem *)plat->base;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
With clang, please fix.
Also, it seems that "sysreset: qemu virt: Use __raw_writel()" has a
duplicate Signed-off-by from you, please fix that as well. Thanks!
--
Tom
signature.asc
Description: PGP signature

