Re: [PATCH] pwm: raspberrypi-poe: Fix mailbox message initialization

From: Arnd Bergmann
Date: Fri Apr 09 2021 - 16:09:46 EST


On Fri, Apr 9, 2021 at 11:08 AM Nicolas Saenz Julienne
<nsaenz@xxxxxxxxxx> wrote:
>
> For testing purposes this driver might be built on big-endian
> architectures. So make sure we take that into account when populating
> structures that are to be passed to RPi4's mailbox.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Fixes: 79caa362eab6 ("pwm: Add Raspberry Pi Firmware based PWM bus")
> Signed-off-by: Nicolas Saenz Julienne <nsaenz@xxxxxxxxxx>
> ---
>
> @arndb: This was just meged into the arm-soc tree some days ago. Should I
> prepare a second PR once it's been reviewed?

Yes, that would be good. If you have no other driver patches that I should
pick up, just forward the patch (with the Ack) to soc@xxxxxxxxxx and I
can just apply it.

Arnd