summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-01-14media: mt9m114: Return -EPROBE_DEFER if no endpoint is foundHans de Goede-4/+10
2026-01-14media: mt9m114: Drop start-, stop-streaming sequence from initializeHans de Goede-26/+7
2026-01-14media: mt9m114: Don't allow changing the IFP crop/compose selections when byp...Hans de Goede-5/+12
2026-01-14media: mt9m114: Update source pad selection and format when sink pad format c...Hans de Goede-0/+3
2026-01-14media: mt9m114: Adjust IFP selections and source format when source format ch...Hans de Goede-5/+48
2026-01-14media: mt9m114: Add and use mt9m114_ifp_get_border() helper functionHans de Goede-20/+42
2026-01-14media: mt9m114: Put sensor in reset on power downHans de Goede-0/+7
2026-01-14media: mt9m114: Avoid a reset low spike during probe()Hans de Goede-1/+1
2026-01-14media: mt9m114: Tweak default hblank and vblank for more accurate fpsHans de Goede-2/+2
2026-01-14media: mt9m114: Fix default hblank and vblank valuesHans de Goede-3/+4
2026-01-14media: mt9m114: Lower minimum vblank valueHans de Goede-2/+2
2026-01-14media: mt9m114: Use aptina-PLL helper to get PLL valuesHans de Goede-16/+49
2026-01-14media: aptina-pll: Debug log p1 min and max valuesHans de Goede-0/+2
2026-01-14media: i2c: ov2735: request reset GPIO as initially assertedElgin Perumbilly-1/+1
2026-01-14media: ccs: Support frame descriptorsSakari Ailus-4/+74
2026-01-14media: ccs: Track streaming stateSakari Ailus-4/+11
2026-01-14media: ccs: Use {enable,disable}_streams operationsSakari Ailus-45/+34
2026-01-14media: ccs: Fix setting initial sub-device stateSakari Ailus-1/+9
2026-01-14media: i2c: og0ve1b: make configurable vblank control of the sensorVladimir Zapolskiy-15/+40
2026-01-14media: i2c: ov6211: make configurable vblank control of the sensorVladimir Zapolskiy-15/+40
2026-01-14staging: media: atomisp: fix trailing statementArjun Changla-1/+2
2026-01-14media: staging: atomisp: remove redundant OOM error messagesZixuan Dong-4/+1
2026-01-14media: i2c: ov5647: Add V4L2_CID_LINK_FREQUENCY controlDave Stevenson-1/+24
2026-01-14media: i2c: ov5647: Tidy up PIXEL_RATE controlJai Luthra-8/+1
2026-01-14media: i2c: ov5647: Use the same PLL config for full, 1080p, and binned modesDave Stevenson-4/+4
2026-01-14media: i2c: ov5647: Separate out the common registers.Dave Stevenson-193/+50
2026-01-14media: i2c: ov5647: Tidy up mode registers to make the order commonDave Stevenson-19/+14
2026-01-14media: i2c: ov5647: Add control of V4L2_CID_HBLANKDave Stevenson-13/+13
2026-01-14media: i2c: ov5647: Use v4l2_async_register_subdev_sensor for lens bindingDave Stevenson-1/+1
2026-01-14media: i2c: ov5647: Support HFLIP and VFLIPDavid Plowman-7/+74
2026-01-14media: i2c: ov5647: Parse and register propertiesLaurent Pinchart-1/+8
2026-01-14media: i2c: ov5647: Add support for regulator controlDave Stevenson-3/+40
2026-01-14media: i2c: ov5647: Fix PIXEL_RATE value for VGA modeJai Luthra-1/+1
2026-01-14media: i2c: ov5647: Sensor should report RAW color spaceDavid Plowman-4/+4
2026-01-14media: i2c: ov5647: Correct minimum VBLANK valueDavid Plowman-1/+1
2026-01-14media: i2c: ov5647: Correct pixel array offsetDavid Plowman-1/+1
2026-01-14media: i2c: ov5647: Initialize subdev before controlsJai Luthra-4/+4
2026-01-14media: ccs: Move ccs_validate_csi_data_format upSakari Ailus-14/+14
2026-01-14media: ccs: Rename out label of ccs_start_streamingSakari Ailus-19/+19
2026-01-14media: ccs: Move ccs_pm_get_init function upSakari Ailus-36/+37
2026-01-14media: ccs: No need to set streaming to false in power offSakari Ailus-1/+0
2026-01-14media: v4l2-subdev: Extend VIDIOC_SUBDEV_S_ROUTING error codesSakari Ailus-3/+3
2026-01-14media: v4l2-async: Fix error handling on steps after finding a matchSakari Ailus-14/+31
2026-01-14media: ccs: Avoid possible division by zeroSakari Ailus-1/+1
2026-01-14media: v4l2-fwnode: Allow passing NULL fwnode to endpoint parsersSakari Ailus-0/+3
2026-01-14media: v4l2-ctrls: Set error v4l2_ctrl_new_fwnode_properties consistentlySakari Ailus-1/+2
2026-01-13spi: fsi: Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2026-01-13host1x: Convert to bus methodsUwe Kleine-König-34/+33
2026-01-13soundwire: bus: fix off-by-one when allocating slave IDsHarshit Mogalapalli-1/+1
2026-01-13host1x: Make remove callback return voidUwe Kleine-König-10/+4