messages from 2025-10-14 05:15:25 to 2025-10-27 08:31:36 UTC [more...]
[PATCH v3 00/31] media: add imx93 mipi/controller csi support
2025-10-27 8:31 UTC (12+ messages)
` [PATCH v3 01/31] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v3 02/31] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v3 03/31] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
` [PATCH v3 10/31] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v3 12/31] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
[PATCH] staging: sm750fb: make g_fbmode0 an array of const pointers
2025-10-27 8:15 UTC (2+ messages)
[PATCH] staging: rtl8723bs: replace rtw_sprintf with scnprintf
2025-10-27 7:52 UTC (3+ messages)
[PATCH v5 21/23] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
2025-10-26 22:24 UTC (5+ messages)
` [PATCH v5 22/23] ARM: tegra: add CSI nodes for Tegra20 and Tegra30
` [PATCH v5 23/23] staging: media: tegra-video: add CSI support "
[GIT PULL] Staging driver fixes for 6.18-rc3
2025-10-26 17:37 UTC (2+ messages)
[PATCH] [PATCH v2] staging: rtl8723bs: remove unused rtw_sprintf macro
2025-10-26 10:02 UTC
[PATCH] [PATCH v2] staging: rtl8723bs: remove unused rtw_sprintf macro
2025-10-26 9:54 UTC (2+ messages)
[PATCH] [PATCH v2] staging: rtl8723bs: remove unused rtw_sprintf macro
2025-10-26 9:44 UTC (2+ messages)
[PATCH] staging: rtl8723bs: replace rtw_sprintf with scnprintf
2025-10-26 9:17 UTC (2+ messages)
[PATCH] staging: greybus: fw-download: Fix find firmware req
2025-10-24 16:35 UTC (10+ messages)
[PATCH v5] staging: rtl8723bs: use ether_addr_copy() for MAC address copying
2025-10-23 14:59 UTC
[PATCH] staging: gpib/pc2: convert explanatory comments to /* ... */ style
2025-10-23 9:58 UTC (3+ messages)
[PATCH v4] staging: rtl8723bs: use ether_addr_copy() and simplify NULL checks
2025-10-23 9:57 UTC (2+ messages)
[PATCH v2] staging: rtl8723bs: remove todo/note and duplicated EFUSE_CTRL macro
2025-10-22 22:00 UTC
[PATCH v5 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
2025-10-22 14:20 UTC (21+ messages)
` [PATCH v5 01/23] clk: tegra: set CSUS as vi_sensor's gate for Tegra20, Tegra30 and Tegra114
` [PATCH v5 02/23] dt-bindings: clock: tegra30: Add IDs for CSI pad clocks
` [PATCH v5 03/23] clk: tegra30: add CSI pad clock gates
` [PATCH v5 04/23] dt-bindings: display: tegra: document Tegra30 VI and VIP
` [PATCH v5 05/23] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v5 06/23] staging: media: tegra-video: vi: adjust get_selection op check
` [PATCH v5 07/23] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v5 08/23] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v5 09/23] gpu: host1x: convert MIPI to use operation function pointers
` [PATCH v5 10/23] dt-bindings: display: tegra: document Tegra132 MIPI calibration device
` [PATCH v5 11/23] staging: media: tegra-video: vi: improve logic of source requesting
` [PATCH v5 12/23] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v5 13/23] arm64: tegra: move avdd-dsi-csi-supply into CSI node
` [PATCH v5 14/23] staging: media: tegra-video: tegra20: set correct maximum width and height
` [PATCH v5 15/23] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v5 16/23] staging: media: tegra-video: tegra20: adjust format align calculations
` [PATCH v5 17/23] staging: media: tegra-video: tegra20: set VI HW revision
` [PATCH v5 18/23] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v5 19/23] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422/YUV420p 1X16
` [PATCH v5 20/23] staging: media: tegra-video: tegra20: adjust luma buffer stride
staging: gpib: convert comments from // to /* */
2025-10-22 10:25 UTC (2+ messages)
[PATCH v3] [PATCH v2] staging: rtl8723bs: use ether_addr_copy() and simplify NULL checks
2025-10-22 7:12 UTC (2+ messages)
[PATCH] [PATCH v2] staging: rtl8723bs: use ether_addr_copy() and simplify NULL checks
2025-10-22 6:18 UTC
[PATCH v2 0/3] staging: most: replace BUG_ON() with proper error handling
2025-10-21 16:02 UTC (6+ messages)
` [PATCH v2 1/3] staging: most: i2c: replace BUG_ON() with proper checks and error returns
` [PATCH v2 2/3] staging: most: dim2: "
` [PATCH v2 3/3] staging: most: video: replace BUG_ON() with proper check
[PATCH] [PATCH v2] staging: rtl8723bs: use ether_addr_copy() and simplify NULL checks
2025-10-21 15:26 UTC
[PATCH] staging: rtl8723bs: use ether_addr_copy() and simplify NULL checks
2025-10-21 14:44 UTC (2+ messages)
[PATCH 0/3] staging: most: replace BUG_ON() with WARN_ON_ONCE()
2025-10-21 12:24 UTC (5+ messages)
` [PATCH 1/3] staging: most: i2c: replace BUG_ON() with WARN_ON_ONCE() and return error
` [PATCH 2/3] staging: most: dim2: replace BUG_ON() with WARN_ON_ONCE() and proper error returns
` [PATCH 3/3] staging: most: video: replace BUG_ON() with WARN_ON_ONCE()
[PATCH] staging: fbtft: fb_ra8875: replace udelay with usleep_range
2025-10-21 8:50 UTC (4+ messages)
[PATCH 5.10] comedi: Make insn_rw_emulate_bits() do insn->n samples
2025-10-20 6:31 UTC
[PATCH v4 00/24] tegra-video: add CSI support for Tegra20 and Tegra30
2025-10-20 2:36 UTC (13+ messages)
` [PATCH v4 01/24] pinctrl: tegra20: register csus_mux clock
` [PATCH v4 02/24] clk: tegra: set CSUS as vi_sensor's gate for Tegra20, Tegra30 and Tegra114
` [PATCH v4 10/24] gpu: host1x: convert MIPI to use operation function pointers
` [PATCH v4 17/24] staging: media: tegra-video: tegra20: adjust format align calculations
` [PATCH v4 23/24] ARM: tegra: add CSI nodes for Tegra20 and Tegra30
Family December trip
2025-10-19 21:42 UTC
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-19 12:38 UTC (63+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` Patch "minmax: sanity check constant bounds when clamping" has been added to the 5.10-stable tree
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` Patch "minmax: clamp more efficiently by avoiding extra comparison" has been added to the 5.10-stable tree
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` Patch "minmax: add in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.10-stable tree
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` Patch "minmax: allow min()/max()/clamp() if the arguments have the same signedness." has been added to the 5.10-stable tree
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.10-stable tree
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` Patch "minmax: allow comparisons of 'int' against 'unsigned char/short'" has been added to the 5.10-stable tree
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` Patch "minmax: relax check to allow comparison between unsigned arguments and signed constants" has been added to the 5.10-stable tree
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.10-stable tree
` [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
` [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.10-stable tree
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.10-stable tree
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.10-stable tree
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.10-stable tree
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.10-stable tree
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.10-stable tree
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.10-stable tree
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.10-stable tree
[PATCH v2] staging: nvec: remove NVEC_PS2_DEBUG and dead debug macro
2025-10-19 9:50 UTC
[PATCH v2] staging: nvec: remove NVEC_PS2_DEBUG and dead debug macro
2025-10-19 9:26 UTC (2+ messages)
[PATCH] staging: nvec: remove NVEC_PS2_DEBUG and dead debug macro
2025-10-18 10:01 UTC
[PATCH v3 14/19 5.15.y] minmax.h: update some comments
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree
[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree
[PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.15-stable tree
[PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.15-stable tree
[PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.15-stable tree
[PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.15-stable tree
[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree
[PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree
[PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.15-stable tree
[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree
[PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.15-stable tree
[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree
[PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.15-stable tree
[PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.15-stable tree
[PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.15-stable tree
[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.15-stable tree
[PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.15-stable tree
[PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.15-stable tree
[PATCH 00/32] media: Use %pe format specifier
2025-10-17 5:18 UTC (14+ messages)
` [PATCH 01/32] Input: cyttsp5 - "
` [PATCH 24/32] media: mediatek: vcodec: "
` [PATCH 25/32] media: imx8mq-mipi-csi2: "
` [PATCH 11/32] media: i2c: imx412: "
` [PATCH 16/32] media: i2c: ov5675: "
` [PATCH 18/32] media: i2c: ov9282: "
[PATCH] staging: nvec: remove NVEC_PS2_DEBUG and dead debug macro
2025-10-16 17:53 UTC (2+ messages)
[PATCH v2] media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
2025-10-15 10:38 UTC (3+ messages)
[PATCH] media: v4l2-mem2mem: Don't copy frame flags for frame-based devices
2025-10-15 8:02 UTC (3+ messages)
[PATCH] staging: greybus: documentation: replace strncpy() with strscpy_pad()
2025-10-14 23:53 UTC (7+ messages)
[PATCH] staging: gpib: pc2: convert // comments to /* */ style
2025-10-14 18:55 UTC (2+ 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).