Linux-Media Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-30 00:00:14 to 2024-04-03 00:21:33 UTC [more...]

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-03  0:20 UTC  (14+ messages)
` [RFC PATCH net-next v8 01/14] queue_api: define queue api
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation

[PATCH v9 00/10] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-04-02 21:34 UTC  (19+ messages)
` [PATCH v9 01/10] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [PATCH v9 02/10] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [PATCH v9 03/10] dt-bindings: media: Add bindings for bcm2835-unicam
` [PATCH v9 04/10] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [PATCH v9 05/10] ARM: dts: bcm2835-rpi: Move duplicate firmware-clocks to bcm2835-rpi.dtsi
` [PATCH v9 06/10] ARM: dts: bcm2835: Add Unicam CSI nodes
` [PATCH v9 07/10] ARM: dts: bcm2711-rpi: Add pinctrl-based multiplexing for I2C0
` [PATCH v9 08/10] ARM: dts: bcm2711-rpi-cm4-io: Add RTC on I2C0
` [PATCH v9 09/10] ARM: dts: bcm2711-rpi-4-b: Add CAM1 regulator
` [PATCH v9 10/10] [DNI] arm64: dts: broadcom: Add overlay for Raspberry Pi 4B IMX219 camera

[PATCH v1 1/1] media: atomisp: Get rid of PCI device ID hack check
 2024-04-02 20:44 UTC 

[PATCH v2] edid-decode: build: add support for building with meson
 2024-04-02 20:18 UTC  (3+ messages)

[PATCH v3] edid-decode: build: add support for building with meson
 2024-04-02 20:13 UTC 

[PATCH] media: v4l2-subdev: Fix stream handling for crop API
 2024-04-02 20:11 UTC  (9+ messages)

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-04-02 18:22 UTC  (7+ messages)

[PATCH v0 00/14] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-04-02 18:19 UTC  (12+ messages)
` [PATCH v0 03/14] drm/gma500,drm/i915: Make I2C terminology more inclusive
  ` [PATCH v0 03/14] drm/gma500, drm/i915: "
` [PATCH v0 10/14] sfc: falcon: "

[PATCH v4 1/2] media: dt-bindings: ovti,ov2680: Fix the power supply names
 2024-04-02 17:40 UTC  (2+ messages)
` [PATCH v4 2/2] media: dt-bindings: ovti,ov2680: Document link-frequencies

[PATCH v4 00/20] Omnivision OV4689 refactoring and improvements
 2024-04-02 16:45 UTC  (21+ messages)
` [PATCH v4 01/20] media: i2c: ov4689: Clean up and annotate the register table
` [PATCH v4 02/20] media: i2c: ov4689: Sort register definitions by address
` [PATCH v4 03/20] media: i2c: ov4689: Fix typo in a comment
` [PATCH v4 04/20] media: i2c: ov4689: CCI conversion
` [PATCH v4 05/20] media: i2c: ov4689: Remove i2c_client from ov4689 struct
` [PATCH v4 06/20] media: i2c: ov4689: Refactor ov4689_set_ctrl
` [PATCH v4 07/20] media: i2c: ov4689: Use sub-device active state
` [PATCH v4 08/20] media: i2c: ov4689: Enable runtime PM before registering sub-device
` [PATCH v4 09/20] media: i2c: ov4689: Use runtime PM autosuspend
` [PATCH v4 10/20] media: i2c: ov4689: Remove max_fps field from struct ov4689_mode
` [PATCH v4 11/20] media: i2c: ov4689: Make horizontal blanking configurable
` [PATCH v4 12/20] media: i2c: ov4689: Implement vflip/hflip controls
` [PATCH v4 13/20] media: i2c: ov4689: Implement digital gain control
` [PATCH v4 14/20] media: i2c: ov4689: Implement manual color balance controls
` [PATCH v4 15/20] media: i2c: ov4689: Move pixel array size out of struct ov4689_mode
` [PATCH v4 16/20] media: i2c: ov4689: Set timing registers programmatically
` [PATCH v4 17/20] media: i2c: ov4689: Configurable analogue crop
` [PATCH v4 18/20] media: i2c: ov4689: Eliminate struct ov4689_mode
` [PATCH v4 19/20] media: i2c: ov4689: Refactor ov4689_s_stream
` [PATCH v4 20/20] media: i2c: ov4689: Implement 2x2 binning

[PATCH 22/23] drivers: media: i2c: imx258: Add support for powerdown gpio
 2024-04-02 14:28 UTC  (2+ messages)

[PATCH 0/3] media: i2c: Add imx283 camera sensor driver
 2024-04-02 14:15 UTC  (7+ messages)
` [PATCH 1/3] media: dt-bindings: media: Add bindings for IMX283
` [PATCH 2/3] media: i2c: Add imx283 camera sensor driver
` [PATCH 3/3] fixups

[PATCH v4 0/6] media: imx335: 2/4 lane ops and improvements
 2024-04-02 14:09 UTC  (7+ messages)
` [PATCH v4 1/6] media: imx335: Support 2 or 4 lane operation modes
` [PATCH v4 2/6] media: imx335: Parse fwnode properties
` [PATCH v4 3/6] media: imx335: Use V4L2 CCI for accessing sensor registers
` [PATCH v4 4/6] media: imx335: Use integer values for size registers
` [PATCH v4 5/6] media: imx335: Fix active area height discrepency
` [PATCH v4 6/6] media: imx335: Limit analogue gain value

[PATCH] yavta: Format type errors for non x86 arches
 2024-04-02 13:59 UTC  (4+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-02 13:11 UTC  (10+ messages)
` [PATCH 2/9] dma: Convert from tasklet to BH workqueue
` [PATCH 7/9] s390: "
` [PATCH 9/9] mmc: "

[PATCH v4 0/2] media: i2c: Add imx283 camera sensor driver
 2024-04-02 12:57 UTC  (4+ messages)
` [PATCH v4 1/2] media: dt-bindings: media: Add bindings for IMX283
` [PATCH v4 2/2] media: i2c: Add imx283 camera sensor driver

[PATCH v5] media: ucvideo: Add quirk for Logitech Rally Bar
 2024-04-02 12:09 UTC 

[PATCH] media: v4l2-subdev: Support enable/disable_streams for single-pad subdevs
 2024-04-02 12:05 UTC  (11+ messages)

[PATCH 0/2] media: uvcvideo: UVC minimum relative pan/tilt/zoom speed fix
 2024-04-02 11:53 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v4 00/13] Add ISP 3A for StarFive
 2024-04-02 10:00 UTC  (14+ messages)
` [PATCH v4 01/13] media: starfive: Add JH7110 ISP module definitions
` [PATCH v4 02/13] media: Documentation: Add description for StarFive ISP metadata formats
` [PATCH v4 03/13] media: videodev2.h, v4l2-ioctl: Add StarFive ISP meta buffer format
` [PATCH v4 04/13] staging: media: starfive: Add a params sink pad and a scd source pad for ISP
` [PATCH v4 05/13] staging: media: starfive: Separate buffer from ISP hardware operation
` [PATCH v4 06/13] staging: media: starfive: Separate buffer be a common file
` [PATCH v4 07/13] staging: media: starfive: Separate ISP hardware from capture device
` [PATCH v4 08/13] staging: media: starfive: Add for StarFive ISP 3A SC
` [PATCH v4 09/13] staging: media: starfive: Update ISP initialise config for 3A
` [PATCH v4 10/13] staging: media: starfive: Add V4L2_CAP_IO_MC capability
` [PATCH v4 11/13] staging: media: starfive: Add ISP params video device
` [PATCH v4 12/13] staging: media: starfive: Add ISP parameters hardware configure
` [PATCH v4 13/13] admin-guide: media: Update documents for StarFive Camera Subsystem

[PATCH v9 0/6] iio: new DMABUF based API
 2024-04-02 11:31 UTC  (4+ messages)
` [PATCH v9 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()

[v4l-utils] [PATCH 0/8] Support for the generic line-based metadata support
 2024-04-02 10:54 UTC  (10+ messages)
` [v4l-utils] [PATCH 1/8] utils: media-ctl: Print MUST_CONNECT pad flags
` [v4l-utils] [PATCH 2/8] v4l2-compliance: Constify pointers and references in formats tests
` [v4l-utils] [PATCH 3/8] v4l-utils: sync-with-kernel
` [v4l-utils] [PATCH 4/8] utils: media-ctl: Support changed routing API
` [v4l-utils] [PATCH 5/8] utils: media-ctl: Also print INTERNAL pad flag
` [v4l-utils] [PATCH 6/8] v4l2-compliance: Support the changed routing API
` [v4l-utils] [PATCH 7/8] v4l2-compliance: Add tests for V4L2_FMT_FLAG_META_LINE_BASED flag
` [v4l-utils] [PATCH 8/8] v4l2-compliance: Test IMMUTABLE route flag

[PATCH net-next v6 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-02 10:33 UTC  (4+ messages)
` [PATCH net-next v6 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH net-next v6 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH net-next v6 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[RFC PATCH] media: videobuf2-core: attach once if multiple planes share the same dbuf
 2024-04-02 10:21 UTC  (2+ messages)

[PATCH 0/3] media: mediatek: vcodec: fix vcodec smatch warning
 2024-04-02  9:50 UTC  (3+ messages)
` [PATCH 1/3] media: mediatek: vcodec: fix h264 multi statless decoder "

[PATCH v2 0/6] provide ID table for avoiding fallback match
 2024-04-02  8:58 UTC  (13+ messages)
` [PATCH v2 1/6] media: platform: cros-ec: "
` [PATCH v2 2/6] gpio: "
` [PATCH v2 3/6] power: supply: cros_usbpd: "
` [PATCH v2 4/6] power: supply: cros_pchg: "
` [PATCH v2 5/6] platform/chrome: cros_kbd_led_backlight: shrink the driver name
` [PATCH v2 6/6] platform/chrome: cros_kbd_led_backlight: provide ID table for avoiding fallback match
` (subset) [PATCH v2 0/6] "

[PATCH] media: dt-bindings: ovti,ov2680: Document clock/data-lanes
 2024-04-02  8:30 UTC  (6+ messages)

[PATCH v3] media: dt-bindings: ovti,ov2680: Document more properties
 2024-04-02  6:28 UTC  (2+ messages)

[PATCH v7 00/15] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-04-02  6:05 UTC  (6+ messages)
` [PATCH v7 09/15] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface

cron job: media_tree daily build: WARNINGS
 2024-04-02  1:52 UTC 

[PATCH v8 00/38] Generic line based metadata support, internal pads
 2024-04-01 23:41 UTC  (4+ messages)
` [PATCH v8 17/38] media: v4l: subdev: Add trivial set_routing support

[PATCH v2 0/8] Move camss version related defs in to resources
 2024-04-01 22:35 UTC  (4+ messages)
` [PATCH v2 1/8] media: qcom: camss: Add per sub-device type resources

[linuxtv-media-stage:master] BUILD SUCCESS b82779648dfd3814df4e381f086326ec70fd791f
 2024-04-01 20:43 UTC 

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-04-01 19:22 UTC  (8+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH v2] media: dt-bindings: ovti,ov2680: Document more properties
 2024-04-01 17:28 UTC  (2+ messages)

[PATCH] media/uvcvideo: add quirk for invalid dev_sof in Logitech C920
 2024-04-01 16:45 UTC  (2+ messages)

[GIT PULL FOR 6.9] Imagination E5010 JPEG encoder
 2024-04-01 13:55 UTC  (3+ messages)

[PATCH] dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS
 2024-04-01 13:21 UTC  (5+ messages)

[RFC PATCH 00/13] bcm2835-codec: driver for HW codecs
 2024-04-01  9:56 UTC  (8+ messages)
` [RFC PATCH 13/13] staging: vc04_services: Add a V4L2 M2M codec driver

[PATCH v2 0/5] Wave515 decoder IP support
 2024-04-01  9:28 UTC  (10+ messages)
` [PATCH v2 4/5] media: chips-media: wave5: drop "sram-size" DT prop
    `  "
        `  "
` [PATCH v2 5/5] media: chips-media: wave5: support Wave515 decoder

[PATCH 00/18] platform/chrome: provide ID table for avoiding fallback match
 2024-04-01  3:11 UTC  (6+ messages)
` [PATCH 14/18] platform/chrome: cros_kbd_led_backlight: "

[PATCH v2 0/8] use for_each_endpoint_of_node()
 2024-04-01  0:06 UTC  (9+ messages)
` [PATCH v2 1/8] gpu: drm: "
` [PATCH v2 2/8] hwtracing: "
` [PATCH v2 3/8] media: platform: microchip: "
` [PATCH v2 4/8] media: platform: ti: "
` [PATCH v2 5/8] media: platform: xilinx: "
` [PATCH v2 6/8] staging: media: atmel: "
` [PATCH v2 7/8] video: fbdev: "
` [PATCH v2 8/8] fbdev: omapfb: use of_graph_get_remote_port()

[PATCH] platform/x86: int3472: Add handshake GPIO function
 2024-03-31 10:51 UTC  (2+ messages)

[PATCH 18/23] dt-bindings: media: imx258: Add alternate compatible strings
 2024-03-30 20:59 UTC  (3+ messages)

[PATCH net-next v5 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-30 18:28 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members

[PATCH v3 0/9] Setting live video input format for ZynqMP DPSUB
 2024-03-30  9:27 UTC  (9+ messages)
` [PATCH v3 8/9] dt-bindings: xlnx: Add VTC and TPG bindings

[PATCH 00/23] v2: imx258 improvement series
 2024-03-30  6:37 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 read-only IMAP folder(s) and NNTP newsgroup(s).