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

2021-04-09 Thread Arnd Bergmann
On Fri, Apr 9, 2021 at 11:08 AM Nicolas Saenz Julienne 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 >

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

2021-04-09 Thread Thierry Reding
On Fri, Apr 09, 2021 at 11:08:19AM +0200, Nicolas Saenz Julienne 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

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

2021-04-09 Thread Nicolas Saenz Julienne
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 Fixes: 79caa362eab6 ("pwm: Add Raspberry Pi Firmware based PWM bus")