summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
AgeCommit message (Expand)AuthorLines
2025-11-03media: saa7146: Replace saa7146_ext_vv.vbi_fops with write functionLaurent Pinchart-2/+2
2025-10-29media: staging: ipu7: isys: Drop video_open() functionLaurent Pinchart-6/+1
2025-10-29media: ipu3-imgu: Drop struct imgu_device v4l2_file_ops fieldLaurent Pinchart-1/+0
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart-2/+2
2025-10-17media: staging/ipu7: Use %pe format specifierRicardo Ribalda-4/+4
2025-10-17media: staging: ipu3-imgu: Use %pe format specifierRicardo Ribalda-2/+1
2025-10-14staging: media: tegra-video: Remove the use of dev_err_probe()Xichao Zhao-1/+1
2025-10-14media: av7110: Fix warning 'unsigned' -> 'unsigned int'Osama Albahrani-1/+1
2025-09-10media: staging/ipu7: fix isys device runtime PM usage in firmware closingBingbu Cao-0/+1
2025-09-09media: staging: ipu7: Don't include linux/version.hSakari Ailus-1/+0
2025-08-29media: atomisp: Fix incorrect snprintf format specifiers for signed integersColin Ian King-2/+2
2025-08-29staging: media: tegra-video: use BIT() macro instead of shiftA.T. Jefferies-2/+2
2025-08-25media: staging/ipu7: cleanup the MMU correctly in IPU7 driver releaseBingbu Cao-3/+3
2025-08-25media: staging/ipu7: Don't set name for IPU7 PCI deviceBingbu Cao-1/+0
2025-08-25media: staging/ipu7: convert to use pci_alloc_irq_vectors() APIBingbu Cao-12/+9
2025-08-25media: Move gc0310 sensor drivers to drivers/media/i2c/Hans de Goede-793/+0
2025-08-25media: staging/ipu7: Use v4l2_ctrl_subdev_subscribe_event()Laurent Pinchart-1/+1
2025-08-25media: staging: imx: Drop custom .unsubscribe_event() handlerLaurent Pinchart-7/+1
2025-08-25media: staging: atomisp: Drop custom .unsubscribe_event() handlerLaurent Pinchart-8/+1
2025-08-25media: staging/ipu7: Disallow source multiplexingLaurent Pinchart-60/+14
2025-08-25staging: media: ipu3: use string_choices API instead of ternary operatorNai-Chen Cheng-3/+5
2025-08-13media: staging: Rename second ioctl handlers argument to 'void *priv'Laurent Pinchart-11/+11
2025-08-13media: staging: imx: Access v4l2_fh from fileJacopo Mondi-8/+6
2025-08-13media: staging: ipu7: isys: Don't set V4L2_FL_USES_V4L2_FH manuallyLaurent Pinchart-1/+0
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-4/+4
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-6/+3
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart-24/+25
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-5047/+16708
2025-07-28staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()Kees Cook-4/+5
2025-07-12media: rkvdec: Unstage the driverDetlev Casanova-3924/+0
2025-07-12media: rkvdec: Remove TODO fileDetlev Casanova-11/+0
2025-07-10media: staging/ipu7: add CONFIG_PCI dependencyArnd Bergmann-0/+1
2025-07-10media: staging/ipu7: avoid division by 64-bit valueArnd Bergmann-4/+4
2025-07-08media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.cAbdelrahman Fekry-177/+0
2025-07-08media: atomisp: Fix premature setting of HMM_BO_DEVICE_INITED flagAbdelrahman Fekry-3/+2
2025-07-08media: atomisp: Remove debug sysfs attributes active_bo and free_boAbdelrahman Fekry-91/+0
2025-07-08media: atomisp: Remove no more used macros from math_support.hAndy Shevchenko-5/+0
2025-07-08media: atomisp: Replace macros from math_support.hAndy Shevchenko-66/+77
2025-07-08media: atomisp: Remove unused headerAndy Shevchenko-161/+0
2025-07-08media: atomisp: ov2722: Fix struct definition styleThomas Andreatta-8/+8
2025-07-08media: atomisp: gc2235: Fix struct definition styleThomas Andreatta-8/+8
2025-07-08media: atomisp: gc0310: Remove redundant debug messageThomas Andreatta-2/+0
2025-07-08media: atomisp: gc0310: Drop gc0310_g_skip_frames()Hans de Goede-11/+0
2025-07-08media: atomisp: gc0310: Drop gc0310_get_frame_interval()Hans de Goede-18/+0
2025-07-08media: atomisp: gc0310: runtime-PM fixesHans de Goede-30/+28
2025-07-08media: atomisp: gc0310: Move and rename suspend/resume functionsHans de Goede-25/+26
2025-07-08media: atomisp: gc0310: Switch to using sd.active_state fmtHans de Goede-31/+1
2025-07-08media: atomisp: gc0310: Use v4l2_subdev_get_fmt() as v4l2_subdev_pad_ops.get_...Hans de Goede-13/+1
2025-07-08media: atomisp: gc0310: Implement internal_ops.init_stateHans de Goede-0/+12
2025-07-08media: atomisp: gc0310: Switch to using the sub-device state lockHans de Goede-13/+9