summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-10-11media: i2c: ov8858: Don't set fwnode in the driverOndrej Jirman1-8/+2
2023-10-11media: ipu-bridge: Add missing acpi_dev_put() in ipu_bridge_get_ivsc_acpi_dev()Geert Uytterhoeven1-1/+3
2023-10-11media: xilinx-vipp: Look for entities also in waiting_listSakari Ailus1-5/+12
2023-10-11media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the streams API is d...Hans de Goede1-0/+7
2023-10-05media: mediatek: vcodec: Fix encoder access NULL pointerIrui Wang1-1/+2
2023-10-02media: pci: intel: ivsc: select V4L2_FWNODEArnd Bergmann1-1/+1
2023-10-02media: ipu-bridge: Fix Kconfig dependenciesSakari Ailus2-26/+15
2023-10-02media: pxa_camera: Fix an error handling path in pxa_camera_probe()Christophe JAILLET1-1/+1
2023-09-19media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() callChristophe JAILLET1-2/+0
2023-09-15media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil1-2/+4
2023-09-15media: uvcvideo: Fix OOB readRicardo Ribalda1-0/+3
2023-09-15media: bt8xx: bttv_risc_packed(): remove field checksHans Verkuil1-3/+1
2023-09-15media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() callChristophe JAILLET1-1/+0
2023-09-15media: i2c: imx219: Perform a full mode set unconditionallyLaurent Pinchart1-3/+0
2023-09-15media: i2c: imx219: Fix crop rectangle setting when changing formatLaurent Pinchart1-2/+6
2023-09-15media: i2c: imx219: Fix a typo referring to a wrong variableLaurent Pinchart1-2/+2
2023-09-15media: i2c: max9286: Remove an incorrect fwnode_handle_put() callChristophe JAILLET1-1/+0
2023-09-15media: ivsc: Depend on VIDEO_DEVSakari Ailus1-1/+1
2023-09-14media: via: Use correct dependency for camera sensor driversSakari Ailus1-1/+1
2023-09-14media: v4l: Use correct dependency for camera sensor driversSakari Ailus3-5/+5
2023-09-14media: pci: ivsc: Select build dependenciesSakari Ailus1-0/+3
2023-09-09media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman105-112/+112
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds301-7568/+17188
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds29-201/+33
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-17/+2
2023-08-28Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-2/+2
2023-08-25Merge tag 'media/v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+2
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai14-137/+115
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie17-144/+125
2023-08-23media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-22Add cs42l43 PC focused SoundWire CODECMark Brown1-2/+2
2023-08-19Merge tag 'media/v6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-5/+8
2023-08-18media: ivsc: Add ACPI dependencySakari Ailus1-1/+1
2023-08-18media: solo6x10: Convert to generic PCM copy opsTakashi Iwai1-33/+6
2023-08-14media: bttv: convert to vb2Deborah Brouwer6-896/+542
2023-08-14media: bttv: use audio defaults for winfast2000Deborah Brouwer1-9/+1
2023-08-14media: bttv: refactor bttv_set_dma()Deborah Brouwer2-41/+71
2023-08-14media: bttv: move vbi_skip/vbi_count out of bufferDeborah Brouwer4-12/+17
2023-08-14media: bttv: remove crop info from bttv_bufferDeborah Brouwer3-12/+11
2023-08-14media: bttv: remove tvnorm field from bttv_bufferDeborah Brouwer3-4/+3
2023-08-14media: bttv: remove format field from bttv_bufferDeborah Brouwer3-29/+27
2023-08-14media: bttv: move do_crop flag out of bttv_fhDeborah Brouwer2-18/+11
2023-08-14media: bttv: copy vbi_fmt from bttv_fhDeborah Brouwer3-8/+12
2023-08-14media: bttv: copy vid fmt/width/height from fhDeborah Brouwer2-17/+20
2023-08-14media: bttv: radio use v4l2_fh instead of bttv_fhDeborah Brouwer1-27/+10
2023-08-14media: bttv: replace BUG with WARN_ONDeborah Brouwer3-12/+12
2023-08-14media: bttv: use video_drvdata to get bttvDeborah Brouwer2-53/+32
2023-08-14media: i2c: rdacm21: Fix uninitialized valueJacopo Mondi1-1/+1
2023-08-14media: coda: Remove duplicated includeGUO Zihua1-1/+0
2023-08-14media: vivid: fix the racy dev->radio_tx_rds_ownerSishuai Gong1-1/+1