messages from 2025-09-23 06:04:19 to 2025-10-06 20:35:08 UTC [more...]
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-06 20:35 UTC (22+ 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 v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
2025-10-06 20:31 UTC (46+ 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: Remove unsupported PALTFORM_OS_WINCE ifdef
2025-10-06 12:23 UTC
[PATCH] staging: rtl8723bs: Remove commented ifdef CONFIG_WAPI_SUPPORT
2025-10-06 12:15 UTC
[PATCH] staging: iio: ad9832: move ad9832_platform_data into include/linux/lib
2025-10-06 10:57 UTC (5+ messages)
[PATCH 0/2] Remove ad9832.h and ad9834.h header files in drivers/staging/iio/frequency
2025-10-06 9:40 UTC (3+ messages)
` [PATCH 1/2] staging: iio: ad9834: remove empty ad9834.h file
` [PATCH 2/2] staging: iio: ad9832: move struct ad9832_platform_data to ad9832.c
[PATCH v4 00/16] staging: rtl8723bs: rtw_mlme.c mechanical cleanups
2025-10-06 7:42 UTC (20+ 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 1/4] staging: rtl8723bs: clean up lines ending with '(' in rtw_ap.c
2025-10-06 7:30 UTC (9+ messages)
` [PATCH] staging: rtl8723bs: clean up style "
` [PATCH 2/4] staging: rtl8723bs: split long comments "
` [PATCH 3/4] staging: rtl8723bs: remove unnecessary blank lines "
` [PATCH 4/4] staging: rtl8723bs: fix operator spacing "
[PATCH] staging: rtl8723bs: Fix operator spacing in rtw_security.c
2025-10-06 4:20 UTC
[PATCH] staging: rtl8723bs: clean up style in rtw_ap.c
2025-10-05 14:23 UTC (3+ messages)
[GIT PULL] Staging driver updates for 6.18-rc1
2025-10-04 23:41 UTC (2+ messages)
[PATCH RESEND] staging: sm750fb: rename camel case identifiers
2025-10-04 20:48 UTC
[PATCH] staging: rtl8723bs: fall back to random mac address
2025-10-04 10:10 UTC
[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] 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 (9+ messages)
` [PATCH v2 16/23] staging: media: tegra-video: tegra20: simplify format align calculations
[PATCH] staging: gpib: tms9914: Fix typo in comment
2025-09-23 18:25 UTC
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).