aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-13media: ipu6: Fix RPM reference leak in probe error pathsBingbu Cao1-4/+6
2026-01-13media: ipu6: Fix typo and wrong constant in ipu6-mmu.cBingbu Cao1-2/+2
2026-01-15media: dw9714: Fix powerup sequenceRicardo Ribalda1-1/+1
2026-01-14media: i2c: ov5647: use our own mutex for the ctrl lockXiaolei Wang1-0/+2
2026-01-14media: mt9m114: Add ACPI enumeration supportHans de Goede1-0/+7
2026-01-14media: mt9m114: Return -EPROBE_DEFER if no endpoint is foundHans de Goede1-4/+10
2026-01-14media: mt9m114: Drop start-, stop-streaming sequence from initializeHans de Goede1-26/+7
2026-01-14media: mt9m114: Don't allow changing the IFP crop/compose selections when byp...Hans de Goede1-5/+12
2026-01-14media: mt9m114: Update source pad selection and format when sink pad format c...Hans de Goede1-0/+3
2026-01-14media: mt9m114: Adjust IFP selections and source format when source format ch...Hans de Goede1-5/+48
2026-01-14media: mt9m114: Add and use mt9m114_ifp_get_border() helper functionHans de Goede1-20/+42
2026-01-14media: mt9m114: Put sensor in reset on power downHans de Goede1-0/+7
2026-01-14media: mt9m114: Avoid a reset low spike during probe()Hans de Goede1-1/+1
2026-01-14media: mt9m114: Tweak default hblank and vblank for more accurate fpsHans de Goede1-2/+2
2026-01-14media: mt9m114: Fix default hblank and vblank valuesHans de Goede1-3/+4
2026-01-14media: mt9m114: Lower minimum vblank valueHans de Goede1-2/+2
2026-01-14media: mt9m114: Use aptina-PLL helper to get PLL valuesHans de Goede2-16/+49
2026-01-14media: aptina-pll: Debug log p1 min and max valuesHans de Goede1-0/+2
2026-01-14media: i2c: ov2735: request reset GPIO as initially assertedElgin Perumbilly1-1/+1
2026-01-14media: ccs: Support frame descriptorsSakari Ailus2-4/+74
2026-01-14media: ccs: Track streaming stateSakari Ailus2-4/+11
2026-01-14media: ccs: Use {enable,disable}_streams operationsSakari Ailus1-45/+34
2026-01-14media: ccs: Fix setting initial sub-device stateSakari Ailus1-1/+9
2026-01-14media: i2c: og0ve1b: make configurable vblank control of the sensorVladimir Zapolskiy1-15/+40
2026-01-14media: i2c: ov6211: make configurable vblank control of the sensorVladimir Zapolskiy1-15/+40
2026-01-14staging: media: atomisp: fix trailing statementArjun Changla1-1/+2
2026-01-14media: staging: atomisp: remove redundant OOM error messagesZixuan Dong1-4/+1
2026-01-14media: i2c: ov5647: Add V4L2_CID_LINK_FREQUENCY controlDave Stevenson1-1/+24
2026-01-14media: i2c: ov5647: Tidy up PIXEL_RATE controlJai Luthra1-8/+1
2026-01-14media: i2c: ov5647: Use the same PLL config for full, 1080p, and binned modesDave Stevenson1-4/+4
2026-01-14media: i2c: ov5647: Separate out the common registers.Dave Stevenson1-193/+50
2026-01-14media: i2c: ov5647: Tidy up mode registers to make the order commonDave Stevenson1-19/+14
2026-01-14media: i2c: ov5647: Add control of V4L2_CID_HBLANKDave Stevenson1-13/+13
2026-01-14media: i2c: ov5647: Use v4l2_async_register_subdev_sensor for lens bindingDave Stevenson1-1/+1
2026-01-14media: i2c: ov5647: Support HFLIP and VFLIPDavid Plowman1-7/+74
2026-01-14media: i2c: ov5647: Parse and register propertiesLaurent Pinchart1-1/+8
2026-01-14media: i2c: ov5647: Add support for regulator controlDave Stevenson1-3/+40
2026-01-14media: i2c: ov5647: Fix PIXEL_RATE value for VGA modeJai Luthra1-1/+1
2026-01-14media: i2c: ov5647: Sensor should report RAW color spaceDavid Plowman1-4/+4
2026-01-14media: i2c: ov5647: Correct minimum VBLANK valueDavid Plowman1-1/+1
2026-01-14media: i2c: ov5647: Correct pixel array offsetDavid Plowman1-1/+1
2026-01-14media: i2c: ov5647: Initialize subdev before controlsJai Luthra1-4/+4
2026-01-14media: ccs: Move ccs_validate_csi_data_format upSakari Ailus1-14/+14
2026-01-14media: ccs: Rename out label of ccs_start_streamingSakari Ailus1-19/+19
2026-01-14media: ccs: Move ccs_pm_get_init function upSakari Ailus1-36/+37
2026-01-14media: ccs: No need to set streaming to false in power offSakari Ailus1-1/+0
2026-01-14media: v4l2-subdev: Extend VIDIOC_SUBDEV_S_ROUTING error codesSakari Ailus3-3/+3
2026-01-14media: v4l2-async: Fix error handling on steps after finding a matchSakari Ailus1-14/+31
2026-01-14media: ccs: Avoid possible division by zeroSakari Ailus1-1/+1
2026-01-14media: v4l2-fwnode: Allow passing NULL fwnode to endpoint parsersSakari Ailus1-0/+3