messages from 2025-10-02 20:50:10 to 2025-10-07 20:43:35 UTC [more...]
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-07 20:43 UTC (23+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v11 00/17] media: rockchip: add a driver for the rockchip camera interface
2025-10-07 20:12 UTC (5+ messages)
` [PATCH v11 05/17] media: dt-bindings: add rockchip rk3568 mipi csi-2 receiver
` [PATCH v11 10/17] media: rockchip: rkcif: add support for px30 vip dvp capture
[PATCH v6 0/2] Pinefeat cef168 lens control board driver
2025-10-07 19:57 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: Pinefeat cef168 lens control board
` [PATCH v6 2/2] media: i2c: Pinefeat cef168 lens control board driver
[PATCH 00/16] media: platform: rga: Add RGA3 support
2025-10-07 19:41 UTC (28+ messages)
` [PATCH 01/16] media: rockchip: rga: use clk_bulk api
` [PATCH 02/16] media: rockchip: rga: use stride for offset calculation
` [PATCH 03/16] media: rockchip: rga: align stride to 16 bytes
` [PATCH 04/16] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH 05/16] media: rockchip: rga: use card type to specify rga type
` [PATCH 06/16] media: rockchip: rga: change offset to dma_addresses
` [PATCH 07/16] media: rockchip: rga: support external iommus
` [PATCH 08/16] media: rockchip: rga: remove size from rga_frame
` [PATCH 09/16] media: rockchip: rga: remove stride "
` [PATCH 10/16] media: rockchip: rga: move rga_fmt to rga-hw.h
` [PATCH 11/16] media: rockchip: rga: add iommu restore function
` [PATCH 12/16] media: rockchip: rga: handle error interrupt
` [PATCH 13/16] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3
` [PATCH 14/16] arm64: dts: rockchip: add rga3 dt nodes
` [PATCH 15/16] arm64: dts: rockchip: increase rga3 clock speed
` [PATCH 16/16] media: rockchip: rga: add rga3 support
[PATCH v3 0/5] Introduce "non-pixel" sub node within iris video node
2025-10-07 19:40 UTC (16+ messages)
[PATCH v5 0/2] Pinefeat cef168 lens control board driver
2025-10-07 19:39 UTC (8+ messages)
` [PATCH v5 1/2] dt-bindings: Pinefeat cef168 lens control board
` [PATCH v5 2/2] media: i2c: Pinefeat cef168 lens control board driver
[PATCH v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
2025-10-07 19:37 UTC (13+ messages)
` [PATCH v3 20/22] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
` [PATCH v3 15/22] staging: media: tegra-video: tegra20: simplify format align calculations
media: qcom: iris: crashes on SM8250 / RB5 board
2025-10-07 19:34 UTC
[PATCH v6 0/8] media: Introduce V4L2 generic ISP support
2025-10-07 18:12 UTC (9+ messages)
` [PATCH v6 1/8] media: uapi: Introduce V4L2 generic ISP types
` [PATCH v6 2/8] media: uapi: Convert RkISP1 to V4L2 extensible params
` [PATCH v6 3/8] media: uapi: Convert Amlogic C3 "
` [PATCH v6 4/8] media: Documentation: uapi: Add V4L2 ISP documentation
` [PATCH v6 5/8] media: v4l2-core: Introduce v4l2-isp.c
` [PATCH v6 6/8] media: rkisp1: Use v4l2-isp for validation
` [PATCH v6 7/8] media: amlogic-c3: "
` [PATCH v6 8/8] media: Documentation: kapi: Add v4l2 generic ISP support
[PATCH v11 00/66] Generic line based metadata support, internal pads
2025-10-07 14:01 UTC (11+ messages)
` [PATCH v11 39/66] media: Documentation: Add subdev configuration models, raw sensor model
[PATCH v2 0/2] v4l2-ctl: make VIDIOC_SUBDEV_S_CLIENT_CAP and VIDIOC_SUBDEV_QUERYCAP ioctl optional
2025-10-07 13:40 UTC (3+ messages)
` [PATCH v4l-utils v2 1/2] v4l2-ctl: do not fail on kernel not implementing VIDIOC_SUBDEV_S_CLIENT_CAP
` [PATCH v4l-utils v2 2/2] v4l2-ctl: do not fail on kernel not implementing VIDIOC_SUBDEV_QUERYCAP
[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
2025-10-07 13:58 UTC (20+ messages)
` [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH 5/8] media: iris: Move vpu register defines to common header file
` [PATCH 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
[PATCH v3] media: v4l2-ctrls: add full AV1 profile validation in validate_av1_sequence()
2025-10-07 13:49 UTC (5+ messages)
[PATCH 0/4] Add CAMSS support for MSM8939
2025-10-07 13:46 UTC (3+ messages)
` [PATCH 4/4] arm64: dts: qcom: msm8939: Add camss and cci
[PATCH v7 00/16] media: cadence,ti: CSI2RX Multistream Support
2025-10-07 11:52 UTC (4+ messages)
` [PATCH v7 11/16] media: ti: j721e-csi2rx: add multistream support
[PATCH] media: iris: Fix ffmpeg corrupted frame error
2025-10-07 11:38 UTC (4+ messages)
[PATCH v2] media: venus: prevent potential integer overflow in decide_core()
2025-10-07 11:38 UTC (2+ messages)
[PATCH v4 0/3] media: qcom: camss: Add sa8775p/qcs8300 camss TPG support
2025-10-07 10:44 UTC (3+ messages)
` [PATCH v4 1/3] media: qcom: camss: Add support for TPG common
[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
2025-10-07 10:14 UTC (2+ messages)
[PATCH 0/3] v4l2-ctl/rds-ctl: support optional ioctl and migrate some code to it
2025-10-07 10:04 UTC (8+ messages)
[PATCH] media: v4l2-async: don't unbind an already unbound device
2025-10-07 9:58 UTC
[PATCH] iommu: __iommu_attach_group: check for non-NULL blocking_domain
2025-10-07 9:38 UTC (2+ messages)
[PATCH] media: venus: prevent potential integer overflow in decide_core()
2025-10-07 6:29 UTC (2+ messages)
[PATCH 0/2] media: i2c: add Samsung S5KJN1 image sensor device driver
2025-10-06 21:33 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: media: i2c: Add Samsung S5KJN1 image sensor
[PATCH 0/6] media: qcom: camss: Add Kaanapali support
2025-10-06 20:04 UTC (3+ messages)
` [PATCH 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
[PATCH v5 0/8] media: Introduce V4L2 generic ISP support
2025-10-06 15:41 UTC (30+ messages)
` [PATCH v5 1/8] media: uapi: Introduce V4L2 generic ISP types
` [PATCH v5 2/8] media: uapi: Convert RkISP1 to V4L2 extensible params
` [PATCH v5 3/8] media: uapi: Convert Amlogic C3 "
` [PATCH v5 4/8] media: Documentation: uapi: Add V4L2 extensible parameters
` [PATCH v5 5/8] media: v4l2-core: Introduce v4l2-isp.c
` [PATCH v5 6/8] media: rkisp1: Use v4l2-isp for validation
` [PATCH v5 8/8] media: Documentation: kapi: Add v4l2 generic ISP support
[PATCH 1/2] dma-buf: replace "#if" with just "if"
2025-10-06 13:47 UTC (2+ messages)
` [PATCH 2/2] dma-buf: improve sg_table debugging hack
[PATCH v4l-utils v2] README.md: couple of typo fixes
2025-10-06 11:27 UTC
[PATCH v4l-utils v2] add basic b4 config file
2025-10-06 11:47 UTC
[PATCH 0/4] Add support for Dongwoon Anatech DW9800K driver
2025-10-06 11:26 UTC (11+ messages)
` [PATCH 2/4] media: i2c: dw9719: Add DW9800K support
` [PATCH 3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable CCI pull-up
` [PATCH 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add UW cam actuator
[PATCH 0/2] Add support for QC08C format in iris driver
2025-10-06 10:18 UTC (7+ messages)
` [PATCH 1/2] media: iris: Add support for QC08C format for decoder
[PATCH v4l-utils] utils/keytable/rc_keymaps: add zune_hddock.toml
2025-10-05 9:09 UTC (2+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-04 16:39 UTC (22+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
[PATCH v8 0/2] i2c: i2c-qcom-geni: Add Block event interrupt support
2025-10-03 18:50 UTC (5+ messages)
` [PATCH v8 1/2] dmaengine: qcom: gpi: Add GPI "
` [PATCH v8 2/2] i2c: i2c-qcom-geni: Add "
[PATCH 0/3] media: allegro: fixes and improvements
2025-10-03 18:43 UTC (3+ messages)
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2025-10-03 16:45 UTC (7+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
` what about CoC? (was: [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements.")
` what about CoC?
[PATCH v2] media: mtk-mdp: Fix some issues in mtk_mdp_core.c
2025-10-03 15:44 UTC (2+ messages)
[PATCH v12 0/9] TEE subsystem for protected dma-buf allocations
2025-10-03 14:12 UTC (9+ messages)
` [PATCH v12 2/9] dma-buf: dma-heap: export declared functions
` [PATCH v12 3/9] tee: implement protected DMA-heap
[PATCH v2 12/27] media: v4l2-subdev: Introduce v4l2 subdev context
2025-10-03 12:21 UTC (6+ messages)
[PATCH 00/26] media: Add support for multi-context operations
2025-10-03 7:49 UTC (6+ messages)
` [PATCH 06/26] media: v4l2-ioctl: Introduce VIDIOC_BIND_CONTEXT
[sailus-media-tree:container-of] BUILD SUCCESS e7d9d7690bdf60c1c0c4eb71d4522be887781396
2025-10-03 4:18 UTC
qcom: vpu: fix the firmware binary name for qcm6490
2025-10-03 1:01 UTC (8+ messages)
[PATCH 0/5] Enable support for AV1 stateful decoder
2025-10-02 22:32 UTC (7+ messages)
` [PATCH 1/5] media: uapi: videodev2: Add "
` [PATCH 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
[PATCH v3] media: rkisp1: Improve frame sequence correctness on stats and params buffers
2025-10-02 21:44 UTC (2+ messages)
Build failed in Jenkins: libcamera #1494
2025-10-02 21:18 UTC (2+ messages)
` Build failed in Jenkins: libcamera #1495
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 20:47 UTC (17+ messages)
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH 0/4] Remove the wl1273 FM Radio
2025-10-02 20:32 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).