summaryrefslogtreecommitdiff
path: root/drivers/staging/media
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-04-08media: staging: media: zoran: fix various V4L2 compliance errorsHans Verkuil2-4/+11
2022-04-08media: staging: media: zoran: calculate the right buffer number for zoran_rea...Corentin Labbe1-1/+6
2022-04-08media: staging: media: zoran: move videodev allocCorentin Labbe3-33/+54
2022-04-08media: cedrus: h264: Fix neighbour info buffer sizeJernej Skrabec1-1/+1
2022-04-08media: cedrus: H265: Fix neighbour info buffer sizeJernej Skrabec1-1/+1
2022-04-08media: hantro: Fix overfill bottom register field nameChen-Yu Tsai2-2/+2
2022-04-08media: meson: vdec: potential dereference of null pointerJiasheng Jiang3-5/+14
2022-04-08media: imx: imx8mq-mipi_csi2: fix system resumeMartin Kepplinger1-24/+47
2022-04-08media: imx: imx8mq-mipi-csi2: remove wrong irq config write operationMartin Kepplinger1-3/+0
2022-04-08media: staging: media: imx: imx7-mipi-csis: Make subdev name uniqueLaurent Pinchart1-4/+2
2022-04-08media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_sizeCorentin Labbe1-2/+4
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-ov2680: Fix ov2680_set_fmt() clobbering the exposureHans de Goede1-24/+0
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: hantro: Fix probe func error pathJernej Skrabec1-1/+2
2022-01-27media: hantro: Hook up RK3399 JPEG encoder outputChen-Yu Tsai4-4/+23
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-11-18media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_infoRicardo Ribalda1-2/+3
2021-11-18media: ipu3-imgu: imgu_fmt: Handle properly tryRicardo Ribalda1-1/+1
2021-11-18media: imx: set a media_device bus_info stringMartin Kepplinger1-0/+2
2021-11-18media: atomisp: Fix error handling in probeEvgeny Novikov1-13/+24
2021-11-18media: rkvdec: Support dynamic resolution changesChen-Yu Tsai1-20/+20
2021-11-18media: rkvdec: Do not override sizeimage for output formatChen-Yu Tsai1-2/+3
2021-11-12media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_initGustavo A. R. Silva2-5/+4
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-27Merge tag 'media/v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-2/+2
2021-09-06media: cedrus: Fix SUNXI tile size calculationNicolas Dufresne1-1/+1
2021-09-06media: hantro: Fix check for single irqJernej Skrabec1-1/+1
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 Torvalds41-503/+1883
2021-08-31Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus 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