summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci
AgeCommit message (Expand)Author
2021-09-01Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2021-08-17media/atomisp: Use lockdep instead of *mutex_is_locked()Peter Zijlstra
2021-07-22media: atomisp: pci: reposition braces as per coding styleDeepak R Varma
2021-07-22media: atomisp: Move MIPI_PORT_LANES to the only userAndy Shevchenko
2021-07-22media: atomisp: Perform a single memset() for unionKees Cook
2021-07-22media: atomisp: pci: fix error return code in atomisp_pci_probe()Yang Yingliang
2021-07-22media: atomisp: pci: Remove unnecessary (void *) castFabio M. De Francesco
2021-07-22media: atomisp: pci: Remove checks before kfree/kvfreeFabio M. De Francesco
2021-07-22media: atomisp: Remove unused port_enabled variableAndy Shevchenko
2021-07-22media: atomisp: Annotate a couple of definitions with __maybe_unusedAndy Shevchenko
2021-07-22media: atomisp: Remove unused declarationsAndy Shevchenko
2021-07-22media: atomisp: remove the repeated declarationShaokun Zhang
2021-07-22media: atomisp: Fix whitespace at the beginning of lineAniket Bhattacharyea
2021-07-22media: atomisp: Align block commentsJiabing Wan
2021-07-22media: atomisp: Use sysfs_emit() instead of sprintf() where appropriateNguyen Dinh Phi
2021-07-22media: atomisp: Fix line continuation style issue in sh_css.cMartiros Shakhzadyan
2021-07-22media: atomisp: Use kcalloc instead of kzalloc with multiply in sh_css.cMartiros Shakhzadyan
2021-07-22media: atomisp: Remove unnecessary parens in sh_css.cMartiros Shakhzadyan
2021-07-22media: atomisp: Resolve goto style issue in sh_css.cMartiros Shakhzadyan
2021-07-22media: atomisp: use list_splice_init in atomisp_compat_css20.cBaokun Li
2021-07-22media: atomisp: remove useless returnsPavel Skripkin
2021-07-22media: atomisp: remove dublicate codePavel Skripkin
2021-07-22media: atomisp: remove useless breaksPavel Skripkin
2021-07-22media: atomisp: pci: fixed a curly bracket coding style issue.Dmitrii Wolf
2021-07-22media: atomisp: Fix runtime PM imbalance in atomisp_pci_probeDinghao Liu
2021-07-22media: atomisp: Fix typo "accesible"Ricardo Ribalda
2021-06-17media: atomisp: remove compat_ioctl32 codeArnd Bergmann
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen
2021-05-19staging: media: atomisp: use pm_runtime_resume_and_get()Mauro Carvalho Chehab
2021-05-19media: staging: media: atomisp: Fix line split style issuesMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Refactor ia_css_stream_load()Martiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Fix alignment and line length issuesMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Replace if else clause with a ternaryMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Remove a superfluous else clause in sh_css.cMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Remove all redundant assertions in sh_css.cMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Fix the rest of sh_css.c brace issuesMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Remove redundant assertions in sh_css.cMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: Fix sh_css.c brace coding style issuesMartiros Shakhzadyan
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro
2021-05-19media: staging: media: atomisp: pci: Balance braces around conditional statem...Aline Santana Cordeiro
2021-05-10media: staging: media: atomisp: pci: Format comments according to coding-styl...Aline Santana Cordeiro
2021-05-10media: staging: media: atomisp: pci: Format comments according to coding-styl...Aline Santana Cordeiro
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of condition...Aline Santana Cordeiro
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of condition...Aline Santana Cordeiro
2021-03-23media: atomisp: remove duplicate include in sh_cssZhang Yunkai
2021-03-23media: staging: atomisp: reduce kernel stack usageArnd Bergmann
2021-03-23media: atomisp: do not free kmalloc memory by vfreeJiri Slaby
2021-03-23media: atomisp: remove redundant NULL checkYang Li