aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp
AgeCommit message (Expand)AuthorFilesLines
2021-07-22media: atomisp: Move MIPI_PORT_LANES to the only userAndy Shevchenko2-11/+11
2021-07-22media: atomisp: Perform a single memset() for unionKees Cook1-4/+1
2021-07-22media: atomisp: pci: fix error return code in atomisp_pci_probe()Yang Yingliang1-1/+2
2021-07-22media: atomisp: pci: Remove unnecessary (void *) castFabio M. De Francesco1-1/+1
2021-07-22media: atomisp: pci: Remove checks before kfree/kvfreeFabio M. De Francesco1-4/+2
2021-07-22media: atomisp: Remove unused port_enabled variableAndy Shevchenko1-3/+0
2021-07-22media: atomisp: Annotate a couple of definitions with __maybe_unusedAndy Shevchenko1-2/+2
2021-07-22media: atomisp: Remove unused declarationsAndy Shevchenko1-17/+0
2021-07-22media: atomisp: remove the repeated declarationShaokun Zhang1-2/+0
2021-07-22media: atomisp: improve error handling in gc2235_detect()Tom Rix1-10/+3
2021-07-22media: atomisp: Fix whitespace at the beginning of lineAniket Bhattacharyea1-4/+4
2021-07-22media: atomisp: Align block commentsJiabing Wan1-2/+2
2021-07-22media: atomisp: Use sysfs_emit() instead of sprintf() where appropriateNguyen Dinh Phi1-3/+3
2021-07-22media: atomisp: Fix line continuation style issue in sh_css.cMartiros Shakhzadyan1-8/+6
2021-07-22media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.cMartiros Shakhzadyan1-10/+12
2021-07-22media: atomisp: Remove unnecessary parens in sh_css.cMartiros Shakhzadyan1-1/+1
2021-07-22media: atomisp: Resolve goto style issue in sh_css.cMartiros Shakhzadyan1-2/+2
2021-07-22media: atomisp: fix the uninitialized use and rename "retvalue"Yizhuo1-4/+7
2021-07-22media: atomisp: use list_splice_init in atomisp_compat_css20.cBaokun Li1-33/+5
2021-07-22media: atomisp: remove useless returnsPavel Skripkin1-38/+0
2021-07-22media: atomisp: remove dublicate codePavel Skripkin1-13/+0
2021-07-22media: atomisp: remove useless breaksPavel Skripkin1-11/+0
2021-07-22media: atomisp: pci: fixed a curly bracket coding style issue.Dmitrii Wolf1-1/+2
2021-07-22media: atomisp: Fix runtime PM imbalance in atomisp_pci_probeDinghao Liu1-0/+1
2021-07-22media: atomisp-ov2680: A trivial typo fixBhaskar Chowdhury1-1/+1
2021-07-22media: atomisp: Fix typo "accesible"Ricardo Ribalda3-3/+3
2021-07-12media: atomisp: remove redundant initialization of variable retColin Ian King1-1/+1
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 statements in file atomisp_v4l2.cAline Santana Cordeiro1-2/+2
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_subdev.cAline Santana Cordeiro1-2/+2
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_compat_css20.cAline Santana Cordeiro1-2/+2
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statements in file atomisp_cmd.cAline Santana Cordeiro1-9/+10
2021-05-10media: staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_cmd.hAline Santana Cordeiro1-118/+43