aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/atomisp/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-04-26media: atomisp: Fix sh_css_config_input_network_2400() coding styleHans de Goede1-9/+7
2024-04-26media: atomisp: Remove setting of f->fmt.pix.priv from atomisp_set_fmt()Hans de Goede1-2/+0
2024-04-26media: atomisp: Cleanup atomisp_isr_thread() spinlock handlingHans de Goede1-7/+4
2024-04-26media: atomisp: Remove empty s_stream() op from CSI subdevHans de Goede1-23/+0
2024-04-26media: atomisp: Remove empty s_power() op from ISP subdevHans de Goede1-13/+1
2024-04-26media: atomisp: Remove clearing of ISP crop / compose rectangles on file releaseHans de Goede1-21/+0
2024-04-26media: atomisp: Remove struct atomisp_platform_dataHans de Goede3-35/+18
2024-04-26media: atomisp: Remove gmin_platform VCM code.Hans de Goede1-47/+0
2024-04-26media: atomisp: Drop intel_v4l2_subdev_typeHans de Goede4-34/+18
2024-04-26media: atomisp: Drop unused frame_status trackingHans de Goede3-14/+2
2024-04-26media: atomisp: Drop custom flash supportHans de Goede10-270/+2
2024-04-26media: atomisp: Remove input_port_ID_tHans de Goede2-13/+1
2024-04-26media: atomisp: Remove test pattern generator (TPG) supportHans de Goede20-583/+21
2024-04-26media: atomisp: Drop atomisp_pipe_check() from atomisp_link_setup()Hans de Goede1-7/+1
2024-04-26media: atomisp: Call media_pipeline_alloc_start() in stream startHans de Goede2-0/+16
2024-04-26media: atomisp: Propagate v4l2_mbus_framefmt.field to CSI port sink padHans de Goede1-0/+3
2024-04-26media: atomisp: Propagate set_fmt on sensor results to CSI portHans de Goede4-14/+12
2024-04-26media: atomisp: Ensure CSI-receiver[x] -> ISP links correctly reflect current sensorHans de Goede4-1/+46
2024-04-26media: atomisp: Simplify atomisp_s_input() input argument checkingHans de Goede1-12/+6
2024-04-26media: atomisp: Add atomisp_select_input() helperHans de Goede4-18/+32
2024-04-26media: atomisp: Turn on sensor power from atomisp_set_fmt()Hans de Goede1-0/+11
2024-04-26media: atomisp: Add atomisp_s_sensor_power() helperHans de Goede5-35/+26
2024-04-26media: atomisp: Get rid of PCI device ID hack checkAndy Shevchenko2-22/+21
2024-04-26media: atomisp: Replace open-coded i2c_find_device_by_fwnode()Andy Shevchenko1-6/+2
2024-04-26media: atomisp: Put PMIC device after getting its I²C addressAndy Shevchenko1-5/+8
2024-04-26media: atomisp: Remove unsused macrosAndy Shevchenko5-60/+4
2024-04-26media: staging: media: atomisp: Remove extra whitespace after opening parenthesesJonathan Bergh1-2/+2
2024-04-26media: staging: media: atomisp: Fix various multiline block comment formatting instancesJonathan Bergh1-16/+18
2024-04-26media: staging: media: atomisp: Remove old commented code and fix multiple block comment styleJonathan Bergh1-39/+49
2024-04-26media: staging: media: atomisp: Remove unneeded return statement from void functionJonathan Bergh1-2/+0
2024-04-26media: staging: media: atomisp: Remove unnecessary parentheses from conditional statementJonathan Bergh1-1/+1
2024-04-26media: staging: media: atomisp: Ensure trailing statements are on a newline and remove spurious whitespacesJonathan Bergh1-2/+4
2024-04-26media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" declaration in variable declarationJonathan Bergh1-1/+1
2024-04-26media: staging: media: atomisp: Remove unnecessary braces from single line conditional statementsJonathan Bergh1-8/+7
2024-04-26media: staging: media: atomisp: Fix formatting issues and minor code issueJonathan Bergh2-7/+7
2024-04-26media: staging: media: atomisp: Fix various formatting issues and remove unneccesary bracesJonathan Bergh1-7/+8
2024-04-26media: atomisp: Initialize sequence counters to 0 instead of -1Hans de Goede1-3/+3
2024-04-26media: atomisp: Disable broken V4L2_PIX_FMT_RGBX32 output supportHans de Goede1-6/+11
2024-04-26media: atomisp: Replace V4L2_PIX_FMT_RGB32 with V4L2_PIX_FMT_RGBX32Hans de Goede2-3/+3
2024-04-26media: atomisp: Drop second V4L2_PIX_FMT_UYVY atomisp_output_fmts[] entryHans de Goede1-6/+0
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet1-1/+1
2024-04-11media: atomisp: Implement link_setup() op for ISP subdev MC entityHans de Goede1-0/+52
2024-04-11media: atomisp: Make MC link from ISP to /dev/video# output node immutableHans de Goede1-1/+2
2024-04-11media: atomisp: Change ISP subdev name to "ATOM ISP"Hans de Goede1-1/+1
2024-04-11media: atomisp: Add DMABUF supportHans de Goede2-1/+2
2024-04-11media: atomisp: Stop setting sd->devnode for the ATOMISP_SUBDEV v4l2-subdevHans de Goede1-1/+0
2024-04-11media: atomisp: Remove ISP controls which get passed through to the cameraHans de Goede1-248/+0
2024-04-11media: atomisp: Remove custom VCM handlingHans de Goede3-104/+1
2024-04-11media: atomisp: Rename atomisp_set_crop_and_fmt()Hans de Goede1-6/+6