linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-22 05:02:13 to 2025-10-03 13:02:06 UTC [more...]

[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-03 12:59 UTC  (4+ 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 v4 00/16] staging: rtl8723bs: rtw_mlme.c mechanical cleanups
 2025-10-03  7:10 UTC  (19+ messages)
` [PATCH v4 01/16] staging: rtl8723bs: fix spacing around operators
` [PATCH v4 02/16] staging: rtl8723bs: remove unnecessary space after type cast
` [PATCH v4 03/16] staging: rtl8723bs: fix overlong lines to conform with kernel coding style
` [PATCH v4 04/16] staging: rtl8723bs: align asterisk in block comment to fix formatting
` [PATCH v4 05/16] staging: rtl8723bs: fix logical continuation style by moving to previous line
` [PATCH v4 06/16] staging: rtl8723bs: fix indentation to align with open parenthesis
` [PATCH v4 07/16] staging: rtl8723bs: adding asterisks in multi-line block comments
` [PATCH v4 08/16] staging: rtl8723bs: remove space before semicolon
` [PATCH v4 09/16] staging: rtl8723bs: fix excessive indentation in nested if statement
` [PATCH v4 10/16] staging: rtl8723bs: fix unbalanced braces around conditional blocks
` [PATCH v4 11/16] staging: rtl8723bs: remove unnecessary parentheses in conditional
` [PATCH v4 12/16] staging: rtl8723bs: add braces to all arms of conditional statement
` [PATCH v4 13/16] staging: rtl8723bs: fix line ending with '('
` [PATCH v4 14/16] staging: rtl8723bs: place constant on right side of comparison
` [PATCH v4 15/16] staging: rtl8723bs: merge nested if conditions for clarity and tab problems
` [PATCH v4 16/16] staging: rtl8723bs: remove trailing whitespace in rtw_mlme.c comments

[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
 2025-10-02 20:47 UTC  (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [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 v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-10-02 17:49 UTC  (44+ messages)
` [PATCH v3 01/22] clk: tegra: set CSUS as vi_sensor's gate for Tegra20, Tegra30 and Tegra114
` [PATCH v3 02/22] dt-bindings: clock: tegra30: Add IDs for CSI pad clocks
` [PATCH v3 03/22] clk: tegra30: add CSI pad clock gates
` [PATCH v3 04/22] dt-bindings: display: tegra: document Tegra30 VI and VIP
` [PATCH v3 05/22] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v3 06/22] staging: media: tegra-video: vi: adjust get_selection op check
` [PATCH v3 07/22] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v3 08/22] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v3 09/22] gpu: host1x: convert MIPI to use operation function pointers
` [PATCH v3 10/22] staging: media: tegra-video: vi: improve logic of source requesting
` [PATCH v3 11/22] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v3 12/22] arm64: tegra: move avdd-dsi-csi-supply into CSI node
` [PATCH v3 13/22] staging: media: tegra-video: tegra20: set correct maximum width and height
` [PATCH v3 14/22] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v3 15/22] staging: media: tegra-video: tegra20: simplify format align calculations
` [PATCH v3 16/22] staging: media: tegra-video: tegra20: set VI HW revision
` [PATCH v3 17/22] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v3 18/22] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422 1X16
` [PATCH v3 19/22] staging: media: tegra-video: tegra20: adjust luma buffer stride
` [PATCH v3 20/22] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
` [PATCH v3 21/22] ARM: tegra: add CSI nodes for Tegra20 and Tegra30
` [PATCH v3 22/22] staging: media: tegra-video: add CSI support "

[PATCH] staging: rtl8723bs: fix block comment style to match kernel coding guidline
 2025-10-01 13:44 UTC 

[PATCH] staging: media: av7110: Replace msleep() with usleep_range() in tuner function
 2025-10-01  9:59 UTC  (2+ messages)

[PATCH v3 00/15] rtl8723bs: cleanup and style improvements for better readability
 2025-09-30  8:29 UTC  (18+ messages)
` [PATCH v3 01/15] staging: rtl8723bs: fix spacing around operators
` [PATCH v3 02/15] staging: rtl8723bs: remove unnecessary space after type cast
` [PATCH v3 03/15] staging: rtl8723bs: fix overlong lines to conform with kernel coding style
` [PATCH v3 04/15] staging: rtl8723bs: align asterisk in block comment to fix formatting
` [PATCH v3 05/15] staging: rtl8723bs: fix logical continuation style by moving to previous line
` [PATCH v3 06/15] staging: rtl8723bs: fix indentation to align with open parenthesis
` [PATCH v3 07/15] staging: rtl8723bs: adding asterisks in multi-line block comments
` [PATCH v3 08/15] staging: rtl8723bs: remove space before semicolon
` [PATCH v3 09/15] staging: rtl8723bs: fix excessive indentation in nested if statement
` [PATCH v3 10/15] staging: rtl8723bs: fix unbalanced braces around conditional blocks
` [PATCH v3 11/15] staging: rtl8723bs: remove unnecessary parentheses in conditional
` [PATCH v3 12/15] staging: rtl8723bs: add braces to all arms of conditional statement
` [PATCH v3 13/15] staging: rtl8723bs: fix line ending with '('
` [PATCH v3 14/15] staging: rtl8723bs: place constant on right side of comparison
` [PATCH v3 15/15] staging: rtl8723bs: merge nested if conditions for clarity and tab problems

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-29 18:39 UTC  (32+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
  ` Patch "minmax: add in_range() macro" has been added to the 6.1-stable tree
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
  ` Patch "minmax: Introduce {min,max}_array()" has been added to the 6.1-stable tree
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
  ` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 6.1-stable tree
` [PATCH 04/19 v6.1.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 6.1-stable tree
` [PATCH 05/19 v6.1.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 6.1-stable tree
` [PATCH 06/19 v6.1.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 6.1-stable tree
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.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 6.1-stable tree
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once

[PATCH 0/2] staging: gpib: Handle device clear and trigger
 2025-09-28 11:33 UTC  (3+ messages)
` [PATCH 1/2] staging: gpib: Fix sending clear and trigger events
` [PATCH 2/2] staging: gpib: Return -EINTR on device clear

[PATCH] staging: gpib: Fix no EOI on 1 and 2 byte writes
 2025-09-28  9:18 UTC 

[PATCH] staging: rtl8723bs: rtw_hal_set_def_var is not used
 2025-09-27 18:27 UTC 

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-09-25 16:08 UTC  (3+ messages)

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-24 23:20 UTC  (23+ messages)
` [PATCH v2 16/23] staging: media: tegra-video: tegra20: simplify format align calculations
` [PATCH v2 23/23] staging: media: tegra-video: add CSI support for Tegra20 and Tegra30
` [PATCH v2 18/23] staging: media: tegra-video: tegra20: increase maximum VI clock frequency

[PATCH] staging: gpib: tms9914: Fix typo in comment
 2025-09-23 18:25 UTC 

[PATCH v3] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-23  5:43 UTC  (2+ messages)

[PATCH] staging: vc04_services: mmal-vchiq: fix typo in comment
 2025-09-23  4:36 UTC 

[PATCH] staging: rtl8723bs: Add missing MODULE_DESCRIPTION()
 2025-09-22 15:43 UTC 

[PATCH v2] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-22 13:36 UTC  (3+ messages)

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 13:10 UTC  (10+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 12:40 UTC  (25+ messages)
` [PATCH 01/15 6.6.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 6.6-stable tree
` [PATCH 02/15 6.6.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 6.6-stable tree
` [PATCH 03/15 6.6.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 6.6-stable tree
` [PATCH 04/15 6.6.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 6.6-stable tree
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
  ` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 6.6-stable tree
` [PATCH 06/15 6.6.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 6.6-stable tree
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
  ` Patch "minmax: improve macro expansion and type checking" has been added to the 6.6-stable tree
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
  ` Patch "minmax: fix up min3() and max3() too" has been added to the 6.6-stable tree
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once

[PATCH] staging: gpib: Fix device reference leak in fmh_gpib driver
 2025-09-22  6:28 UTC  (2+ 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).