summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp
AgeCommit message (Expand)Author
2024-02-01media: atomisp: Adjust for v4l2_subdev_state handling changes in 6.8Hans de Goede
2023-12-13media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_intervalLaurent Pinchart
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus
2023-11-23media: atomisp: Use accessors for pad config 'try_*' fieldsLaurent Pinchart
2023-11-23media: atomisp: Stop direct calls to queue num_buffers fieldBenjamin Gaignard
2023-11-23media: atomisp: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-10-11staging: media: atomisp: improve unwindingHans Verkuil
2023-10-11staging: media: atomisp: drop check for reentrant .s_stream()Hans Verkuil
2023-10-02media: ipu-bridge: Fix Kconfig dependenciesSakari Ailus
2023-09-27media: atomisp: ia_ccs_debug.c: increase enable_info bufferHans Verkuil
2023-09-27media: atomisp: fix 'read beyond size of field'Hans Verkuil
2023-09-27media: atomisp: Drop atomisp-ov5693 sensor driverHans de Goede
2023-09-27media: atomisp: Disable VCM for OV5693 for nowHans de Goede
2023-09-27media: atomisp: gc0310: Stop setting v4l2_subdev.fwnode to the endpoint fwnodeHans de Goede
2023-09-27media: atomisp: Drop VIDEO_ATOMISP_ISP2401 Kconfig optionHans de Goede
2023-09-27media: atomisp: Drop ia_css_debug_dump_debug_info() and functions only used b...Hans de Goede
2023-09-27media: atomisp: Simplify some if (IS_ISP2401...) statementsHans de Goede
2023-09-27media: atomisp: atomisp_v4l2: Removed unnecessary codeKate Hsuan
2023-09-27media: atomisp: sh_css: Removed #ifdef ISP2401 to make the driver genericKate Hsuan
2023-09-27media: atomisp: sh_css: Removed #ifdef ISP2401 to make code genericKate Hsuan
2023-09-27media: atomisp: sh_css: Renamed sh_css_config_input_network()Kate Hsuan
2023-09-27media: atomisp: sh_css: Removed #ifdef ISP2401 to make driver genericKate Hsuan
2023-09-27media: atomisp: sh_css_sp: Remove #ifdef ISP2401 to make driver genericKate Hsuan
2023-09-27media: atomisp: sh_css: Removed #ifdef ISP2401 to make the driver genericKate Hsuan
2023-09-27media: atomisp: sh_css_mipi: Removed unused code ia_css_mipi_frame_enable_che...Kate Hsuan
2023-09-27media: atomisp: atomisp_compat_css20: Removed #ifdef ISP2401 to make driver g...Kate Hsuan
2023-09-27media: atomisp: hive_isp_css_include: Removed #ifdef ISP2401 to make driver g...Kate Hsuan
2023-09-27media: atomisp: binary: Removed #ifdef ISP2401 to make driver genericKate Hsuan
2023-09-27media: atomisp: ia_css_raw.host: Remove #ifdef ISP2401 to make the driver gen...Kate Hsuan
2023-09-27media: atomisp: Mark ia_css_isys_240?_init() staticHans de Goede
2023-09-27media: atomisp: Remove aliases for MIPI_FORMAT_2400_CUSTOM0Hans de Goede
2023-09-27media: atomisp: Remove empty isys_public.hHans de Goede
2023-09-27media: atomisp: isys_init: Initiate atomisp in a generic mannerKate Hsuan
2023-09-27media: atomisp: rx: Removed #if defined(ISP2401) to make driver genericKate Hsuan
2023-09-27media: atomisp: Compile the object codes for a generic driverKate Hsuan
2023-09-27media: atomisp: ifmtr: Removed #if defined(ISP2401) to make driver genericKate Hsuan
2023-09-27media: atomisp: pipeline: Removed #if defined(ISP2401) to make driver genericKate Hsuan
2023-09-27media: atomisp: hive_isp_css_common: Removed #if defined(ISP2401) to make dri...Kate Hsuan
2023-09-27media: atomisp: isys: Removed #if defined(ISP2401) to make driver genericKate Hsuan
2023-09-27media: atomisp: css_2401_system: Remove #ifdef ISP2401 to make the driver gen...Kate Hsuan
2023-09-27media: atomisp: Included both input system headersKate Hsuan
2023-09-27media: atomisp: Make two individual enum to define the MIPI formatKate Hsuan
2023-09-27media: atomisp: ia_css_debug: Removed debug codes for dumping statusKate Hsuan
2023-09-27media: atomisp: Remove v4l2_ctrl_s_ctrl(asd->run_mode) calls from atomisp_open()Hans de Goede
2023-09-27media: atomisp: Remove support for custom run-mode v4l2-ctrl on sensorsHans de Goede
2023-09-27media: atomisp: Add some higher resolutions to atomisp_enum_framesizes()Hans de Goede
2023-09-27media: atomisp: Change atomisp_enum_framesizes() too small cut off from 2/3th...Hans de Goede
2023-09-27media: atomisp: Clamp width to max 1920 pixels when in ATOMISP_RUN_MODE_PREVIEWHans de Goede