aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-01-28media: vsp1: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2022-01-28media: i2c: max9286: Use "maxim,gpio-poc" propertyJacopo Mondi1-30/+90
2022-01-24media: mtk-cir: simplify codeSean Young1-3/+4
2022-01-24media: mtk-cir: remove superfluous ir_raw_event_reset()Sean Young1-12/+11
2022-01-24media: mtk-cir: reduce message end to fix nec repeatsSean Young1-4/+5
2022-01-24media: lirc: simplify gap calculationSean Young1-13/+6
2022-01-24media: ir_toy: free before error exitingPeiwei Hu1-1/+1
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_enc_pmYunfei Dong3-13/+8
2022-01-23media: mtk-vcodec: Remove mtk_vcodec_release_dec_pmYunfei Dong4-17/+15
2022-01-23media: mtk-vcodec: Use codec type to separate different hardwareYunfei Dong3-9/+41
2022-01-23media: mtk-vcodec: Add core dec and dec end ipi msgYunfei Dong3-0/+34
2022-01-23media: mtk-vcodec: Support 34bits dma address for vdecYunfei Dong1-0/+8
2022-01-23media: mtk-vcodec: Add work queue for core hardware decodeYunfei Dong4-1/+53
2022-01-23media: mtk-vcodec: Add new interface to lock different hardwareYunfei Dong3-5/+7
2022-01-23media: mtk-vcodec: Generalize power and clock on/off interfacesYunfei Dong9-38/+144
2022-01-23media: mtk-vcodec: Add msg queue feature for lat and core architectureYunfei Dong4-0/+419
2022-01-23media: mtk-vcodec: Add irq interface for multi hardwareYunfei Dong12-39/+72
2022-01-23media: mtk-vcodec: Use pure single core for MT8183Yunfei Dong3-0/+13
2022-01-23media: mtk-vcodec: Add to support multi hardware decodeYunfei Dong7-32/+333
2022-01-23media: mtk-vcodec: Support MT8192Yunfei Dong3-0/+21
2022-01-23media: mtk-vcodec: export decoder pm functionsYunfei Dong1-0/+6
2022-01-23media: mtk-vcodec: Refactor vcodec pm interfaceYunfei Dong5-21/+14
2022-01-23media: mtk-vcodec: Align vcodec wake up interrupt interfaceYunfei Dong3-16/+9
2022-01-23media: mtk-vcodec: Get numbers of register bases from DTYunfei Dong1-9/+28
2022-01-23media: atmel: atmel-isc: add raw Bayer 8bit 10bit output formatsEugen Hristev2-0/+48
2022-01-23media: atmel: atmel-sama7g5-isc: fix UYVY input format mbus_code typoEugen Hristev1-1/+1
2022-01-23media: atmel: atmel-isc-base: clamp wb gain coefficientsEugen Hristev1-0/+4
2022-01-23media: atmel: atmel-isc-base: add wb debug messagesEugen Hristev1-0/+18
2022-01-23media: atmel: atmel-isc-base: fix bytesperline value for planar formatsEugen Hristev2-2/+21
2022-01-23media: atmel: atmel-isc-base: report frame sizes as full supported rangeEugen Hristev1-12/+10
2022-01-23media: atmel: atmel-isc-base: remove frameintervals VIDIOCEugen Hristev1-37/+0
2022-01-23media: atmel: atmel-sama7g5-isc: fix ispck leftoverEugen Hristev1-6/+0
2022-01-23media: atmel: atmel-isc: replace video device name with module nameEugen Hristev1-1/+1
2022-01-23media: atmel: atmel-isc: split the clock code into separate source fileEugen Hristev4-296/+320
2022-01-23media: atmel: introduce microchip csi2dc driverEugen Hristev4-0/+823
2022-01-23media: stm32: dcmi: create a dma scatterlist based on DMA max_sg_burst valueAlain Volmat1-12/+39
2022-01-23media: v4l2-ctrls: make array range staticColin Ian King1-1/+1
2022-01-23media: media/radio: make array probe_ports static constColin Ian King1-1/+1
2022-01-23media: gspca: make array regs_to_read static constColin Ian King1-1/+3
2022-01-23media: bttv: fix WARNING regression on tunerless devicesOndrej Zary1-2/+2
2022-01-23media: imx-jpeg: use NV12M to represent non contiguous NV12Ming Qian1-6/+6
2022-01-23media: davinci: vpif: drop probe printkJohan Hovold1-2/+0
2022-01-23media: davinci: vpif: fix use-after-free on driver unbindJohan Hovold1-26/+71
2022-01-23media: davinci: vpif: fix unbalanced runtime PM enableJohan Hovold1-2/+9
2022-01-23media: davinci: vpif: fix unbalanced runtime PM getJohan Hovold1-0/+1
2022-01-23media: platform: cros-ec: Add brask to the match tableZhuohao Lee1-0/+2
2022-01-23media: saa7134: use swap() to make code cleanerYang Guang1-6/+3
2022-01-23media: mtk-vcodec: potential dereference of null pointerJiasheng Jiang1-0/+2
2022-01-23media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctlsChen-Yu Tsai1-12/+41
2022-01-23media: vivid: fix timestamp and sequence wrappingDeborah Brouwer7-30/+44