summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci
AgeCommit message (Expand)Author
2023-08-10media: atomisp: csi2-bridge: Add support for VCM I2C-client instantiationHans de Goede
2023-08-10media: atomisp: csi2-bridge: Add dev_name() to acpi_handle_info() loggingHans de Goede
2023-08-10media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()Hans de Goede
2023-08-10media: atomisp: Fix me->stages error checking in sh_css_sp_init_pipeline()Hans de Goede
2023-08-10media: atomisp: Fix smatch warnings caused by atomisp custom assert() usageHans de Goede
2023-08-10media: atomisp: Remove bogus asd == NULL checksHans de Goede
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus
2023-06-09media: atomisp: csi2-bridge: Add support for setting "clock-" and "link-frequ...Hans de Goede
2023-06-09media: atomisp: Stop resetting selected input to 0 between /dev/video# opensHans de Goede
2023-06-09media: atomisp: Fix binning check in atomisp_set_crop()Hans de Goede
2023-06-09media: atomisp: Make atomisp_enum_framesizes_crop() check resolution fits wit...Hans de Goede
2023-06-09media: atomisp: Take minimum padding requirement on BYT/ISP2400 into accountHans de Goede
2023-06-09media: atomisp: csi2-bridge: Set PMC clk-rate for sensors to 19.2 MHzHans de Goede
2023-06-09media: atomisp: Add enum_framesizes function for sensors with selection / cro...Hans de Goede
2023-06-09media: atomisp: Set crop before setting fmtHans de Goede
2023-06-09media: atomisp: Use selection API info to determine sensor paddingHans de Goede
2023-06-09media: atomisp: Make atomisp_init_sensor() check if the sensor supports binningHans de Goede
2023-06-09media: atomisp: Pass MEDIA_BUS_FMT_* code when calling enum_frame_size pad-opHans de Goede
2023-06-09media: atomisp: Add support for sensors which implement selection API / croppingHans de Goede
2023-06-09media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()Hans de Goede
2023-06-09media: atomisp: Add ia_css_frame_pad_width() helper functionHans de Goede
2023-06-09media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]Hans de Goede
2023-06-09media: atomisp: Remove bogus fh use from atomisp_set_fmt*()Hans de Goede
2023-06-09media: atomisp: Add target validation to atomisp_subdev_set_selection()Hans de Goede
2023-06-09media: atomisp: Simplify atomisp_subdev_set_selection() calls in atomisp_set_...Hans de Goede
2023-06-09media: atomisp: Remove redundant atomisp_subdev_set_selection() calls from at...Hans de Goede
2023-06-09media: atomisp: Remove a bunch of sensor related custom IOCTLsHans de Goede
2023-06-09media: atomisp: Fix buffer overrun in gmin_get_var_int()Hans de Goede
2023-06-09media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()Dan Carpenter
2023-06-09media: atomisp: Drop v4l2_get_acpi_sensor_info() functionHans de Goede
2023-06-09media: atomisp: gc0310: Turn into standard v4l2 sensor driverHans de Goede
2023-06-09media: atomisp: ov2680: Turn into standard v4l2 sensor driverHans de Goede
2023-06-09media: atomisp: Add support for v4l2-async sensor registrationHans de Goede
2023-06-09media: atomisp: move up sanity checksHans Verkuil
2023-06-09media: atomisp: initialize settings to 0Hans Verkuil
2023-06-09media: atomisp: Allow camera_mipi_info to be NULLHans de Goede
2023-06-09media: atomisp: Move pad linking to atomisp_register_device_nodes()Hans de Goede
2023-06-09media: atomisp: Delay mapping sensors to inputs till atomisp_register_device_...Hans de Goede
2023-06-09media: atomisp: Store number of sensor lanes per port in struct atomisp_deviceHans de Goede
2023-06-09media: atomisp: Rename __get_mipi_port() to atomisp_port_to_mipi_port()Hans de Goede
2023-06-09media: atomisp: Remove atomisp_video_init() parametrizationHans de Goede
2023-06-09media: atomisp: Remove unused fields from struct atomisp_input_subdevHans de Goede
2023-06-09media: atomisp: Drop MRFLD_PORT_NUM defineHans de Goede
2023-06-09media: atomisp: Set asd.subdev.devnode once from isp_subdev_init_entities()Hans de Goede
2023-06-09media: atomisp: Remove in_reset argument from atomisp_css_start()Hans de Goede
2023-06-09media: atomisp: Remove unused atomisp_get_css_pipe_id() functionHans de Goede
2023-06-09media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|st...Hans de Goede
2023-06-09media: atomisp: Remove atomisp_[sub]dev_users()Hans de Goede
2023-06-09media: atomisp: Allow system suspend to continue with open /dev/video# nodesHans de Goede