summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/allegro-dvt
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-10-20media: allegro: fix race conditions in channel handlingMatthias Fend-14/+50
2025-10-20media: allegro: process all pending status mbox messagesMatthias Fend-8/+34
2025-10-20media: allegro: print warning if channel creation timeout occursMatthias Fend-1/+7
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart-1/+1
2025-10-17media: allgro-dvt: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart-2/+0
2025-08-13media: allegro: Access v4l2_fh from fileJacopo Mondi-12/+9
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart-1/+1
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart-2/+1
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart-1/+6
2025-08-13media: Wrap file->private_data access with a helper functionLaurent Pinchart-1/+1
2025-02-22media: platform: allgro-dvt: unregister v4l2_device on the error pathJoe Hattori-0/+1
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2024-10-12media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_in...Gaosheng Cui-1/+3
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-08-09media: allegro: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang-12/+12
2024-08-09media: platform: allegro-dvt: Constify struct regmap_configChristophe JAILLET-2/+2
2024-05-31media: allegro: nal-hevc: Replace array[1] with array[N]Ricardo Ribalda-3/+4
2023-10-07media: allegro: Annotate struct mcu_msg_push_buffers_internal with __counted_byKees Cook-1/+1
2023-09-27media: allegro-dvt: increase buffer size in msg_type_name()Hans Verkuil-1/+1
2023-07-19media: Explicitly include correct DT includesRob Herring-1/+0
2023-07-14media: platform: allegro-dvt: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-04-11media: allegro-core: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus-5/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-1/+1
2022-03-18media: platform/*/Kconfig: make manufacturer menus more uniformMauro Carvalho Chehab-0/+3
2022-03-14media: platform: allegro-dvt: move config to its own fileMauro Carvalho Chehab-0/+16
2021-12-07media: replace setting of bytesused with vb2_set_plane_payloadDafna Hirschfeld-1/+1
2021-10-20media: allegro: write vui parameters for HEVCMichael Tretter-6/+130
2021-10-20media: allegro: nal-hevc: implement generator for vuiMichael Tretter-1/+131
2021-10-20media: allegro: write correct colorspace into SPSMichael Tretter-5/+131
2021-10-20media: allegro: extract nal value lookup functions to headerMichael Tretter-158/+180
2021-10-20media: allegro: correctly scale the bit rate in SPSMichael Tretter-1/+2
2021-10-20media: allegro: remove external QP tableMichael Tretter-2/+0
2021-10-20media: allegro: fix row and column in response messageMichael Tretter-2/+2
2021-10-20media: allegro: add control to disable encoder bufferMichael Tretter-2/+30
2021-10-20media: allegro: add encoder buffer supportMichael Tretter-22/+90
2021-10-20media: allegro: add pm_runtime supportMichael Tretter-1/+84
2021-10-20media: allegro: lookup VCU settingsMichael Tretter-0/+7
2021-10-20media: allegro: fix module removal if initialization failedMichael Tretter-5/+12
2021-10-20media: allegro: ignore interrupt if mailbox is not initializedMichael Tretter-0/+9
2021-06-04media: allegro-dvt: avoid EN DASH charMauro Carvalho Chehab-2/+2
2021-04-09media: allegro: change kernel-doc comment blocks to normal commentsHans Verkuil-7/+7
2021-04-06media: allegro-dvt/nal-h264.h: fix kernel-doc: hdr -> hrdHans Verkuil-1/+1
2021-01-27media: allegro: add support for HEVC encodingMichael Tretter-36/+516
2021-01-27media: allegro: activate v4l2-ctrls only for current codecMichael Tretter-0/+16
2021-01-27media: allegro: increase offset in CAPTURE bufferMichael Tretter-1/+1
2021-01-27media: allegro: rename codec specific functionsMichael Tretter-7/+7
2021-01-27media: allegro: add helper to get entropy modeMichael Tretter-0/+9