summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2023-06-09media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHzHans de Goede1-8/+60
2023-06-09media: atomisp: Add enum_framesizes function for sensors with selection / cro...Hans de Goede2-3/+69
2023-06-09media: atomisp: Set crop before setting fmtHans de Goede1-0/+54
2023-06-09media: atomisp: Use selection API info to determine sensor paddingHans de Goede3-26/+48
2023-06-09media: atomisp: Make atomisp_init_sensor() check if the sensor supports binningHans de Goede2-3/+28
2023-06-09media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede3-0/+8
2023-06-09media: atomisp: Add support for sensors which implement selection API / croppingHans de Goede3-4/+64
2023-06-09media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()Hans de Goede3-162/+77
2023-06-09media: atomisp: Add ia_css_frame_pad_width() helper functionHans de Goede2-19/+32
2023-06-09media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]Hans de Goede2-20/+17
2023-06-09media: atomisp: Remove bogus fh use from atomisp_set_fmt*()Hans de Goede1-13/+4
2023-06-09media: atomisp: Add target validation to atomisp_subdev_set_selection()Hans de Goede1-0/+4
2023-06-09media: atomisp: Simplify atomisp_subdev_set_selection() calls in atomisp_set_...Hans de Goede1-13/+3
2023-06-09media: atomisp: Remove redundant atomisp_subdev_set_selection() calls from at...Hans de Goede1-33/+0
2023-06-09media: atomisp: Remove a bunch of sensor related custom IOCTLsHans de Goede6-504/+0
2023-06-09media: atomisp: ov2680: Implement selection supportHans de Goede2-8/+128
2023-06-09media: atomisp: ov2680: Add init_cfg pad-opHans de Goede1-0/+16
2023-06-09media: atomisp: ov2680: Add missing ov2680_calc_mode() call to probe()Hans de Goede1-2/+5
2023-06-09media: atomisp: ov2680: s/input_lock/lock/Hans de Goede2-9/+10
2023-06-09media: atomisp: ov2680: s/ov2680_device/ov2680_dev/Hans de Goede2-23/+23
2023-06-09media: atomisp: Update TODOHans de Goede1-182/+52
2023-06-09media: atomisp: Fix buffer overrun in gmin_get_var_int()Hans de Goede1-2/+2
2023-06-09media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()Dan Carpenter1-1/+1
2023-06-09media: atomisp: Drop v4l2_get_acpi_sensor_info() functionHans de Goede1-240/+0
2023-06-09media: atomisp: gc0310: Turn into standard v4l2 sensor driverHans de Goede2-11/+20
2023-06-09media: atomisp: ov2680: Turn into standard v4l2 sensor driverHans de Goede3-25/+18
2023-06-09media: atomisp: Add support for v4l2-async sensor registrationHans de Goede7-22/+923
2023-06-09media: atomisp: move up sanity checksHans Verkuil1-7/+8
2023-06-09media: atomisp: initialize settings to 0Hans Verkuil1-1/+1
2023-06-09media: atomisp: Switch i2c drivers back to use .probe()Uwe Kleine-König7-7/+7
2023-06-09media: atomisp: Allow camera_mipi_info to be NULLHans de Goede2-20/+19
2023-06-09media: atomisp: Move pad linking to atomisp_register_device_nodes()Hans de Goede3-37/+15
2023-06-09media: atomisp: Delay mapping sensors to inputs till atomisp_register_device_...Hans de Goede2-39/+45
2023-06-09media: atomisp: Store number of sensor lanes per port in struct atomisp_deviceHans de Goede4-44/+20
2023-06-09media: atomisp: Rename __get_mipi_port() to atomisp_port_to_mipi_port()Hans de Goede2-8/+6
2023-06-09media: atomisp: Remove atomisp_video_init() parametrizationHans de Goede5-24/+9
2023-06-09media: atomisp: Remove unused fields from struct atomisp_input_subdevHans de Goede3-11/+1
2023-06-09media: atomisp: Drop MRFLD_PORT_NUM defineHans de Goede2-5/+4
2023-06-09media: atomisp: gc0310: Remove gc0310.hHans de Goede2-310/+241
2023-06-09media: atomisp: gc0310: Remove gc0310_s_config() functionHans de Goede1-15/+5
2023-06-09media: atomisp: gc0310: Cleanup includesHans de Goede1-14/+7
2023-06-09media: atomisp: gc0310: Fix double free in gc0310_remove()Hans de Goede1-1/+1
2023-06-09media: atomisp: gc0310: Drop XXGC0310 ACPI hardware-idHans de Goede1-1/+0
2023-06-09media: atomisp: Set asd.subdev.devnode once from isp_subdev_init_entities()Hans de Goede2-4/+1
2023-06-09media: atomisp: Remove in_reset argument from atomisp_css_start()Hans de Goede4-13/+10
2023-06-09media: atomisp: Remove unused atomisp_get_css_pipe_id() functionHans de Goede2-31/+0
2023-06-09media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|st...Hans de Goede4-20/+8
2023-06-09media: atomisp: Remove atomisp_[sub]dev_users()Hans de Goede2-13/+0
2023-06-09media: atomisp: Allow system suspend to continue with open /dev/video# nodesHans de Goede2-8/+16
2023-06-09media: atomisp: Rename atomisp_destroy_pipes_stream_force() to atomisp_destro...Hans de Goede3-7/+7