linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-04 09:37:38 to 2024-05-07 02:43:22 UTC [more...]

[PATCH v8 0/2] media: i2c: Add support for GC08A3 sensor
 2024-05-07  2:43 UTC  (2+ messages)

[PATCH 00/21] media: av7110: make chackpatch happier
 2024-05-07  0:25 UTC  (22+ messages)
` [PATCH 01/21] media: av7110: remove old documentation files
` [PATCH 02/21] media: av7110: remove budget-patch driver
` [PATCH 03/21] media: sp8870: coding style fixes: whitespace
` [PATCH 04/21] media: sp8870: coding style fixes: newline, comments and braces
` [PATCH 05/21] media: sp8870: coding style fixes: miscellaneous
` [PATCH 06/21] media: sp8870: coding style fixes: logging
` [PATCH 07/21] media: av7110: coding style fixes: pointer_location
` [PATCH 08/21] media: av7110: coding style fixes: blank lines
` [PATCH 09/21] media: av7110: coding style fixes: whitespace
` [PATCH 10/21] media: av7110: coding style fixes: newline
` [PATCH 11/21] media: av7110: coding style fixes: whitespace (strict)
` [PATCH 12/21] media: av7110: coding style fixes: comments
` [PATCH 13/21] media: av7110: coding style fixes: braces
` [PATCH 14/21] media: av7110: coding style fixes: assignments
` [PATCH 15/21] media: av7110: coding style fixes: comparsations
` [PATCH 16/21] media: av7110: coding style fixes: sizeof
` [PATCH 17/21] media: av7110: coding style fixes: variable types
` [PATCH 18/21] media: av7110: coding style fixes: miscellaneous
` [PATCH 19/21] media: av7110: coding style fixes: deep_indentation
` [PATCH 20/21] media: av7110: coding style fixes: logging
` [PATCH 21/21] media: av7110: coding style fixes: avoid_externs

[PATCH v2] media: i2c: Fix imx412 exposure control
 2024-05-06 22:38 UTC 

[PATCH] media: i2c: Fix imx42 exposure control
 2024-05-06 22:35 UTC  (2+ messages)

[PATCH 0/2] media: v4l2-subdev: Support const-awareness in state accessors
 2024-05-06 21:53 UTC  (4+ messages)
` [PATCH 1/2] media: v4l2-subdev: Provide const-aware subdev "
` [PATCH 2/2] media: rkisp1: Mark subdev state pointers as const

[PATCH 0/5] media: Fix some cocci locks warnings
 2024-05-06 21:10 UTC  (6+ messages)
` [PATCH 1/5] media: ivtv: Factor out schedule functions
` [PATCH 2/5] media: imon: Fix race getting ictx->lock
` [PATCH 3/5] media: dvb-frontends/stv090x: Refactor tuner_i2c_lock
` [PATCH 4/5] media: go7007: Refactor Adlink PCI-MPG24 i2c mutex
` [PATCH 5/5] media: drivers/media/dvb-core: Refactor dvb_frontend_open

[PATCH v2 0/2] media: bcm2835-unicam: Improve error handling during probe
 2024-05-06 19:24 UTC  (3+ messages)
` [PATCH v2 1/2] media: bcm2835-unicam: Do not replace IRQ retcode "
` [PATCH v2 2/2] media: bcm2835-unicam: Do not print error when irq not found

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-05-06 19:04 UTC  (16+ messages)

[PATCH 00/11] media: renesas: rcar-csi2: Use the subdev active state
 2024-05-06 19:02 UTC  (43+ messages)
` [PATCH 01/11] media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2
` [PATCH 02/11] media: rcar-csi2: Disable runtime_pm in probe error
` [PATCH 03/11] media: rcar-csi2: Cleanup subdevice in remove()
` [PATCH 04/11] media: rcar-csi2: Use the subdev active state
` [PATCH 05/11] media: adv748x-csi2: Initialize subdev format
` [PATCH 06/11] media: adv748x-csi2: Implement enum_mbus_codes
` [PATCH 07/11] media: adv748x-csi2: Validate the image format
` [PATCH 08/11] media: adv748x-csi2: Use the subdev active state
` [PATCH 09/11] media: max9286: Fix enum_mbus_code
` [PATCH 10/11] media: max9286: Use the subdev active state
` [PATCH 11/11] media: max9286: Use frame interval from subdev state

[PATCH] media: i2c: max9271: Ignore read error in s_stream
 2024-05-06 18:50 UTC  (2+ messages)

[syzbot] [fs?] [io-uring?] general protection fault in __ep_remove
 2024-05-06 18:17 UTC  (56+ messages)
  ` get_file() unsafe under epoll (was Re: [syzbot] [fs?] [io-uring?] general protection fault in __ep_remove)
    ` [PATCH] epoll: try to be a _bit_ better about file lifetimes
                    ` [PATCH v2] epoll: be "
                ` [Linaro-mm-sig] Re: [PATCH] epoll: try to be a _bit_ "

[PATCH 0/3] media: bcm2835-unicam: Improve error handling during probe
 2024-05-06 18:03 UTC  (7+ messages)
` [PATCH 1/3] media: bcm2835-unicam: Fix error handling for platform_get_irq
` [PATCH 2/3] media: bcm2835-unicam: Do not print error when irq not found
` [PATCH 3/3] media: bcm2835-unicam: Do not replace IRQ retcode during probe

[PATCH v2 00/11] media: renesas: rcar-csi2: Use the subdev active state
 2024-05-06 16:49 UTC  (12+ messages)
` [PATCH v2 01/11] media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2
` [PATCH v2 02/11] media: rcar-csi2: Disable runtime_pm in probe error
` [PATCH v2 03/11] media: rcar-csi2: Cleanup subdevice in remove()
` [PATCH v2 04/11] media: rcar-csi2: Use the subdev active state
` [PATCH v2 05/11] media: adv748x-csi2: Implement enum_mbus_codes
` [PATCH v2 06/11] media: adv748x-csi2: Validate the image format
` [PATCH v2 07/11] media: adv748x-csi2: Use the subdev active state
` [PATCH v2 08/11] media: adv748x-afe: Use 1X16 media bus code
` [PATCH v2 09/11] media: max9286: Fix enum_mbus_code
` [PATCH v2 10/11] media: max9286: Use the subdev active state
` [PATCH v2 11/11] media: max9286: Use frame interval from subdev state

[PATCH] media: usb: siano: fix endpoint checks in smsusb_init_device()
 2024-05-06 16:25 UTC  (5+ messages)

[PATCH v3 0/3] Add support for qcom msm8998-venus (HW vdec / venc)
 2024-05-06 15:57 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: media: add qcom,msm8998-venus
` [PATCH v3 2/3] arm64: dts: qcom: msm8998: add venus node
` [PATCH v3 3/3] media: venus: add msm8998 support

[PATCH v1 00/12] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-05-06 15:54 UTC  (4+ messages)
` [PATCH v1 10/12] sfc: falcon: Make I2C terminology more inclusive

[PATCH] media: verisilicon: AV1: Be more fexible on postproc capabilities
 2024-05-06 14:38 UTC  (8+ messages)
` [PATCH] media: verisilicon: Fix auxiliary buffers allocation size

[PATCH v12 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-06  8:22 UTC  (7+ messages)
` [PATCH v12 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-06 14:01 UTC  (5+ messages)

[ANN] Request for Topics and registration for a Media Summit September 16th
 2024-05-06 13:32 UTC  (4+ messages)

[PATCH] media: ov2740: Ensure proper reset sequence on probe()
 2024-05-06 13:24 UTC 

[PATCH v2 0/3] Add support for qcom msm8998-venus (HW vdec / venc)
 2024-05-06 13:18 UTC  (7+ messages)
` [PATCH v2 3/3] media: venus: add msm8998 support

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-06 12:04 UTC  (9+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 07/14] page_pool: devmem support

[PATCH] media: bcm2835-unicam: Convert to platform remove callback returning void
 2024-05-06 11:15 UTC  (2+ messages)

[PATCH v15 00/16] Add audio support in v4l2 framework
 2024-05-06  9:42 UTC  (12+ messages)

[PATCH v2 00/12] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-05-06  9:22 UTC  (11+ messages)
` [PATCH v2 03/12] drm/i915: Make I2C terminology more inclusive
` [PATCH v2 11/12] fbdev/smscufx: "
` [PATCH v2 12/12] fbdev/viafb: "

[PATCH v3 1/3] media: v4l2-ctrls: Add average qp control
 2024-05-06  8:49 UTC  (3+ messages)
` [PATCH v3 2/3] media: amphion: Remove lock in s_ctrl callback
` [PATCH v3 3/3] media: amphion: Report the average QP of current encoded frame

[PATCH 0/2] media: Add driver for ST VD56G3 camera sensor
 2024-05-06  8:23 UTC  (5+ messages)
` [PATCH 2/2] media: i2c: "

[PATCH v3] media: venus: fix use after free in vdec_close
 2024-05-06  7:33 UTC  (2+ messages)

[PATCH v2] media: venus: flush all buffers in output plane streamoff
 2024-05-06  7:29 UTC  (2+ messages)

[PATCH] [RFC] dma-buf: fix race condition between poll and close
 2024-05-06  6:52 UTC  (8+ messages)
            ` [lvc-project] "

[PATCH] i2c: mux: Remove class argument from i2c_mux_add_adapter()
 2024-05-06  6:42 UTC  (2+ messages)

[PATCH] dt-bindings: Use full path to other schemas
 2024-05-06  6:29 UTC  (2+ messages)

[PATCH] staging: atomisp: Fix spelling mistake in ia_css_debug.c
 2024-05-06  5:58 UTC 

[bug report] [PATCH] dvb: b2c2/flexcop driver refactoring part 2: add modular Flexcop driver
 2024-05-06  5:56 UTC  (3+ messages)

[PATCH v2] media: venus: fix use after free in vdec_close
 2024-05-06  5:41 UTC 

[PATCH 1/1] media: ov2740: Add event support for controls
 2024-05-06  3:07 UTC  (2+ messages)

[PATCH 1/2] media: v4l2-ctrls: Add average qp control
 2024-05-06  2:28 UTC  (4+ messages)

[PATCH v1 0/9] media: vimc improvements
 2024-05-05 20:36 UTC  (2+ messages)

[PATCH] media: renesas: vsp1: Fix _irqsave and _irq mix
 2024-05-05 17:45 UTC 

[PATCH] media: videobuf2: core: Drop unneeded forward declaration
 2024-05-05 17:40 UTC 

dtv-scan-tables: Eutelsat Hotbird satellites
 2024-05-05 17:34 UTC 

[syzbot] [dri?] [media?] inconsistent lock state in valid_state (2)
 2024-05-05 14:08 UTC  (2+ messages)
` [PATCH] dma-buf/sw-sync: don't enable IRQ from sync_print_obj()

[PATCH] staging: atomisp: Fix spelling mistake in hmm_bo.c
 2024-05-05 13:23 UTC 

[PATCH 413/437] media/rc: convert to read/write iterators
 2024-05-05 13:16 UTC  (2+ messages)

[PATCH v3 0/2] media: gc2145: add basic dvp bus support
 2024-05-05 10:23 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: add galaxycore,gc2145 DVP "
` [PATCH v3 2/2] media: gc2145: implement basic dvp "

[linuxtv-media-stage:master] BUILD SUCCESS e695668af8523b059127dfa8b261c76e7c9cde10
 2024-05-05  9:16 UTC 

[PATCH] media: platform: allegro-dvt: Constify struct regmap_config
 2024-05-05  7:28 UTC 

[PATCH] media: i2c: tvp5150: Constify some structures
 2024-05-05  7:24 UTC 

[PATCH] staging: atomisp: Fix spelling mistake in ia_css_eed1_8.host.c
 2024-05-05  3:29 UTC 

cron job: media_tree daily build: WARNINGS
 2024-05-05  1:47 UTC 

[PATCH v2 0/2] media: gc2145: add basic dvp bus support
 2024-05-04 16:30 UTC  (4+ messages)
` [PATCH v2 2/2] media: gc2145: implement "

[PATCH 0/2] Introduce v4l2_async_nf_unregister_cleanup
 2024-05-04 14:18 UTC  (6+ 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).