summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds43-1140/+527
2025-07-29staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()Kees Cook1-4/+5
2025-07-08media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.cAbdelrahman Fekry5-177/+0
2025-07-08media: atomisp: Fix premature setting of HMM_BO_DEVICE_INITED flagAbdelrahman Fekry1-3/+2
2025-07-08media: atomisp: Remove debug sysfs attributes active_bo and free_boAbdelrahman Fekry1-91/+0
2025-07-08media: atomisp: Remove no more used macros from math_support.hAndy Shevchenko1-5/+0
2025-07-08media: atomisp: Replace macros from math_support.hAndy Shevchenko15-66/+77
2025-07-08media: atomisp: Remove unused headerAndy Shevchenko3-161/+0
2025-07-08media: atomisp: ov2722: Fix struct definition styleThomas Andreatta1-8/+8
2025-07-08media: atomisp: gc2235: Fix struct definition styleThomas Andreatta1-8/+8
2025-07-08media: atomisp: gc0310: Remove redundant debug messageThomas Andreatta1-2/+0
2025-07-08media: atomisp: gc0310: Drop gc0310_g_skip_frames()Hans de Goede1-11/+0
2025-07-08media: atomisp: gc0310: Drop gc0310_get_frame_interval()Hans de Goede1-18/+0
2025-07-08media: atomisp: gc0310: runtime-PM fixesHans de Goede1-30/+28
2025-07-08media: atomisp: gc0310: Move and rename suspend/resume functionsHans de Goede1-25/+26
2025-07-08media: atomisp: gc0310: Switch to using sd.active_state fmtHans de Goede1-31/+1
2025-07-08media: atomisp: gc0310: Use v4l2_subdev_get_fmt() as v4l2_subdev_pad_ops.get_...Hans de Goede1-13/+1
2025-07-08media: atomisp: gc0310: Implement internal_ops.init_stateHans de Goede1-0/+12
2025-07-08media: atomisp: gc0310: Switch to using the sub-device state lockHans de Goede1-13/+9
2025-07-08media: atomisp: gc0310: Switch to {enable,disable}_streamsHans de Goede1-32/+47
2025-07-08media: atomisp: gc0310: Remove unused is_streaming variableHans de Goede1-3/+0
2025-07-08media: atomisp: gc0310: Fix power on/off sleep timesHans de Goede1-4/+3
2025-07-08media: atomisp: gc0310: Add check_hwcfg() functionHans de Goede1-4/+52
2025-07-08media: atomisp: gc0310: Limit max exposure value to mode-height + vblankHans de Goede1-2/+19
2025-07-08media: atomisp: gc0310: Add camera orientation and sensor rotation controlsHans de Goede1-1/+11
2025-07-08media: atomisp: gc0310: Add vblank and hblank controlsHans de Goede1-3/+35
2025-07-08media: atomisp: gc0310: Add link-frequency and pixelrate controlsHans de Goede1-2/+31
2025-07-08media: atomisp: gc0310: Add selection API supportHans de Goede1-1/+26
2025-07-08media: atomisp: gc0310: Use V4L2_CID_ANALOGUE_GAIN for gain controlHans de Goede1-2/+2
2025-07-08media: atomisp: gc0310: Switch to CCI register access helpersHans de Goede2-89/+55
2025-07-08media: atomisp: gc0310: Modify vblank value to run at 30 fpsHans de Goede1-1/+1
2025-07-08media: atomisp: gc0310: Drop unused GC0310_FOCAL_LENGTH_NUM defineHans de Goede1-2/+0
2025-07-08media: atomisp: gc0310: Rename "dev" function variable to "sensor"Hans de Goede1-56/+56
2025-07-08media: atomisp: Fix ia_css_vf.host.c coding stylePablo1-2/+1
2025-07-08media: atomisp: Switch to int3472 driver sensor GPIO mapping codeHans de Goede4-225/+27
2025-07-08media: atomisp: Fix "stop stream timeout." errorHans de Goede4-26/+4
2025-07-08media: atomisp: Always free MIPI / CSI-receiver buffers from ia_css_uninit()Hans de Goede6-45/+0
2025-07-08media: atomisp: Stop pipeline on atomisp_css_start() failureHans de Goede1-0/+1
2025-07-08media: atomisp: Properly stop the ISP stream on sensor streamon errorsHans de Goede1-16/+22
2025-07-08media: atomisp: Move atomisp_stop_streaming() above atomisp_start_streaming()Hans de Goede1-74/+74
2025-05-05media: atomisp: Remove atomisp-mt9m114 driverHans de Goede4-3393/+0
2025-05-05media: atomisp: Add support for sensors with a separate ISP v4l2_subdevHans de Goede4-11/+65
2025-05-05media: atomisp: Avoid deadlock with sensor subdevs with state_lock setHans de Goede1-2/+9
2025-05-05media: atomisp: Rename camera to sensorHans de Goede6-45/+46
2025-05-05media: atomisp: Remove compat ioctl32 header fileHardevsinh Palaniya2-248/+0
2025-05-05media: atomisp: gmin: Fix indentation to use TAB instead of spacesThomas Andreatta1-2/+2
2025-05-05media: atomisp: gmin: Remove duplicate NULL testAbraham Samuel Adekunle1-1/+1
2025-05-05media: atomisp: Fix indentation to use TAB instead of spacesGabriel Shahrouzi1-1/+1
2025-05-05media: atomisp: Fix spelling error in ia_css_sdis2_types.hLiu Jing1-1/+1
2025-05-05media: atomisp: Use the actual value of the enum instead of the enumRicardo Ribalda1-1/+1