summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-12-13408-8292/+31398
|\
| * Merge tag 'br-v6.2i' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2022-12-0739-1504/+227
| |\
| | * media: s5c73m3: Switch to GPIO descriptorsLinus Walleij2022-12-073-95/+23
| | * media: i2c: s5k5baf: switch to using gpiod APIDmitry Torokhov2022-12-071-46/+18
| | * media: i2c: s5k6a3: switch to using gpiod APIDmitry Torokhov2022-12-071-19/+11
| | * media: imx: remove code for non-existing config IMX_GPT_ICAPLukas Bulwahn2022-12-071-56/+1
| | * media: si470x: Fix use-after-free in si470x_int_in_callback()Shigeru Yoshida2022-12-071-1/+3
| | * media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependenciesGeert Uytterhoeven2022-12-071-1/+1
| | * media: coda: Add check for kmallocJiasheng Jiang2022-12-071-2/+8
| | * media: coda: Add check for dcoda_iram_allocJiasheng Jiang2022-12-071-2/+2
| | * media: s5k4ecgx: Delete driverLinus Walleij2022-12-073-965/+0
| | * media: s5k4ecgx: Switch to GPIO descriptorsLinus Walleij2022-12-071-102/+25
| | * media: Switch to use dev_err_probe() helperYang Yingliang2022-12-0713-84/+41
| | * media: usb: pwc-uncompress: Use flex array destination for memcpy()Gustavo A. R. Silva2022-12-071-1/+1
| | * media: s5p-mfc: Fix to handle reference queue during finishingSmitha T Murthy2022-12-071-2/+10
| | * media: s5p-mfc: Clear workbit to handle error conditionSmitha T Murthy2022-12-071-1/+3
| | * media: s5p-mfc: Fix in register read and write for H264Smitha T Murthy2022-12-071-7/+7
| | * media: imx: Use get_mbus_config instead of parsing upstream DT endpointsPhilipp Zabel2022-12-074-118/+63
| | * media: c8sectpfe: Add of_node_put() when breaking out of loopLiang He2022-12-071-0/+1
| | * media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=yLecopzer Chen2022-12-071-1/+1
| | * media: i2c: isl7998x: make const array isl7998x_video_in_chan_map staticColin Ian King2022-12-071-1/+1
| | * drivers: staging: media: omap4iss: Use BIT macro instead of left shiftingMoses Christopher Bollavarapu2022-12-071-9/+9
| | * media: v4l2-mediabus: add support for dual edge samplingMichael Riesch2022-12-071-4/+19
| | * media: pt3: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-12-071-12/+4
| | * media: ipu3-cio2: make the bridge depend on i2cAdam Borowski2022-12-071-0/+1
| | * media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoCAakarsh Jain2022-11-261-2/+15
| * | media: i2c: ov9282: Add missing clk_disable_unprepare to error pathDave Stevenson2022-12-061-1/+3
| * | media: i2c: ov9282: Make common_regs_list staticDave Stevenson2022-12-061-1/+1
| * | media: i2c: ov9282: Fix missing documentation in structuresDave Stevenson2022-12-061-0/+4
| * | media: i2c: ov08d10: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson2022-12-061-0/+5
| * | media: i2c: imx355: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson2022-12-061-0/+4
| * | media: i2c: imx319: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson2022-12-061-0/+4
| * | media: i2c: imx208: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson2022-12-061-0/+4
| * | media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson2022-12-061-0/+2
| * | media: ov5640: report correct frame rate to userGuoniu.zhou2022-12-061-10/+12
| * | media: i2c: ov9282: Add ov9281 compatibleAlexander Stein2022-12-061-1/+4
| * | media: ov5640: set correct default link frequencyGuoniu.zhou2022-12-061-1/+2
| * | media: rzg2l-cru: fix a test for timeoutDan Carpenter2022-12-061-1/+1
| * | media: rzg2l-cru: Fix missing error code in rzg2l_cru_start_streaming_vq()Jiapeng Chong2022-12-061-0/+1
| * | media: platform: renesas: rzg2l-cru: Add missing documentation for image_conv...Lad Prabhakar2022-12-061-0/+2
| * | media: dvbdev: fix refcnt bugLin Ma2022-12-061-1/+1
| * | media: sun6i-csi: clarify return value, fix uninited variable and add missing...Hans Verkuil2022-12-061-4/+4
| * | media: i2c: tc358746: make DEFINE_RUNTIME_DEV_PM_OPS staticHans Verkuil2022-12-061-2/+2
| * | media: dvb-frontends: drx39xyj: set missing error codeHans Verkuil2022-12-061-0/+1
| * | media: videobuf2: revert "get_userptr: buffers are always writable"Hans Verkuil2022-12-065-8/+19
| * | media: rzg2l-cru: Remove unnecessary shadowing of ret in rzg2l_csi2_s_stream()Nathan Chancellor2022-12-061-2/+0
| * | media: saa7164: fix missing pci_disable_device()Liu Shixin2022-12-061-1/+3
| * | media: ov5693: Add support for a privacy-led GPIOHans de Goede2022-12-061-0/+10
| * | media: dvb-usb: m920x: make read-only arrays static constColin Ian King2022-12-021-8/+8
| * | media: ipu3-cio2: make the bridge depend on i2cAdam Borowski2022-11-251-0/+1