aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-6/+4
2021-09-01Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds41-503/+1883
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-08-23Revert "media: dvb header files: move some headers to staging"Linus Torvalds4-506/+3
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-08-04media: imx: add a driver for i.MX8MQ mipi csi rx phy and controllerMartin Kepplinger2-0/+992
2021-08-04media: imx: imx7_mipi_csis: convert some switch cases to the defaultTom Rix1-4/+2
2021-08-04media: imx: imx7-media-csi: Fix buffer return upon stream start failureLaurent Pinchart1-6/+9
2021-08-04media: imx: imx7-media-csi: Don't set PIXEL_BIT in CSICR1Laurent Pinchart1-15/+0
2021-08-04media: imx: imx7-media-csi: Set TWO_8BIT_SENSOR for >= 10-bit formatsLaurent Pinchart1-1/+5
2021-07-22media: atomisp: pci: reposition braces as per coding styleDeepak R Varma4-196/+155
2021-07-22media: atomisp: i2c: Remove a superfluous else clause in atomisp-mt9m114.cMartiros Shakhzadyan1-6/+5
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-22media: v4l2-subdev: fix some NULL vs IS_ERR() checksDan Carpenter1-2/+2
2021-07-22media: hantro: Add support for the Rockchip PX30Paul Kocialkowski3-0/+19
2021-07-22media: hantro: Enable H.264 on Rockchip VDPU2Ezequiel Garcia1-1/+25
2021-07-22media: hantro: Add H.264 support for Rockchip VDPU2Jonas Karlman3-0/+493
2021-07-22media: hantro: h264: Move reference picture number to a helperEzequiel Garcia3-12/+15
2021-07-22media: hantro: h264: Move DPB valid and long-term bitmapsEzequiel Garcia3-15/+19
2021-07-22media: hantro: Avoid redundant hantro_get_{dst,src}_buf() callsEzequiel Garcia3-28/+26
2021-07-22media: hantro: Make struct hantro_variant.init() optionalEzequiel Garcia3-12/+8
2021-07-22media: hantro: vp8: Move noisy WARN_ON to vpu_debugEzequiel Garcia2-6/+20
2021-07-12media: atomisp: remove redundant initialization of variable retColin Ian King1-1/+1