summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/intel
AgeCommit message (Expand)AuthorFilesLines
2022-05-17media: ipu3-cio2: Add INT347E to cio2-bridgeDaniel Scally1-0/+2
2022-05-17media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10Daniel Scally1-0/+5
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus1-4/+0
2022-04-24media: mc: Set bus_info in media_device_init()Sakari Ailus1-2/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2021-12-16media: ipu3-cio2: Add support for instantiating i2c-clients for VCMsHans de Goede2-2/+69
2021-12-16media: ipu3-cio2: Call cio2_bridge_init() before anything elseHans de Goede1-5/+5
2021-12-16media: ipu3-cio2: Defer probing until the PMIC is fully setupHans de Goede1-0/+37
2021-11-30media: ipu3-cio2: Add INT347A to cio2-bridgeDaniel Scally1-0/+2
2021-11-30media: ipu3-cio2: Add link freq for INT33BE entryDaniel Scally1-1/+1
2021-11-30media: ipu3-cio2: Toggle sensor streaming in pm runtime opsDaniel Scally1-1/+16
2021-11-15media: ipu3-cio2: fix error code in cio2_bridge_connect_sensor()Dan Carpenter1-1/+3
2021-10-08media: ipu3-cio2 Check num_planes and sizes in queue_setupRicardo Ribalda1-2/+6
2021-10-08media: ipu3-cio2: Parse sensor orientation and rotationFabian Wüthrich2-5/+64
2021-09-30media: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-09-30media: ipu3-cio2: Introduce to_cio2_device() helper macroAndy Shevchenko2-6/+5
2021-09-30media: ipu3-cio2: Introduce to_cio2_buffer() helper macroAndy Shevchenko2-6/+5
2021-09-30media: ipu3-cio2: Introduce to_sensor_asd() helper macroAndy Shevchenko1-5/+5
2021-09-30media: ipu3-cio2: Switch to use media_entity_to_video_device()Andy Shevchenko1-3/+3
2021-09-30media: ipu3-cio2: Use temporary storage for struct device pointerAndy Shevchenko1-71/+67
2021-09-30media: ipu3-cio2: Replace open-coded for_each_set_bit()Andy Shevchenko1-39/+36
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-8/+9
2021-08-26media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor()Andy Shevchenko1-1/+1
2021-07-19ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko1-4/+2
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-8/+9
2021-06-02media: ipu3-cio2: Fix reference counting when looping over ACPI devicesAndy Shevchenko1-5/+5
2021-05-19media: ipu3: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-2/+1
2021-04-28Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-1/+1
2021-04-06media: ipu3-cio2: Fix pixel-rate derived link frequencySakari Ailus1-1/+1
2021-04-05media: ipu3-cio2: Switch to use SOFTWARE_NODE_REFERENCE()Andy Shevchenko1-2/+2
2021-02-06media: ipu3-cio2: Build bridge only if ACPI is enabledSakari Ailus1-1/+1
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-6/+4
2021-02-06media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+7
2021-02-06media: ipu3-cio2: Do not zero reserved fieldsRicardo Ribalda1-3/+0
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-1/+1
2021-01-26media: ipu3-cio2: Add cio2-bridge to ipu3-cio2 driverDaniel Scally6-0/+498
2021-01-26media: ipu3-cio2: Rename ipu3-cio2.cDaniel Scally2-0/+2
2021-01-26media: ipu3-cio2: Add headers that ipu3-cio2.h is direct user ofAndy Shevchenko1-0/+18
2021-01-12media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt()Pavel Machek1-1/+1
2021-01-12media: ipu3-cio2: Build only for x86Andy Shevchenko1-1/+2
2021-01-07media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus1-1/+1
2020-11-25media: ipu3-cio2: fix trivial style warningNigel Christian1-1/+1
2020-11-25media: ipu3-cio2: Use macros from mm.hAndy Shevchenko1-3/+3
2020-11-16media: ipu3-cio2: Use v4l2_get_link_freq helperSakari Ailus1-22/+12
2020-11-16media: ipu3-cio2: Check receved the size against payload size, not buffer sizeSakari Ailus1-5/+7
2020-11-16media: ipu3-cio2: Remove traces of returned buffersSakari Ailus1-0/+1
2020-11-16media: ipu3-cio2: Rename CIO2_IMAGE_MAX_LENGTH as CIO2_IMAGE_MAX_HEIGHTSakari Ailus2-4/+4
2020-11-16media: ipu3-cio2: Remove explicit type from frame size checksSakari Ailus1-3/+2
2020-11-16media: ipu3-cio2: Use unsigned values where appropriateSakari Ailus1-78/+78
2020-11-16media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONESakari Ailus1-0/+1