summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus40-95/+4
2022-04-24media: mc: Set bus_info in media_device_init()Sakari Ailus8-14/+4
2022-04-24media: mc: Remove redundant documentationSakari Ailus1-15/+0
2022-04-24media: ccs: Use unsigned int as index to an arraySakari Ailus1-2/+2
2022-04-24media: ccs: Use %u for printing unsigned values, remove extra debug printSakari Ailus1-17/+15
2022-04-24media: v4l2-async: Create links during v4l2_async_match_notify()Daniel Scally1-0/+31
2022-04-24media: entity: Add support for ancillary linksDaniel Scally1-0/+22
2022-04-24media: entity: Add link_type_name() helperDaniel Scally1-3/+15
2022-04-24media: entity: Skip non-data links in graph iterationDaniel Scally1-0/+6
2022-04-24media: entity: skip non-data link when removing reverse linksYunke Cao1-15/+19
2022-04-24media: imx: imx-mipi-csis: Add support for JPEG_1X8Jacopo Mondi1-0/+28
2022-04-24media: cec: add optional adap_configured callbackHans Verkuil1-0/+2
2022-04-24media: cec: add xfer_timeout_ms fieldHans Verkuil2-14/+17
2022-04-24media: cec: use call_op and check for !unregisteredHans Verkuil6-40/+51
2022-04-24media: cec: correctly pass on reply resultsHans Verkuil1-18/+30
2022-04-24media: cec: abort if the current transmit was canceledHans Verkuil1-3/+11
2022-04-24media: cec: call enable_adap on s_log_addrsHans Verkuil2-64/+128
2022-04-24media: meson-ir-tx: remove superfluous dev_err()Yihao Han1-3/+1
2022-04-18media: dvb-usb: dib0700_devices: use an enum for the device numberMauro Carvalho Chehab1-170/+258
2022-04-18media: dvb-usb: dibusb-mc: use an enum for the device numberMauro Carvalho Chehab1-34/+54
2022-04-18media: dvb-usb: dibusb-mb: use an enum for the device numberMauro Carvalho Chehab1-72/+93
2022-04-18media: dvb-usb: vp7045: use an enum for the device numberMauro Carvalho Chehab1-10/+18
2022-04-18media: dvb-usb: vp702x: use an enum for the device numberMauro Carvalho Chehab1-8/+15
2022-04-18media: dvb-usb: umt-010: use an enum for the device numberMauro Carvalho Chehab1-6/+12
2022-04-18media: dvb-usb: ttusb2: use an enum for the device numberMauro Carvalho Chehab1-15/+21
2022-04-18media: technisat-usb2: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-3/+8
2022-04-18media: dvb-usb: pctv452e: use an enum for the device numberMauro Carvalho Chehab1-8/+14
2022-04-18media: dvb-usb: opera1: use an enum for the device numberMauro Carvalho Chehab1-5/+10
2022-04-18media: dvb-usb: nova-t-usb2: use an enum for the device numberMauro Carvalho Chehab1-6/+12
2022-04-18media: dvb-usb: m920x: use an enum for the device numberMauro Carvalho Chehab1-21/+30
2022-04-18media: dvb-usb: gp8psk: use an enum for the device numberMauro Carvalho Chehab1-13/+23
2022-04-18media: dw2102: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-45/+39
2022-04-18media: dtv5100: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-3/+8
2022-04-18media: dvb-usb: dtt200u: use an enum for the device numberMauro Carvalho Chehab1-21/+35
2022-04-18media: digitv: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-4/+9
2022-04-18media: cxusb: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-65/+23
2022-04-18media: cinergyT2-core: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-3/+7
2022-04-18media: dvb-usb: az6027: use an enum for the device numberMauro Carvalho Chehab1-17/+28
2022-04-18media: af9005: use the newer dvb-usb macros for USB deviceMauro Carvalho Chehab1-11/+8
2022-04-18media: dvb-usb: a800: use an enum for the device numberMauro Carvalho Chehab1-6/+12
2022-04-18media: dvb-usb: vp702x: reference to usb ID tableMauro Carvalho Chehab1-2/+2
2022-04-18media: dvb-usb: move USB IDs to dvb-usb-ids.hMauro Carvalho Chehab3-21/+21
2022-04-09media: si2157: unknown chip version Si2147-A30 ROM 0x50Piotr Chmura1-11/+11
2022-04-06media: platform: imx-mipi-csis: Add dependency on VIDEO_DEVLaurent Pinchart1-0/+1
2022-04-05media: rockchip/rga: do proper error checking in probeKyle Copperfield1-1/+1
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-13/+15
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds730-5744/+33163
2022-03-22Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2022-03-21media: nxp: Restrict VIDEO_IMX_MIPI_CSIS to ARCH_MXC or COMPILE_TESTLaurent Pinchart1-0/+1
2022-03-18media: amphion: cleanup media device if register it failMing Qian1-2/+9