linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-02 17:57:20 to 2022-02-05 19:00:06 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-05 18:54 UTC  (66+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 03/66] clk: sunxi-ng: v3s: Export the MBUS clock to the public header
` [PATCH v2 04/66] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [PATCH v2 06/66] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 09/66] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v2 10/66] MAINTAINERS: Add entry for the Allwinner A31 MIPI CSI-2 bridge driver
` [PATCH v2 11/66] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v2 12/66] dt-bindings: media: Add Allwinner A83T MIPI CSI-2 bindings documentation
` [PATCH v2 13/66] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH v2 14/66] MAINTAINERS: Add entry for the Allwinner A83T MIPI CSI-2 bridge
` [PATCH v2 15/66] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v2 16/66] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 19/66] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 26/66] media: sun6i-csi: Register the media device after creation
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 28/66] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 31/66] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 34/66] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v2 35/66] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v2 36/66] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v2 38/66] media: sun6i-csi: Move register configuration to capture
` [PATCH v2 39/66] media: sun6i-csi: Rework capture format management with helper
` [PATCH v2 40/66] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v2 41/66] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v2 42/66] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v2 43/66] media: sun6i-csi: Tidy capture configure code
` [PATCH v2 44/66] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v2 45/66] media: sun6i-csi: Introduce capture "
` [PATCH v2 46/66] media: sun6i-csi: Configure registers from format tables
` [PATCH v2 47/66] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v2 48/66] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v2 49/66] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v2 50/66] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v2 51/66] media: sun6i-csi: Unset bridge source on capture streamon fail
` [PATCH v2 52/66] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v2 53/66] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v2 54/66] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v2 55/66] media: sun6i-csi: Only configure capture when streaming
` [PATCH v2 56/66] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v2 57/66] media: sun6i-csi: Request a shared interrupt
` [PATCH v2 58/66] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v2 59/66] media: sun6i-csi: Add support for hooking to the isp devices
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 64/66] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-05 14:01 UTC  (7+ messages)
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains
` [PATCH V4 09/11] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-05 10:28 UTC  (5+ messages)

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-05  7:51 UTC  (18+ messages)
` [PATCH 1/8] media: imx: Store the type of hardware implementation
` [PATCH 2/8] media: imx: Forward "
` [PATCH 3/8] media: imx: Use dedicated format handler for i.MX7/8
` [PATCH 4/8] media: imx: Fail conversion if pixel format not supported
` [PATCH 5/8] media: imx: imx7_mipi_csis: store colorspace in set_fmt as well
` [PATCH 6/8] media: imx: imx7_media-csi: Add support for additional Bayer patterns
` [PATCH 7/8] media: imx: utils: Add more Bayer formats
` [PATCH 8/8] [DNI] arm64: dts: tqma8mqml: add IMX327 MIPI-CSI overlay

cron job: media_tree daily build: WARNINGS
 2022-02-05  5:59 UTC 

[PATCH v3 0/8] camss: Fixup multiple VDDA regulator support
 2022-02-05  2:58 UTC  (2+ messages)

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-05  2:22 UTC  (28+ messages)
` [RFC PATCH v4 01/12] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [RFC PATCH v4 02/12] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
  ` (EXT) "
` [RFC PATCH v4 04/12] media: MAINTAINERS: add bcm2835 unicam driver
` [RFC PATCH v4 05/12] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [RFC PATCH v4 06/12] ARM: dts: bcm2711: Add unicam CSI nodes
` [RFC PATCH v4 07/12] media: imx219: Rename mbus codes array
` [RFC PATCH v4 08/12] media: imx219: Switch from open to init_cfg
` [RFC PATCH v4 09/12] media: imx219: Introduce the set_routing operation
` [RFC PATCH v4 10/12] media: imx219: use a local v4l2_subdev to simplify reading
` [RFC PATCH v4 11/12] media: imx219: Add support for the V4L2 subdev active state
` [RFC PATCH v4 12/12] media: bcm283x: Include the imx219 node

[PATCH v3] media: dt-bindings: media: renesas,csi2: Update data-lanes property
 2022-02-05  2:23 UTC  (2+ messages)

[PATCH RESEND] media: i2c: Fix pixel array positions in ov8865
 2022-02-04 23:05 UTC  (3+ messages)

[PATCH v4 00/11] media: atmel: atmel-isc: implement media controller
 2022-02-04 22:59 UTC  (3+ messages)
` [PATCH v4 08/11] dt-bindings: media: microchip,xisc: add bus-width of 14

VP9 SVC Feedback data in V4L2 encoders
 2022-02-04 20:17 UTC 

[PATCH v3 1/2] media: uvcvideo: Only create input devs if hw supports it
 2022-02-04 17:14 UTC  (5+ messages)
` [PATCH v3 2/2] media: uvcvideo: Do power management granularly

[PATCH v5 1/3] media: uvcvideo: Only create input devs if hw supports it
 2022-02-04 17:10 UTC  (3+ messages)
` [PATCH v5 2/3] media: uvcvideo: Refactor streamon/streamoff
` [PATCH v5 3/3] media: uvcvideo: Do power management granularly

[PATCH v4 1/3] media: uvcvideo: Only create input devs if hw supports it
 2022-02-04 17:07 UTC  (3+ messages)
` [PATCH v4 2/3] media: uvcvideo: Refactor streamon/streamoff
` [PATCH v4 3/3] media: uvcvideo: Do power management granularly

[PATCH v4] dma-buf-map: Rename to iosys-map
 2022-02-04 17:05 UTC 

[RFC PATCHv2 00/11] Dynamic arrays and read-only requests
 2022-02-04 17:01 UTC  (3+ messages)
` [RFC PATCHv2 01/11] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY

Add warning for nesting dma_fence containers
 2022-02-04 15:43 UTC  (12+ messages)
` [PATCH 1/6] dma-buf: consolidate dma_fence subclass checking
` [PATCH 2/6] dma-buf: warn about dma_fence_array container rules v2
` [PATCH 3/6] dma-buf: Warn about dma_fence_chain "
` [PATCH 4/6] dma-buf: warn about containers in dma_resv object
` [PATCH 5/6] dma-buf: add dma_fence_chain_contained helper
` [PATCH 6/6] drm/amdgpu: use dma_fence_chain_contained

[PATCH] Add check for READ ONLY flag
 2022-02-04  6:47 UTC 

[PATCH v5 00/12]Show privacy_gpio as a v4l2_ctrl
 2022-02-04  5:59 UTC  (9+ messages)
` [PATCH v5 09/12] media: uvcvideo: Implement UVC_QUIRK_PRIVACY_DURING_STREAM

hantro: g2: Does the postprocessor needs 32byte aligned width ?
 2022-02-03 22:10 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor binding
 2022-02-03 22:01 UTC  (2+ messages)

[PATCH RESEND] media: uvcvideo: Add support for Apple T2-attached FaceTime HD Camera
 2022-02-03 12:51 UTC  (5+ messages)

[PATCH v2 0/1] media: i2c: ov5648: Fix lockdep error
 2022-02-03 12:33 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v3 00/11] Add support for BCM2835 camera interface (unicam)
 2022-02-03 11:36 UTC  (17+ messages)
` [RFC PATCH v3 01/11] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [RFC PATCH v3 03/11] media: dt-bindings: media: Add bindings for bcm2835-unicam
` [RFC PATCH v3 04/11] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [RFC PATCH v3 05/11] ARM: dts: bcm2711: Add unicam CSI nodes
` [RFC PATCH v3 06/11] media: imx219: Rename mbus codes array
` [RFC PATCH v3 07/11] media: imx219: Switch from open to init_cfg
` [RFC PATCH v3 08/11] media: imx219: Introduce the set_routing operation
` [RFC PATCH v3 09/11] media: imx219: use a local v4l2_subdev to simplify reading
` [RFC PATCH v3 10/11] media: imx219: Add support for the V4L2 subdev active state
` [RFC PATCH v3 11/11] media: bcm283x: Include the imx219 node

[PATCH v3] dma-buf-map: Rename to iosys-map
 2022-02-03 11:06 UTC  (4+ messages)

[PATCH v10 00/38] v4l: subdev internal routing and streams
 2022-02-03 10:58 UTC  (4+ messages)
` [PATCH v10 27/38] media: Documentation: Add GS_ROUTING documentation

[PATCH 0/6] media: Centralize MIPI CSI-2 data types in shared header
 2022-02-03  9:11 UTC  (3+ messages)
` [PATCH 5/6] media: rockchip: rkisp1: Use mipi-csi2.h

[PATCH v2] dma-buf-map: Rename to iosys-map
 2022-02-03  8:46 UTC  (3+ messages)

[PATCH 00/17] media: ov5640: Rework the clock tree programming for MIPI
 2022-02-03  7:58 UTC  (26+ messages)
` [PATCH 10/21] media: ov5640: Add HBLANK control
` [PATCH 11/21] media: ov5640: Add VBLANK control
` [PATCH 12/21] media: ov5640: Fix durations to comply with FPS
  ` [PATCH 13/21] media: ov5640: Initialize try format
  ` [PATCH 14/21] media: ov5640: Implement get_selection
  ` [PATCH 15/21] media: ov5640: Limit format to FPS in DVP mode only
  ` [PATCH 16/21] media: ov5640: Disable s_frame_interval in MIPI mode
` [PATCH 17/21] media: ov5640: Register device properties
  ` [PATCH 18/21] media: ov5640: Add RGB565_1X16 format
  ` [PATCH 19/21] media: ov5640: Add RGB888/BGR888 formats
` [PATCH 20/21] media: ov5640: Restrict sizes to mbus code
  ` [PATCH 21/21] media: ov5640: Adjust format to bpp in s_fmt

Get j5 WebCam JVCU100 supported by Linux UVC driver
 2022-02-03  0:31 UTC  (8+ messages)

[PATCH v2 0/6] Introduce ancillary links
 2022-02-02 23:32 UTC  (11+ messages)
` [PATCH v2 2/6] media: media.h: Add new media link type
` [PATCH v2 3/6] media: docs: Add entries documenting ancillary links
` [PATCH v2 5/6] media: entity: Add support for "
` [PATCH v2 6/6] media: v4l2-async: Create links during v4l2_async_match_notify()

[PATCH v2 0/4] Exynos4 media drivers: adapt for the planned ARM IOMMU-DMA changes
 2022-02-02 23:06 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).