aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
AgeCommit message (Expand)AuthorFilesLines
2021-05-19staging: media: atomisp: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-2/+2
2021-05-19staging: media: imx7-mipi-csis: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-4/+3
2021-05-19media: hantro: add initial SAMA5D4 supportEmil Velikov5-1/+133
2021-05-19media: hantro: add fallback handling for single irq/clkEmil Velikov1-8/+29
2021-05-19media: hantro: introduce hantro_g1.c for common APIEmil Velikov5-52/+48
2021-05-19media: hantro: imx: remove unused includeEmil Velikov1-1/+0
2021-05-19media: hantro: imx: remove duplicate dec_base initEmil Velikov1-1/+0
2021-05-19media: hantro: imx: reuse MB_DIM defineEmil Velikov1-2/+2
2021-05-19media: hantro: use G1_REG_INTERRUPT directly for the mpeg2Emil Velikov1-3/+2
2021-05-19media: hevc: Fix dependent slice segment flagsJernej Skrabec1-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: tegra-video: Align line break to match with the open parenthesis in file vi.cAline Santana Cordeiro1-2/+2
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
2021-05-10media: staging: media: atomisp: pci: Format comments according to coding-style in file atomisp_acc.cAline Santana Cordeiro1-3/+5
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of conditional statements in file atomisp_acc.cAline Santana Cordeiro1-2/+2
2021-05-10media: staging: media: atomisp: pci: Correct identation in block of conditional statements in file atomisp_v4l2.cAline Santana Cordeiro1-1/+1
2021-05-10media: staging: media: omap4iss: Remove unused macro functionAline Santana Cordeiro1-3/+0
2021-05-10media: staging: media: atomisp: Minor code style changesMartiros Shakhzadyan1-4/+4
2021-05-10media: staging: media: zoran: add spaces around '<<' operatorMitali Borkar1-7/+7
2021-05-10media: staging: media: intel-ipu3: line should not end with '['Mitali Borkar1-2/+2
2021-05-10media: staging: media: intel-ipu3: remove space before tabsMitali Borkar1-1/+1
2021-05-10media: staging: media: intel-ipu3: reduce length of lineMitali Borkar1-2/+4
2021-05-10media: staging: media: intel-ipu3: remove unnecessary blank lineMitali Borkar1-1/+0
2021-05-10media: staging: media: atomisp: i2c: align line break to match with open parenthesisBeatriz Martins de Carvalho1-2/+2
2021-05-10media: staging: media: atomisp: Removed a superfluous else clauseMartiros Shakhzadyan1-5/+5
2021-05-10media: staging: media: omap4iss: Align line break to the open parenthesis in file iss_video.cAline Santana Cordeiro1-2/+2
2021-05-10media: staging: media: hantro: Align line break to the open parenthesis in file hantro_mpeg2.cAline Santana Cordeiro1-1/+1
2021-05-10media: staging: media: hantro: Align line break to the open parenthesis in file hantro_hw.hAline Santana Cordeiro1-1/+1
2021-05-10media: hantro: do a PM resume earlierMauro Carvalho Chehab1-11/+22
2021-05-10staging: media: rkvdec: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-1/+1
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2021-04-15media: cedrus: Fix H265 status definitionsJernej Skrabec1-8/+9