[PATCH] char: xilinx_hwicap: replace in_be32/out_be32 with ioread32be/iowrite32be

Rosen Penev rosenp at gmail.com
Wed Jun 3 12:52:43 PDT 2026


On Mon, Jun 1, 2026 at 11:22 PM Michal Simek <michal.simek at amd.com> wrote:
>
>
>
> On 6/2/26 05:57, Rosen Penev wrote:
> > Mechanical conversion of the ppc4xx-specific accessors to the generic
> > portable helpers.
> >
> > As a result, COMPILE_TEST is added for extra compile coverage.
> >
> > Assisted-by: opencode:big-pickle
> > Signed-off-by: Rosen Penev <rosenp at gmail.com>
> > ---
> >   drivers/char/Kconfig                     |  2 +-
> >   drivers/char/xilinx_hwicap/buffer_icap.c | 16 +++++------
> >   drivers/char/xilinx_hwicap/fifo_icap.c   | 34 +++++++++++-------------
> >   3 files changed, 24 insertions(+), 28 deletions(-)
>
> I don't really mind about this because I think that we can also remove the whole
> driver.
I looked into this. The problem here is that there are actual users

arch/microblaze/boot/dts/system.dts

and

arch/mips/boot/dts/xilfpga/nexys4ddr.dts
> Thanks,
> Michal



More information about the linux-arm-kernel mailing list