summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-14/+8
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-14/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-23/+23
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-56/+59
2026-01-14staging: media: atomisp: fix trailing statementArjun Changla-1/+2
2026-01-14media: staging: atomisp: remove redundant OOM error messagesZixuan Dong-4/+1
2025-08-29media: atomisp: Fix incorrect snprintf format specifiers for signed integersColin Ian King-2/+2
2025-08-25media: staging: atomisp: Drop custom .unsubscribe_event() handlerLaurent Pinchart-8/+1
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-849/+168
2025-07-28staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()Kees Cook-4/+5
2025-07-08media: atomisp: Remove custom sysfs attributes from atomisp_drvfs.cAbdelrahman Fekry-174/+0
2025-07-08media: atomisp: Fix premature setting of HMM_BO_DEVICE_INITED flagAbdelrahman Fekry-3/+2
2025-07-08media: atomisp: Remove debug sysfs attributes active_bo and free_boAbdelrahman Fekry-91/+0
2025-07-08media: atomisp: Remove no more used macros from math_support.hAndy Shevchenko-5/+0
2025-07-08media: atomisp: Replace macros from math_support.hAndy Shevchenko-66/+77
2025-07-08media: atomisp: Remove unused headerAndy Shevchenko-161/+0
2025-07-08media: atomisp: Fix ia_css_vf.host.c coding stylePablo-2/+1
2025-07-08media: atomisp: Switch to int3472 driver sensor GPIO mapping codeHans de Goede-225/+26
2025-07-08media: atomisp: Fix "stop stream timeout." errorHans de Goede-26/+4
2025-07-08media: atomisp: Always free MIPI / CSI-receiver buffers from ia_css_uninit()Hans de Goede-45/+0
2025-07-08media: atomisp: Stop pipeline on atomisp_css_start() failureHans de Goede-0/+1
2025-07-08media: atomisp: Properly stop the ISP stream on sensor streamon errorsHans de Goede-16/+22
2025-07-08media: atomisp: Move atomisp_stop_streaming() above atomisp_start_streaming()Hans de Goede-74/+74
2025-05-05media: atomisp: Add support for sensors with a separate ISP v4l2_subdevHans de Goede-11/+65
2025-05-05media: atomisp: Avoid deadlock with sensor subdevs with state_lock setHans de Goede-2/+9
2025-05-05media: atomisp: Rename camera to sensorHans de Goede-45/+46
2025-05-05media: atomisp: Remove compat ioctl32 header fileHardevsinh Palaniya-248/+0
2025-05-05media: atomisp: gmin: Fix indentation to use TAB instead of spacesThomas Andreatta-2/+2
2025-05-05media: atomisp: gmin: Remove duplicate NULL testAbraham Samuel Adekunle-1/+1
2025-05-05media: atomisp: Fix indentation to use TAB instead of spacesGabriel Shahrouzi-1/+1
2025-05-05media: atomisp: Fix spelling error in ia_css_sdis2_types.hLiu Jing-1/+1
2025-05-05media: atomisp: Use the actual value of the enum instead of the enumRicardo Ribalda-1/+1
2025-05-05media: atomisp: Avoid picking too big sensor resolutionHans de Goede-3/+8
2025-05-05media: atomisp: gmin: Remove GPIO driven regulator supportHans de Goede-69/+0
2025-05-05media: atomisp: Remove gmin_platform Asus T100TA quirksHans de Goede-17/+0
2025-04-30media: staging: atomisp/starfive: use (t,l)/wxh format for rectangleHans Verkuil-2/+2
2025-04-25media: atomisp: Fix Wformat-truncation warningRicardo Ribalda-1/+2
2025-03-06staging: media: sdis: move open braces to the previous lineSantiago Ruano Rincón-4/+2
2025-03-06staging: media: sdis: move open brace to a new lineSantiago Ruano Rincón-1/+2
2025-03-05media: atomisp: Remove vidioc_g/s callbackRicardo Ribalda-2/+0
2025-03-05media: atomisp: Replace queryctrl with query_ext_ctrlRicardo Ribalda-15/+18
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-07media: atomisp: Add check for rgby_data memory allocation failureLi Huafei-0/+2
2024-11-07media: atomisp: remove redundant re-checking of errColin Ian King-3/+0
2024-11-07media: atomisp: Fix spelling errors reported by codespellEverest K.C.-4/+4
2024-11-07media: atomisp: Remove License information boilerplateAndy Shevchenko-5301/+0
2024-11-07media: atomisp: Fix typos in commentYu Jiaoliang-5/+5
2024-11-07media: atomisp: Fix WARN_ON() in vb2_start_streaming() triggeringHans de Goede-1/+4
2024-10-28staging: media: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0