[PATCH 5/5] staging: media: atomisp: code formatting changes sh_css_version.c

2021-04-30 Thread Deepak R Varma
Trivial code reformatting changes done according to the coding style guidelines. These code changes overall improve code readability and also address chackpatch complaints. Signed-off-by: Deepak R Varma --- drivers/staging/media/atomisp/pci/sh_css_version.c | 4 ++-- 1 file changed, 2 insertions

[PATCH 4/5] staging: media: atomisp: code formatting changes sh_css_sp.c

2021-04-30 Thread Deepak R Varma
Several trivial code reformatting changes done according to the coding style guidelines. These code changes overall improve code organisation and readability and also address many chackpatch error, warning and check complaints. Signed-off-by: Deepak R Varma --- drivers/staging/media/atomisp/pci/

[PATCH 3/5] staging: media: atomisp: code formatting changes sh_css_params.c

2021-04-30 Thread Deepak R Varma
Several trivial code reformatting changes done according to the coding style guidelines. These code changes overall improve code organisation and readability and also address many chackpatch error, warning and check complaints. Signed-off-by: Deepak R Varma --- .../staging/media/atomisp/pci/sh_c

[PATCH 2/5] staging: media: atomisp: code formatting changes sh_css_mipi.c

2021-04-30 Thread Deepak R Varma
Several trivial code reformatting changes done according to the coding style guidelines. These code changes overall improve code organisation and readability and also address many chackpatch error, warning and check complaints. Signed-off-by: Deepak R Varma --- .../staging/media/atomisp/pci/sh_c

[PATCH 1/5] staging: media: atomisp: code formatting changes atomisp_csi2.c

2021-04-30 Thread Deepak R Varma
Several trivial code reformatting changes done according to the coding style guidelines. These changes improves code organisation and readability and also 4 address many chackpatch error, warning and check complaints. Signed-off-by: Deepak R Varma --- .../staging/media/atomisp/pci/atomisp_csi2.c

[PATCH 0/5] staging: media: atomisp: code formatting changes

2021-04-30 Thread Deepak R Varma
This patch set overall improves the code organisation and readability of the files of atomisp drivers. There are several complaints reported by checkpatch including ERROR and WARNING types on the files under atomisp/pci directory. The changes are proposed on a per file basis since there are many i

[driver-core:umn.edu-reverts] BUILD SUCCESS 1c218105914cc336997fa930205e94fa2add65d7

2021-04-30 Thread kernel test robot
randconfig-a003-20210430 x86_64 randconfig-a004-20210430 x86_64 randconfig-a002-20210430 x86_64 randconfig-a006-20210430 x86_64 randconfig-a001-20210430 x86_64 randconfig-a005-20210430 i386 randconfig-a004-20210430

[driver-core:umn.edu-reverts-round1] BUILD SUCCESS e68775d49af33dc6cae8f6dd466fd46cc7524442

2021-04-30 Thread kernel test robot
ig powerpc allnoconfig x86_64 randconfig-a003-20210430 x86_64 randconfig-a004-20210430 x86_64 randconfig-a002-20210430 x86_64 randconfig-a006-20210430 x86_64 randconfig-a001-20210430 x86_64 randconfig-a005-2021

[driver-core:debugfs_cleanup] BUILD SUCCESS 0a2023d7b1c0a07ad0297e4ba0674166f7f2094f

2021-04-30 Thread kernel test robot
randconfig-a004-20210430 i386 randconfig-a001-20210430 i386 randconfig-a003-20210430 i386 randconfig-a002-20210430 i386 randconfig-a005-20210430 i386 randconfig-a006-20210430 i386

Re: [PATCH v4 78/79] media: hantro: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Wed, 28 Apr 2021 16:52:39 +0200 Mauro Carvalho Chehab wrote: > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with > usage counter") > added pm_runtime_resume_and_get() in order to automatically handle > dev->power.usage_count decrement on errors. > > While there's

Re: [PATCH] staging: media: atomisp: pci: reposition braces as per coding style

2021-04-30 Thread Deepak R Varma
On Fri, Apr 30, 2021 at 08:12:41PM +0300, Sakari Ailus wrote: > Hi Deepak, > > On Fri, Apr 30, 2021 at 10:34:37PM +0530, Deepak R Varma wrote: > > On Fri, Apr 30, 2021 at 07:33:27PM +0300, Sakari Ailus wrote: > > > Hi Deepak, > > > > > > If you're touching all these lines, I might do a little mor

Re: [PATCH v4 26/79] staging: media: tegra-video: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Wed, 28 Apr 2021 16:51:47 +0200 Mauro Carvalho Chehab wrote: > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with > usage counter") > added pm_runtime_resume_and_get() in order to automatically handle > dev->power.usage_count decrement on errors. > > Use the new AP

Re: [PATCH] staging: media: atomisp: pci: reposition braces as per coding style

2021-04-30 Thread Sakari Ailus
Hi Deepak, On Fri, Apr 30, 2021 at 10:34:37PM +0530, Deepak R Varma wrote: > On Fri, Apr 30, 2021 at 07:33:27PM +0300, Sakari Ailus wrote: > > Hi Deepak, > > > > If you're touching all these lines, I might do a little more. Please see > > the comments below. > > > Hello Sakari, > I can definitel

Re: [PATCH v4 25/79] staging: media: tegra-vde: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Fri, 30 Apr 2021 18:08:36 +0100 Jonathan Cameron wrote: > On Wed, 28 Apr 2021 16:51:46 +0200 > Mauro Carvalho Chehab wrote: > > > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal > > with usage counter") > > added pm_runtime_resume_and_get() in order to automatically

Re: [PATCH v4 25/79] staging: media: tegra-vde: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Wed, 28 Apr 2021 16:51:46 +0200 Mauro Carvalho Chehab wrote: > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with > usage counter") > added pm_runtime_resume_and_get() in order to automatically handle > dev->power.usage_count decrement on errors. > > Use the new AP

Re: [PATCH v4 21/79] staging: media: atomisp: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Wed, 28 Apr 2021 16:51:42 +0200 Mauro Carvalho Chehab wrote: > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with > usage counter") > added pm_runtime_resume_and_get() in order to automatically handle > dev->power.usage_count decrement on errors. > > Use the new AP

Re: [PATCH v4 24/79] staging: media: cedrus_video: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Wed, 28 Apr 2021 16:51:45 +0200 Mauro Carvalho Chehab wrote: > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with > usage counter") > added pm_runtime_resume_and_get() in order to automatically handle > dev->power.usage_count decrement on errors. > > Use the new AP

Re: [PATCH v4 23/79] staging: media: ipu3: use pm_runtime_resume_and_get()

2021-04-30 Thread Jonathan Cameron
On Wed, 28 Apr 2021 16:51:44 +0200 Mauro Carvalho Chehab wrote: > Commit dd8088d5a896 ("PM: runtime: Add pm_runtime_resume_and_get to deal with > usage counter") > added pm_runtime_resume_and_get() in order to automatically handle > dev->power.usage_count decrement on errors. > > Use the new AP

Re: [PATCH] staging: media: atomisp: pci: reposition braces as per coding style

2021-04-30 Thread Deepak R Varma
On Fri, Apr 30, 2021 at 07:33:27PM +0300, Sakari Ailus wrote: > Hi Deepak, > > If you're touching all these lines, I might do a little more. Please see > the comments below. > Hello Sakari, I can definitely include other changes, but then it will be many different types of changes into a single p

Re: [RFC RESEND 2/3] media: uapi: Add VP9 stateless decoder controls

2021-04-30 Thread Andrzej Pietrasiewicz
Hi Hans, Thank you for the review. I'm working on a v2 to address your comments. Also please see inline. Andrzej W dniu 29.04.2021 o 12:20, Hans Verkuil pisze: On 21/04/2021 12:00, Andrzej Pietrasiewicz wrote: Add the VP9 stateless decoder controls plus the documentation that goes with it. S

Re: [PATCH] staging: media: atomisp: pci: reposition braces as per coding style

2021-04-30 Thread Sakari Ailus
Hi Deepak, If you're touching all these lines, I might do a little more. Please see the comments below. On Fri, Apr 30, 2021 at 09:10:12PM +0530, Deepak R Varma wrote: > Misplaced braces makes it difficult to follow the code easily. This also > goes against the code style guidelines. This resolve

[PATCH] staging: media: atomisp: pci: reposition braces as per coding style

2021-04-30 Thread Deepak R Varma
Misplaced braces makes it difficult to follow the code easily. This also goes against the code style guidelines. This resolved following checkpatch complaints: ERROR: open brace '{' following function definitions go on the next line ERROR: that open brace { should be on the previous line Signed-o

Re: [RFC RESEND 0/3] vp9 v4l2 stateless uapi

2021-04-30 Thread Hans Verkuil
Hi Nicolas, On 29/04/2021 21:38, Nicolas Dufresne wrote: > Le jeudi 29 avril 2021 à 11:23 +0200, Hans Verkuil a écrit : >> On 27/04/2021 01:34, Ezequiel Garcia wrote: >>> On Mon, 26 Apr 2021 at 14:38, Nicolas Dufresne wrote: Le lundi 26 avril 2021 à 09:38 +0200, Hans Verkuil a écrit : >