public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-11 20:48:42 to 2023-09-13 13:56:54 UTC [more...]

[PATCH v3 00/20] media: i2c: imx219: Miscellaneous cleanups and improvements
 2023-09-13 13:56 UTC  (20+ messages)
` [PATCH v3 01/20] media: i2c: imx219: Convert to CCI register access helpers
` [PATCH v3 02/20] media: i2c: imx219: Drop unused macros
` [PATCH v3 03/20] media: i2c: imx219: Replace register addresses with macros
` [PATCH v3 04/20] media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array
` [PATCH v3 05/20] media: i2c: imx219: Fix test pattern window for 640x480 mode
` [PATCH v3 06/20] media: i2c: imx219: Set mode registers programmatically
` [PATCH v3 07/20] media: i2c: imx219: Merge format and binning setting functions
` [PATCH v3 08/20] media: i2c: imx219: Initialize ycbcr_enc
` [PATCH v3 09/20] media: i2c: imx219: Use active crop rectangle to configure registers
` [PATCH v3 10/20] media: i2c: imx219: Infer binning settings from format and crop
` [PATCH v3 11/20] media: i2c: imx219: Access height from active format in imx219_set_ctrl
` [PATCH v3 12/20] media: i2c: imx219: Don't store the current mode in the imx219 structure
` [PATCH v3 13/20] media: i2c: imx219: Drop IMX219_VTS_* macros
` [PATCH v3 14/20] media: i2c: imx219: Group functions by purpose
` [PATCH v3 15/20] media: i2c: imx219: Drop system suspend/resume operations
` [PATCH v3 16/20] media: i2c: imx219: Implement .init_cfg() using .set_fmt()
` [PATCH v3 17/20] media: i2c: imx219: Separate horizontal and vertical binning
` [PATCH v3 18/20] media: i2c: imx219: Calculate crop rectangle dynamically
` [PATCH v3 19/20] media: i2c: imx219: Name all subdev state variables 'state'

[PATCH 0/2] Match data improvements for mt9p031 driver
 2023-09-13 13:45 UTC  (8+ messages)
` [PATCH 1/2] media: mt9p031: Extend match support for OF tables
` [PATCH 2/2] media: mt9p031: Drop CONFIG_OF ifdeffery

[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
 2023-09-13 13:35 UTC  (31+ messages)
` [PATCH 1/9] dma-buf: heaps: Deduplicate docs and adopt common format
` [PATCH 2/9] dma-heap: Add proper kref handling on dma-buf heaps
` [PATCH 3/9] dma-heap: Provide accessors so that in-kernel drivers can allocate dmabufs from specific heaps
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session
` [PATCH 8/9] dt-bindings: reserved-memory: MediaTek: Add reserved memory for SVP
` [PATCH 9/9] dma_buf: heaps: mtk_sec_heap: Add a new CMA heap

[PATCH] media: videobuf2-dma-sg: limit the sg segment size
 2023-09-13 13:16 UTC  (16+ messages)
    ` [EXT] "

[PATCH v2 02/10] media: cobalt: Use FIELD_GET() to extract Link Width
 2023-09-13 12:27 UTC 

[PATCH RFT 00/20] Venus cleanups
 2023-09-13 12:26 UTC  (22+ messages)
` [PATCH RFT 01/20] media: venus: pm_helpers: Only set rate of the core clock in core_clks_enable
` [PATCH RFT 02/20] media: venus: pm_helpers: Rename core_clks_get to venus_clks_get
` [PATCH RFT 05/20] media: venus: pm_helpers: Kill dead code
` [PATCH RFT 06/20] media: venus: pm_helpers: Move reset acquisition to common code
` [PATCH RFT 07/20] media: venus: pm_helpers: Use reset_bulk API
` [PATCH RFT 08/20] media: venus: core: Constify all members of the resource struct
` [PATCH RFT 09/20] media: venus: core: Deduplicate OPP genpd names
` [PATCH RFT 11/20] media: venus: core: Drop cache properties in resource struct
` [PATCH RFT 13/20] media: venus: core: Remove cp_start
` [PATCH RFT 14/20] media: venus: pm_helpers: Commonize core_power
` [PATCH RFT 15/20] media: venus: pm_helpers: Remove pm_ops->core_put
` [PATCH RFT 16/20] media: venus: core: Define a pointer to core->res
` [PATCH RFT 17/20] media: venus: pm_helpers: Simplify vcodec clock handling
` [PATCH RFT 19/20] media: venus: pm_helpers: Commonize vdec_get()
` [PATCH RFT 20/20] media: venus: pm_helpers: Commonize venc_get()

[PATCH v10 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-09-13 12:08 UTC  (7+ messages)
` [PATCH v10 1/5] staging: vc04_services: vchiq_arm: Add new bus type and device type

[GIT FIXES FOR 6.6] V4L2 fixes
 2023-09-13 11:30 UTC  (2+ messages)
` [GIT FIXES FOR 6.6] V4L2 fixes (#94584)

[PATCH] media: fix VIDEO_CAMERA_SENSOR dependencies
 2023-09-13 11:23 UTC  (4+ messages)

[PATCH v12 00/11] Implement UVC v1.5 ROI
 2023-09-13  9:26 UTC  (5+ messages)
` [PATCH v12 06/11] v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL

[PATCH v5 00/14] add support MDP3 on MT8195 platform
 2023-09-13  9:19 UTC  (27+ messages)
` [PATCH v5 01/14] arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes
` [PATCH v5 02/14] arm64: dts: mediatek: mt8195: add MDP3 nodes
` [PATCH v5 03/14] media: platform: mtk-mdp3: add support second sets of MMSYS
` [PATCH v5 04/14] media: platform: mtk-mdp3: add support second sets of MUTEX
` [PATCH v5 05/14] media: platform: mtk-mdp3: introduce more pipelines from MT8195
` [PATCH v5 06/14] media: platform: mtk-mdp3: introduce more MDP3 components
` [PATCH v5 07/14] media: platform: mtk-mdp3: add checks for dummy components
` [PATCH v5 08/14] media: platform: mtk-mdp3: avoid multiple driver registrations
` [PATCH v5 09/14] media: platform: mtk-mdp3: extend GCE event waiting in RDMA and WROT
` [PATCH v5 10/14] media: platform: mtk-mdp3: add support for blending multiple components
` [PATCH v5 11/14] media: platform: mtk-mdp3: add mt8195 platform configuration
` [PATCH v5 12/14] media: platform: mtk-mdp3: add mt8195 shared memory configurations
` [PATCH v5 13/14] media: platform: mtk-mdp3: add mt8195 MDP3 component settings
` [PATCH v5 14/14] media: platform: mtk-mdp3: add support for parallel pipe to improve FPS

[PATCH v5 0/3] introduce more MDP3 components in mt8195
 2023-09-13  8:58 UTC  (10+ messages)
` [PATCH v5 1/3] dt-binding: mediatek: correct MDP3 node with generic names
` [PATCH v5 2/3] dt-binding: mediatek: integrate MDP RDMA to one binding
` [PATCH v5 3/3] dt-binding: mediatek: add MediaTek mt8195 MDP3 components

[GIT FIXES FOR v6.6] bttv vb2 conversion regression fix
 2023-09-13  7:41 UTC  (2+ messages)
` [GIT FIXES FOR v6.6] bttv vb2 conversion regression fix (#94583)

cron job: media_tree daily build: WARNINGS
 2023-09-13  1:45 UTC 

[sailus-media-tree:metadata 18/24] drivers/media/i2c/ccs/ccs-core.c:2059:1: warning: 'static' is not at beginning of declaration
 2023-09-13  1:02 UTC 

[PATCH] media: venus: Fix firmware path for sm8250
 2023-09-12 16:26 UTC  (3+ messages)
` [PATCH v2] media: venus: Fix firmware path for resources

[PATCH v6 00/18] Add DELETE_BUF ioctl
 2023-09-12 15:51 UTC  (7+ messages)
` [PATCH v6 14/18] media: verisilicon: vp9: Use destination buffer height to compute chroma offset

[PATCH 00/14] add driver to support secure video decoder
 2023-09-12 15:19 UTC  (27+ messages)
` [PATCH 01/14] media: mediatek: vcodec: add tee client interface to communiate with optee-os
` [PATCH 02/14] media: mediatek: vcodec: allocate tee share memory
` [PATCH 03/14] media: mediatek: vcodec: send share memory data to optee
` [PATCH 04/14] media: mediatek: vcodec: initialize msg and vsi information
` [PATCH 05/14] media: mediatek: vcodec: using encoder's device to alloc/free memory
` [PATCH 07/14] media: mediatek: vcodec: using shared memory as vsi address
` [PATCH 08/14] media: medkatek: vcodec: support one plane capture buffer
` [PATCH 09/14] media: medkatek: vcodec: re-construct h264 driver to support svp mode
` [PATCH 11/14] media: medkatek: vcodec: covert secure fd to secure handle
` [PATCH 12/14] media: medkatek: vcodec: set secure mode to decoder driver
` [PATCH 13/14] media: medkatek: vcodec: disable wait interrupt for svp mode
` [PATCH 14/14] media: medkatek: vcodec: support tee decoder

[GIT PULL] media: atomisp: Changes for 6.6-1
 2023-09-12 14:10 UTC  (3+ messages)

[PATCH] spi: tegra: Fix missing IRQ check in tegra_slink_probe()
 2023-09-12 11:38 UTC  (2+ messages)

[RESEND PATCH v9 0/2] Digiteq Automotive MGB4 driver
 2023-09-12 12:07 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] Added "
` [RESEND PATCH v9 2/2] Added Digiteq Automotive MGB4 driver documentation

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-09-12  9:29 UTC  (7+ messages)

[GIT PULL FOR v6.7] RC fixes
 2023-09-12  7:21 UTC  (2+ messages)
` [GIT PULL FOR v6.7] RC fixes (#94559)

[PATCH 0/3] usb: gadget: uvc: restart fixes
 2023-09-12  4:52 UTC  (3+ messages)
` [PATCH 2/3] usb: gadget: uvc: cleanup request when not in correct state

[PATCH v2,0/3] media: mediatek: vcodec: Add driver to support 10bit
 2023-09-12  1:32 UTC  (3+ messages)

[PATCH] media: i2c: Drop ifdeffery from sensor drivers
 2023-09-11 21:58 UTC  (2+ messages)

[PATCH v2 0/3] usb: gadget: uvc: restart fixes
 2023-09-11 14:05 UTC  (3+ messages)
` [PATCH v2 2/3] usb: gadget: uvc: cleanup request when not in correct state
` [PATCH v2 3/3] usb: gadget: uvc: rework pump worker to avoid while loop

[PATCH 0/3] This patchset adds IR controller driver support for
 2023-09-11 10:30 UTC  (3+ messages)
` (subset) "

[PATCH 6.4 674/737] media: dvb: symbol fixup for dvb_attach()
 2023-09-11 13:48 UTC 

[PATCH v5 00/17] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-09-11 13:14 UTC  (11+ messages)
` [PATCH v5 01/17] media: qcom: camss: Amalgamate struct resource with struct resource_ispif
` [PATCH v5 02/17] media: qcom: camss: Rename camss struct resources to camss_subdev_resources
` [PATCH v5 03/17] media: qcom: camss: Start to move to module compat matched resources
` [PATCH v5 04/17] media: qcom: camss: Pass icc bandwidth table as a platform parameter
` [PATCH v5 06/17] media: qcom: camss: Pass line_num from compat resources
` [PATCH v5 11/17] media: qcom: camss: Allow clocks vfeN vfe_liteN or vfe_lite
` [PATCH v5 12/17] media: qcom: camss: Functionally decompose CSIPHY clock lookups
` [PATCH v5 14/17] media: qcom: camss: Support RDI3 for VFE 17x
` [PATCH v5 15/17] media: qcom: camss: Move vfe_disable into a common routine where applicable
` [PATCH v5 16/17] media: qcom: camss: Propagate vfe_reset error up the callstack

[PATCH 0/2] Match data improvements for mt9v032 driver
 2023-09-11  9:14 UTC  (5+ messages)
` [PATCH 1/2] media: i2c: mt9v032: Extend match support for OF tables
` [PATCH 2/2] media: i2c: mt9v032: Drop CONFIG_OF ifdeffery

[PATCH 0/2] Match data improvements for adv7180 driver
 2023-09-11  8:51 UTC  (3+ messages)
` [PATCH 2/2] media: i2c: adv7180: Drop CONFIG_OF ifdeffery

[BTTV] [FSL P50x0] [PASEMI] TV Time doesn't work anymore after dropping the overlay support
 2023-09-11  9:51 UTC  (10+ messages)

[PATCH 00/11] add missing of_node_put
 2023-09-11 15:08 UTC  (2+ messages)
` (subset) "

[PATCH v2] media: cros-ec-cec: Add Constitution to the match table
 2023-09-11  8:22 UTC  (2+ messages)

[PATCH 0/2] Match data improvements for ov7670 driver
 2023-09-11  8:57 UTC  (6+ messages)
` [PATCH 1/2] media: i2c: ov7670: Extend match support for OF tables

[PATCH 6.1 547/600] media: dvb: symbol fixup for dvb_attach()
 2023-09-11 13:49 UTC 

[PATCH 0/2] Match data improvements for tvp541x driver
 2023-09-11  9:23 UTC  (3+ messages)
` [PATCH 1/2] media: tvp541x: Extend match support for OF tables


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox