summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-27media: Remove superfluous dependency for MEDIA_SUPPORT_FILTERGeert Uytterhoeven1-1/+0
2020-11-27media: i2c: imx219: remove redundant writesSameer Puri1-2/+0
2020-11-27media: mantis: remove redundant assignment to variable errColin Ian King1-1/+1
2020-11-27media: max2175: fix max2175_set_csm_mode() error codeDan Carpenter1-1/+1
2020-11-27media: c8sectpfe: clean up some indentingDan Carpenter1-3/+2
2020-11-27media: uvcvideo: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-2/+2
2020-11-27media: imx214: Fix stop streamingDaniel Gomez1-1/+1
2020-11-27media: msi2500: assign SPI bus number dynamicallyAntti Palosaari1-1/+1
2020-11-27media: usb: msi2500: Fix a possible null-pointer dereference in msi2500_stop_...Jia-Ju Bai1-1/+1
2020-11-27media: platform: sti: c8sectpfe: core: Add of_node_put() at gotoNishka Dasgupta1-8/+10
2020-11-27media: gp8psk: initialize stats at power control logicMauro Carvalho Chehab1-1/+1
2020-11-26media: rc: add keymap for KHAMSIN remoteChristian Hewitt2-0/+76
2020-11-26media: dvb-usb: Add Hauppauge MAX S2's USB-IDsKai Muenz1-1/+7
2020-11-26media: siano: fix memory leak of debugfs members in smsdvb_hotplugKeita Suzuki1-1/+4
2020-11-25media: camss: csiphy: Set rate on csiX_phy clock on SDM630/660AngeloGioacchino Del Regno2-3/+20
2020-11-25media: camss: csiphy-3ph: Add support for SDM630/660AngeloGioacchino Del Regno1-1/+6
2020-11-25media: camss: Add support for SDM630/636/660 camera subsystemAngeloGioacchino Del Regno7-19/+237
2020-11-25media: camss: vfe: Add support for VFE 4.8AngeloGioacchino Del Regno2-0/+116
2020-11-25media: camss: vfe-4-7: Rename get_ub_size, set_qos, set_ds, wm_enableAngeloGioacchino Del Regno1-8/+8
2020-11-25media: camss: ispif: Correctly reset based on the VFE IDAngeloGioacchino Del Regno2-31/+56
2020-11-25media: sunxi-cir: allow timeout to be set at runtimeSean Young1-8/+40
2020-11-25media: sunxi-cir: ensure IR is handled when it is continuousSean Young1-0/+2
2020-11-25media: i2c: imx219: Declare that the driver can create eventsDave Stevenson1-1/+2
2020-11-25media: ipu3-cio2: fix trivial style warningNigel Christian1-1/+1
2020-11-25media: i2c: mt9p031: Remove redundant null check before clk_disable_unprepareXu Wang1-2/+1
2020-11-25media: ov2740: allow OTP data access during streamingBingbu Cao1-93/+96
2020-11-25media: ov2740: only do OTP data read on demand from userBingbu Cao1-32/+84
2020-11-25media: stm32-dcmi: add support of BT656 busHugues Fruchet1-2/+35
2020-11-25media: i2c: Add ov9734 image sensor driverTianshu Qiu3-0/+1033
2020-11-25media: ipu3-cio2: Use macros from mm.hAndy Shevchenko1-3/+3
2020-11-17media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEsHans Verkuil1-5/+18
2020-11-17media: solo6x10: fix missing snd_card_free in error handling caseQinglang Miao1-1/+1
2020-11-17media: saa7134: improve f->fmt.win.clips NULL checkHans Verkuil1-2/+4
2020-11-17media: cx231xx: Use snd_card_free_when_closed() instead of snd_card_free().Zebediah Figura1-1/+1
2020-11-17media: vim2m: Register video device after setting up internalsSakari Ailus1-9/+11
2020-11-17media: v4l2-ctrls: allow V4L2_CTRL_TYPE_BUTTON with request apiDikshita Agarwal1-5/+1
2020-11-17media: rockchip: rkisp1: destage Rockchip ISP1 driverHelen Koike18-1177/+67
2020-11-17media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer formatShunqian Zheng2-4/+2
2020-11-17media: staging: rkisp1: cap: fix timeout when stopping the streamHelen Koike1-2/+2
2020-11-17media: dvbdev: Fix memleak in dvb_register_deviceDinghao Liu1-0/+3
2020-11-17media: usb: dvb-usb-v2: zd1301: fix missing platform_device_unregister()Qinglang Miao1-1/+1
2020-11-17media: rc: validate that "rc_proto" is reasonableDan Carpenter1-1/+2
2020-11-17media: venus: core: add shutdown callback for venusMansur Alisha Shaik1-0/+9
2020-11-17media: venus: handle use after free for iommu_map/iommu_unmapMansur Alisha Shaik1-4/+13
2020-11-17media: venus: core: handle race condititon for core opsMansur Alisha Shaik1-0/+12
2020-11-17media: venus: fix calculating mbps in calculate_inst_freq()Mansur Alisha Shaik1-1/+1
2020-11-17media: venus: put dummy vote on video-mem path after last session releaseMansur Alisha Shaik1-0/+10
2020-11-16media: venus: core: vote with average bandwidth and peak bandwidth as zeroMansur Alisha Shaik1-2/+2
2020-11-16media: venus: core: vote for video-mem pathMansur Alisha Shaik1-1/+16
2020-11-16media: venus: core: change clk enable and disable order in resume and suspendMansur Alisha Shaik1-7/+10