summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3 days1-2/+2
|\
| * mm: alloc_pages_bulk: rename APILuiz Capitulino4 days1-2/+2
* | Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4 days2-8/+4
|\ \ | |/ |/|
| * staging: media: imx: fix OF node leak in imx_media_add_of_subdevs()Joe Hattori2025-01-071-6/+2
| * staging: media: max96712: fix kernel oops when removing moduleLaurentiu Palcu2024-12-191-2/+2
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
|/
* Merge tag 'staging-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-2913-13/+13
|\
| * staging: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-0914-14/+14
* | Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1Mauro Carvalho Chehab2024-11-113-10/+21
|\ \
| * \ Merge tag 'media/v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-11-082-9/+20
| |\ \ | | |/ | |/|
| | * media: av7110: fix a spectre vulnerabilityMauro Carvalho Chehab2024-10-182-9/+20
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
| |/
* | media: atomisp: Add check for rgby_data memory allocation failureLi Huafei2024-11-071-0/+2
* | media: atomisp: remove redundant re-checking of errColin Ian King2024-11-071-3/+0
* | media: atomisp: Fix spelling errors reported by codespellEverest K.C.2024-11-071-4/+4
* | media: atomisp: Remove License information boilerplateAndy Shevchenko2024-11-07599-5463/+0
* | media: atomisp: Fix typos in commentYu Jiaoliang2024-11-075-5/+5
* | media: atomisp: hmm_bo: Fix spelling errors in hmm_bo.hEverest K.C.2024-11-071-2/+2
* | media: atomisp: mt9m114: Fix fmt->code not getting set on try_fmtHans de Goede2024-11-071-0/+1
* | media: atomisp: mt9m114: Add missing mutex_init() callHans de Goede2024-11-071-4/+6
* | media: atomisp: mt9m114: Disable V4L2_CID_3A_LOCK controlHans de Goede2024-11-071-0/+2
* | media: atomisp: Fix WARN_ON() in vb2_start_streaming() triggeringHans de Goede2024-11-071-1/+4
* | media: atomisp: Remove unused libmsrlisthelperHans de Goede2024-11-074-251/+0
* | staging: media: drop vb2_ops_wait_prepare/finishHans Verkuil2024-10-2812-24/+0
* | media: atomisp: Replace ternary operator with ifRicardo Ribalda2024-10-161-2/+4
* | staging: media: ipu3: fix spelling mistakesHridesh MG2024-10-161-2/+2
* | media: staging: max96712: Add support for MAX96724Niklas Söderlund2024-10-161-2/+10
* | media: staging: max96712: Document the DEBUG_EXTRA registerNiklas Söderlund2024-10-161-1/+5
* | media: staging: max96712: Move link frequency setting to device structNiklas Söderlund2024-10-161-7/+17
* | media: staging: max96712: Remove device id checkNiklas Söderlund2024-10-161-18/+0
* | media: staging/intel-ipu3: css: Convert comma to semicolonShen Lichuan2024-10-161-1/+1
* | media: staging: drop omap4issHans Verkuil2024-10-0820-8393/+0
|/
* Merge tag 'staging-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-261-2/+1
|\
| * staging: rtl8712: Fix move '{' to previous lineTchadel Icard2024-07-301-2/+1
* | Merge tag 'media/v6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2024-09-2433-324/+304
|\ \
| * | media: atomisp: Use clamp() in ia_css_eed1_8_vmem_encode()Christophe JAILLET2024-09-101-12/+8
| * | media: atomisp: Fix eed1_8 code assigning signed values to an unsigned variableHans de Goede2024-09-102-3/+5
| * | media: atomisp: set lock before calling vb2_queue_init()Hans Verkuil2024-09-061-1/+1
| * | media: atomisp: Improve binary finding debug loggingHans de Goede2024-09-061-161/+95
| * | media: atomisp: Drop dev_dbg() calls from hmm_[alloc|free]()Hans de Goede2024-09-061-5/+0
| * | media: atomisp: csi2-bridge: Add DMI quirk for t4ka3 on Xiaomi Mipad2Hans de Goede2024-09-061-0/+2
| * | media: atomisp: add missing wait_prepare/finish opsHans Verkuil2024-09-061-0/+2
| * | media: atomisp: Remove unused declarationZhang Zekun2024-09-061-2/+0
| * | media: atomisp: use clamp() in compute_coring()Li Zetao2024-09-061-6/+6
| * | media: atomisp: use clamp() in ia_css_eed1_8_encode()Li Zetao2024-09-061-1/+1
| * | media: atomisp: Simplify ia_css_pipe_create_cas_scaler_desc_single_output()Andy Shevchenko2024-09-061-24/+20
| * | media: atomisp: Replace rarely used macro from math_support.hAndy Shevchenko2024-09-065-19/+16
| * | media: atomisp: Remove duplicated leftover, i.e. sh_css_dvs_info.hAndy Shevchenko2024-09-062-38/+0
| * | media: atomisp: bnr: fix trailing statementKartik Kulkarni2024-09-061-1/+2
| * | media: atomisp: move trailing */ to separate linesSergio de Almeida Cipriano Junior2024-09-061-2/+4