summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci
AgeCommit message (Expand)AuthorFilesLines
2022-04-08media: atomisp: fix bad usage at error handling logicMauro Carvalho Chehab1-9/+19
2022-04-08media: atomisp: fix dummy_ptr check to avoid duplicate active_boTsuchiya Yuto1-3/+4
2022-04-08media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator o...Hans de Goede1-0/+18
2022-01-27media: atomisp: fix "variable dereferenced before check 'asd'"Tsuchiya Yuto2-2/+4
2022-01-27media: atomisp: handle errors at sh_css_create_isp_params()Mauro Carvalho Chehab1-2/+6
2022-01-27media: atomisp: check before deference asd variableMauro Carvalho Chehab1-2/+4
2022-01-27media: atomisp: set per-device's default modeMauro Carvalho Chehab5-7/+23
2022-01-27media: atomisp: fix try_fmt logicMauro Carvalho Chehab1-1/+71
2022-01-27media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr()Dan Carpenter1-1/+1
2022-01-27media: atomisp: fix enum formats logicMauro Carvalho Chehab1-6/+17
2022-01-27media: atomisp: add NULL check for asd obtained from atomisp_video_pipeTsuchiya Yuto3-0/+169
2022-01-27media: atomisp: fix ifdefs in sh_css.cTsuchiya Yuto1-16/+11
2022-01-27media: atomisp: fix inverted error check for ia_css_mipi_is_source_port_valid()Tsuchiya Yuto1-9/+15
2022-01-27media: atomisp: do not use err var when checking port validity for ISP2400Tsuchiya Yuto1-3/+6
2022-01-27media: atomisp: fix inverted logic in buffers_needed()Tsuchiya Yuto1-4/+4
2022-01-27media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up caseTsuchiya Yuto1-4/+4
2022-01-27media: atomisp: add missing media_device_cleanup() in atomisp_unregister_enti...Tsuchiya Yuto1-0/+1
2021-10-04Merge tag 'media/v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+2
2021-10-04media: atomisp: restore missing 'return' statementArnd Bergmann1-0/+2
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-6/+4
2021-09-01Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds19-369/+214
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan4-4/+4
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-2/+0
2021-08-17media/atomisp: Use lockdep instead of *mutex_is_locked()Peter Zijlstra1-2/+2
2021-07-22media: atomisp: pci: reposition braces as per coding styleDeepak R Varma4-196/+155
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: 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: 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: Fix typo "accesible"Ricardo Ribalda3-3/+3
2021-06-17media: atomisp: remove compat_ioctl32 codeArnd Bergmann2-1207/+3
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen8-75/+93