summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp
AgeCommit message (Expand)AuthorFilesLines
2021-06-17media: atomisp: remove compat_ioctl32 codeArnd Bergmann4-1208/+8
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen14-106/+124
2021-05-19staging: media: atomisp: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-2/+2
2021-05-19media: staging: media: atomisp: remove unnecessary pr_info callsDeepak R Varma1-17/+0
2021-05-19media: staging: media: atomisp: replace raw pr_*() by dev_dbg()Deepak R Varma1-15/+15
2021-05-19media: staging: media: atomisp: fix CamelCase variable namingDeepak R Varma1-31/+32
2021-05-19media: staging: media: atomisp: reformat code comment blocksDeepak R Varma6-43/+67
2021-05-19media: staging: media: atomisp: remove unnecessary bracesDeepak R Varma1-3/+3
2021-05-19media: staging: media: atomisp: balance braces around if...else blockDeepak R Varma2-4/+4
2021-05-19media: staging: media: atomisp: Fix line split style issuesMartiros Shakhzadyan1-49/+42
2021-05-19media: staging: media: atomisp: Refactor ia_css_stream_load()Martiros Shakhzadyan1-37/+36
2021-05-19media: staging: media: atomisp: Fix alignment and line length issuesMartiros Shakhzadyan1-286/+333
2021-05-19media: staging: media: atomisp: Replace if else clause with a ternaryMartiros Shakhzadyan1-5/+2
2021-05-19media: staging: media: atomisp: Remove a superfluous else clause in sh_css.cMartiros Shakhzadyan1-4/+2
2021-05-19media: staging: media: atomisp: Remove all redundant assertions in sh_css.cMartiros Shakhzadyan1-13/+0
2021-05-19media: staging: media: atomisp: Fix the rest of sh_css.c brace issuesMartiros Shakhzadyan1-636/+498
2021-05-19media: staging: media: atomisp: Remove redundant assertions in sh_css.cMartiros Shakhzadyan1-8/+0
2021-05-19media: staging: media: atomisp: Fix sh_css.c brace coding style issuesMartiros Shakhzadyan1-134/+90
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro1-2/+2
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro1-2/+2
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro1-2/+2
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro1-9/+10
2021-05-10media: staging: media: atomisp: pci: Format comments according to coding-styl...Aline Santana Cordeiro1-118/+43
2021-05-10media: staging: media: atomisp: pci: Format comments according to coding-styl...Aline Santana Cordeiro1-3/+5
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of condition...Aline Santana Cordeiro1-2/+2
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of condition...Aline Santana Cordeiro1-1/+1
2021-05-10media: staging: media: atomisp: Minor code style changesMartiros Shakhzadyan1-4/+4
2021-05-10media: staging: media: atomisp: i2c: align line break to match with open pare...Beatriz Martins de Carvalho1-2/+2
2021-05-10media: staging: media: atomisp: Removed a superfluous else clauseMartiros Shakhzadyan1-5/+5
2021-04-06media: atomisp: fix a typoBhaskar Chowdhury1-1/+1
2021-03-23media: atomisp: remove duplicate include in sh_cssZhang Yunkai1-3/+0
2021-03-23media: staging: atomisp: reduce kernel stack usageArnd Bergmann3-36/+33
2021-03-23media: staging: media/atomisp: don't compile unused codekarthik alapati1-2/+3
2021-03-23media: atomisp: do not free kmalloc memory by vfreeJiri Slaby1-1/+1
2021-03-23media: atomisp: auto-select VIDEO_V4L2_SUBDEV_APITong Zhang1-0/+1
2021-03-23media: atomisp: remove redundant NULL checkYang Li1-4/+2
2021-03-23media: atomisp: remove redundant NULL checkYang Li1-4/+2
2021-03-23media: atomisp: fix Wvisiblity warningArnd Bergmann1-0/+2
2021-03-23media: atomisp: ov2722: remove unnecessary debug printFilip Kolev1-2/+0
2021-03-22media: atomisp: Remove redundant NULL checkXu Wang1-2/+1
2021-03-22media: atomisp: Remove redundant NULL checkXu Wang1-2/+1
2021-03-22media: atomisp: replace boolean comparison of values with bool variablesAditya Srivastava3-13/+13
2021-03-22media: atomisp: Fix use after free in atomisp_alloc_css_stat_bufs()Dan Carpenter1-3/+1
2021-03-22media: atomisp: Write function decleration in one linePhilipp Gerlesberger1-33/+11
2021-03-22media: atomisp: Fix BLOCK_COMMENT_STYLEPhilipp Gerlesberger1-2/+2
2021-03-22media: atomisp: Fix PARENTHESIS_ALIGNMENTPhilipp Gerlesberger1-2/+1
2021-03-22media: atomisp: Delete bracesPhilipp Gerlesberger1-2/+0
2021-03-22media: atomisp: Fix funciton declerationPhilipp Gerlesberger1-3/+2
2021-03-22media: atomisp: Fix overlong linePhilipp Gerlesberger1-1/+2
2021-03-22media: atomisp: Fix OPEN_ENDED_LINEPhilipp Gerlesberger1-2/+1