outreachy.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-03 13:27:43 to 2025-04-12 17:36:17 UTC [more...]

[PATCH 0/6] Improve code readability in rtl8723bs module
 2025-04-12 17:36 UTC  (8+ messages)
` [PATCH 1/6] staging: rtl8723bs: Improve code readability in sdio_ops.c
` [PATCH 2/6] staging: rtl8723bs: Initialize variables at declaration in odm_HWConfig.c
` [PATCH 3/6] staging: rtl8723bs: Initialize variables at declaration in hal_com.c
` [PATCH 4/6] staging: rtl8723bs: Initialize variables at declaration in sdio_halinit.c
` [PATCH 5/6] staging: rtl8723bs: Initialize variables at declaration in hal_btcoex.c
` [PATCH 6/6] staging: rtl8723bs: Initialize variables at declaration in rtl8723bs_recv.c

[PATCH] staging: rtl8723bs: Replace `& 0xfff` with `% 4096u`
 2025-04-12 14:19 UTC  (6+ messages)

[PATCH v10 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
 2025-04-11 19:40 UTC  (3+ messages)
` [PATCH v10 1/2] staging: rtl8723bs: Add spaces and line breaks to improve readability
` [PATCH v10 2/2] staging: rtl8723bs: Use % 4096 instead of & 0xfff

[PATCH] staging: rtl8723bs: Use boolean false instead of integer 0
 2025-04-11  8:54 UTC 

[PATCH v3 0/2] Improve code readability in rtl8723bs module
 2025-04-10  7:11 UTC  (3+ messages)
` [PATCH v3 1/2] staging: rtl8723bs: Initialize variables at declaration in rtl8723bs_xmit.c
` [PATCH v3 2/2] staging: rtl8723bs: Initialize variables at declaration in rtl8723b_hal_init.c

[PATCH v2 0/2] Improve code readability in rtl8723bs module
 2025-04-10  5:39 UTC  (10+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: Improve code readability
` [PATCH v2 2/2] staging: rtl8723bs: Initializing variables at declaration

[PATCH v5] staging: rtl8723bs: Use % 4096u instead of & 0xfff
 2025-04-09 14:06 UTC  (4+ messages)

[PATCH v9 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
 2025-04-09  9:12 UTC  (3+ messages)
` [PATCH v9 1/2] staging: rtl8723bs: Add spaces and line breaks to improve readability
` [PATCH v9 2/2] staging: rtl8723bs: Use % 4096 instead of & 0xfff

[PATCH v8 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
 2025-04-09  8:53 UTC  (7+ messages)
` [PATCH v8 1/2] staging: rtl8723bs: Add spaces and line breaks to improve readability
` [PATCH v8 2/2] staging: rtl8723bs: Use % 4096 instead of & 0xfff

[PATCH v7 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
 2025-04-08 15:44 UTC  (6+ messages)
` [PATCH v7 1/2] staging: rtl8723bs: Add spaces and line breaks to improve readability
` [PATCH v7 2/2] staging: rtl8723bs: Use % 4096 instead of & 0xfff

[PATCH v6 0/2] staging: rtl8723bs: Improve readability and clarity of sequence number wrapping
 2025-04-08 12:53 UTC  (14+ messages)
` [PATCH v6 1/2] staging: rtl8723bs: Add white spaces around binary operators
` [PATCH v6 2/2] staging: rtl8723bs: Use % 4096u instead of & 0xfff

[PATCH 0/8] staging: sm750fb: change function naming style
 2025-04-08 11:03 UTC  (19+ messages)
` [PATCH 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
` [PATCH 2/8] staging: sm750fb: change sii164ResetChip "
` [PATCH 3/8] staging: sm750fb: change sii164SetPower "
` [PATCH 4/8] staging: sm750fb: change sii164GetChipString "
` [PATCH 5/8] staging: sm750fb: change sii164EnableHotPlugDetection "
` [PATCH 6/8] staging: sm750fb: change sii164IsConnected "
` [PATCH 7/8] staging: sm750fb: change sii164CheckInterrupt "
` [PATCH 8/8] staging: sm750fb: change sii164ClearInterrupt "

[PATCH v2 0/8] staging: sm750fb: change function naming style
 2025-04-08 10:20 UTC  (9+ messages)
` [PATCH v2 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
` [PATCH v2 2/8] staging: sm750fb: change sii164ResetChip "
` [PATCH v2 3/8] staging: sm750fb: change sii164SetPower "
` [PATCH v2 4/8] staging: sm750fb: change sii164GetChipString "
` [PATCH v2 5/8] staging: sm750fb: change sii164EnableHotPlugDetection "
` [PATCH v2 6/8] staging: sm750fb: change sii164IsConnected "
` [PATCH v2 7/8] staging: sm750fb: change sii164CheckInterrupt "
` [PATCH v2 8/8] staging: sm750fb: change sii164ClearInterrupt "

[PATCH v4] staging: rtl8723bs: Use % 4096u instead of & 0xfff
 2025-04-07 18:13 UTC  (11+ messages)

[v2]: Local-variable initialization semantic patch update
 2025-04-07 14:09 UTC 

Local-variable initialization semantic patch update
 2025-04-07 12:44 UTC  (3+ messages)

[PATCH v3] staging: rtl8723bs: Use % 4096u instead of & 0xfff
 2025-04-07  6:32 UTC  (4+ messages)

[PATCH] staging: rtl8723bs: Use % 4096 instead of & 0xfff
 2025-04-06 21:55 UTC  (3+ messages)

[PATCH v2] staging: rtl8723bs: Use % 4096 instead of & 0xfff
 2025-04-06 19:31 UTC  (8+ messages)

[PATCH v1 1/1] iio: dummy: Add 3-axis compass (magnetometer) channels to the iio_simple_dummy
 2025-04-06 17:42 UTC  (4+ messages)

[PATCH v5] staging: rtl8723bs: Prevent duplicate NULL tests on a value
 2025-04-06 13:00 UTC  (5+ messages)

[PATCH 0/2] Simplify local variable initialization
 2025-04-06  4:11 UTC  (17+ messages)
` [PATCH 1/2] staging: rtl8723bs: Optimize variable initialization in rtl8723b_hal_init.c
` [PATCH 2/2] staging: rtl8723bs: Initialize local variables at declaration

[PATCH 7/8] staging: sm750fb: change sii164CheckInterrupt to snake_case
 2025-04-05 11:34 UTC 

[PATCH 0/2] staging :rtl8723bs: Cleanup patches
 2025-04-05 11:26 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: add spaces between ternary and binary operators
` [PATCH 2/2] staging: rtl8723bs: use preferred comparison order

[PATCH 6/8] staging: sm750fb: change sii164IsConnected to snake_case
 2025-04-05 11:22 UTC 

[v3 0/1] Unnecessary code cleanup patches
 2025-04-05 11:18 UTC  (12+ messages)
` [v3 1/1] staging: rtl8723bs: Prevent duplicate NULL tests on a value

[PATCH 5/8] staging: sm750fb: change sii164EnableHotPlugDetection to snake_case
 2025-04-05 11:12 UTC 

[PATCH 1/8] staging: sm750fb: change sii164GetDeviceID to snake_case
 2025-04-05 11:05 UTC  (2+ messages)

[PATCH 4/8] staging: sm750fb: change sii164GetChipString to snake_case
 2025-04-05 10:48 UTC 

[PATCH 3/8] staging: sm750fb: change sii164SetPower to snake_case
 2025-04-05 10:34 UTC 

[PATCH 2/8] staging: sm750fb: change sii164ResetChip to snake_case
 2025-04-05 10:21 UTC 

[PATCH] staging: rtl8723bs: Place constants on right side of comparison
 2025-04-05  0:15 UTC 

[PATCH v4 0/1] Unnecessary code cleanup patches
 2025-04-04 10:54 UTC  (3+ messages)
` [PATCH v4 1/1] staging: rtl8723bs: Prevent duplicate NULL tests on a value

[PATCH v2 0/3] staging: rtl8723bs: Code cleanup patches
 2025-04-04  8:21 UTC  (8+ messages)
` [PATCH v2 1/3] staging: rtl8723bs: Modify struct rx_pkt_attrib attribute bdecrypted

[PATCH v5] staging: rtl8723bs: modify struct field to use standard bool type
 2025-04-04  8:20 UTC 

[v4] staging: rtl8723bs: modify struct field to use standard bool type
 2025-04-04  8:19 UTC  (3+ messages)

[PATCH v3] staging: rtl8723bs: modify struct field to use standard bool type
 2025-04-04  5:09 UTC  (2+ messages)

[PATCH v2 0/3] Unnecessary code cleanup patches
 2025-04-03 23:34 UTC  (11+ messages)
` [PATCH v2 1/3] staging: media: Remove duplicate NULL tests on a value in pci
` [PATCH v2 2/3] staging: media: Remove duplicated NULL tests on a value in av7110
` [PATCH v2 3/3] staging: rtl8723bs: Prevent duplicate NULL tests on a value

patches applied
 2025-04-03 16:14 UTC  (2+ messages)

[PATCH] staging: octeon: Fix unused macro Argument 'x'
 2025-04-03 14:09 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: modify struct field to use standard bool type
 2025-04-03 14:06 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).