Re: [PATCH 0/7] drm: Extend COMPILE_TEST support to some ARM drivers

2021-07-30 Thread Laurent Pinchart
Hi Sam, On Thu, Jul 29, 2021 at 06:53:33PM +0200, Sam Ravnborg wrote: > On Wed, Jul 28, 2021 at 06:37:29PM +0300, Laurent Pinchart wrote: > > Hello, > > > > This patch series stems from subsystem-wide changes I wanted to > > compile-test with an ARM64 cross-compiler. My laziness to fire a 32-bit

Re: [PATCH 0/7] drm: Extend COMPILE_TEST support to some ARM drivers

2021-07-29 Thread Sam Ravnborg
Hi Laurent, On Wed, Jul 28, 2021 at 06:37:29PM +0300, Laurent Pinchart wrote: > Hello, > > This patch series stems from subsystem-wide changes I wanted to > compile-test with an ARM64 cross-compiler. My laziness to fire a 32-bit > ARM build probably resulted in more time being spent writing these

Re: [PATCH 0/7] drm: Extend COMPILE_TEST support to some ARM drivers

2021-07-28 Thread Tomi Valkeinen
On 28/07/2021 18:37, Laurent Pinchart wrote: Hello, This patch series stems from subsystem-wide changes I wanted to compile-test with an ARM64 cross-compiler. My laziness to fire a 32-bit ARM build probably resulted in more time being spent writing these patches, but hopefully they'll turn out t

[PATCH 0/7] drm: Extend COMPILE_TEST support to some ARM drivers

2021-07-28 Thread Laurent Pinchart
Hello, This patch series stems from subsystem-wide changes I wanted to compile-test with an ARM64 cross-compiler. My laziness to fire a 32-bit ARM build probably resulted in more time being spent writing these patches, but hopefully they'll turn out to be useful for more people :-) Patches 1/7 an