Re: [PATCH v8 01/13] dt-bindings: mfd: Add 'nxp,imx8mq-vpu-ctrl' to syscon list

2021-04-06 Thread Hans Verkuil
Hi Benjamin, The commit logs in this series have a few too many grammatical mistakes. And since I want some other changes as well, I'll just review the text so it can be fixed in v9. On 01/04/2021 17:59, Benjamin Gaignard wrote: > Add 'nxp,imx8mq-vpu-ctrl' in the list of possible syscon. in ->

Re: [PATCH v8 02/13] dt-bindings: media: nxp,imx8mq-vpu: Update the bindings for G2 support

2021-04-06 Thread Hans Verkuil
On 01/04/2021 17:59, Benjamin Gaignard wrote: > Introducing G2 hevc video decoder lead to modify the bindings to allow > to get one node per VPUs. Introducing the G2 hevc video decoder requires modifications of the bindings to allow one node per VPU. > VPUs share one hardware control block

[PATCH] drivers: staging: rtl8712: align arguments with open parenthesis

2021-04-06 Thread Beatriz Martins de Carvalho
Clean up checks of "Alignment should match open parenthesis" in file mlme_osdep.h Signed-off-by: Beatriz Martins de Carvalho --- drivers/staging/rtl8712/mlme_osdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/mlme_osdep.h

[driver-core:kbuild] BUILD SUCCESS 6c4aba52ccce2487234ff8abfa4e3af69d3dff8e

2021-04-06 Thread kernel test robot
allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20210406 i386 randconfig-a003-20210406 i386 randconfig-a001-20210406 i386 randconfig-a004-20210406

[staging:staging-testing] BUILD SUCCESS e91cafdf3c18b927e61eb4ee18e4865b8485f24f

2021-04-06 Thread kernel test robot
allmodconfig powerpc allnoconfig x86_64 randconfig-a004-20210406 x86_64 randconfig-a003-20210406 x86_64 randconfig-a005-20210406 x86_64 randconfig-a001-20210406 x86_64 randconfig

Re: [PATCH v2 1/2] media: staging/intel-ipu3: Fix memory leak in imu_fmt

2021-04-06 Thread Ricardo Ribalda
Hi Bingbu Maybe you want to add your Reviewed-by ? ;) Thanks! On Wed, Mar 17, 2021 at 7:48 AM Bingbu Cao wrote: > > > On 3/17/21 1:50 AM, Ricardo Ribalda wrote: > > Hi Bingbu > > > > Thanks for your review > > > > On Tue, Mar 16, 2021 at 12:29 PM Bingbu Cao > > wrote: > >> > >> Hi, Ricardo >