public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-12-17 21:12:24 to 2025-01-18 17:30:07 UTC [more...]

[PATCH 0/2] staging: gpib: Fix NULL deref and code cleanup
 2025-01-18 17:30 UTC  (5+ messages)
` [PATCH 1/2] staging: gpib: Fix NULL pointer dereference in detach
` [PATCH 2/2] staging: gpib: Agilent usb code cleanup

[PATCH] staging: gpib: Fix inadvertent negative shift
 2025-01-17 17:55 UTC  (3+ messages)

[PATCH 0/4] staging: gpib: Clean up types and struct initialization
 2025-01-14 16:54 UTC  (5+ messages)
` [PATCH 1/4] staging: gpib: Use __iomem attribute for io addresses
` [PATCH 2/4] staging: gpib: Use __user for user space pointers
` [PATCH 3/4] staging: gpib: Avoid plain integers as NULL pointers
` [PATCH 4/4] staging: gpib: Use C99 syntax and make static

[PATCH] staging: gpib: fix prefixing 0x with decimal output
 2025-01-14 12:16 UTC 

[GIT PULL] Staging driver fixes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

[PATCH v3] staging: gpib: Add missing mutex unlock in ni usb driver
 2025-01-11 16:15 UTC 

[PATCH v3] staging: gpib: Add missing mutex unlock in agilent usb driver
 2025-01-11 16:14 UTC 

[PATCH v3] staging: gpib: Modernize gpib_interface_t initialization and make static
 2025-01-11 16:05 UTC 

[PATCH v5] staging: gpib: Remove commented-out debug code
 2025-01-11  8:35 UTC  (2+ messages)

[PATCH v2] staging: gpib: Modernize gpib_interface_t initialization and make static
 2025-01-10 15:03 UTC  (5+ messages)

[PATCH v2] staging: gpib: Add missing mutex unlock on early return in
 2025-01-10 15:01 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Remove ioctl interface
 2025-01-10 13:10 UTC  (4+ messages)
  `  "

[PATCH] staging: gpib: Remove commented-out debug code (v3) Code cleanup. This code has some debug code which is commented out. Delete it
 2025-01-10  5:58 UTC  (2+ messages)

[PATCH] staging: gpib: Remove commented-out debug code (v4)
 2025-01-10  5:19 UTC  (2+ messages)

[PATCH] staging: greybus: remove unnecessary parentheses
 2025-01-09 14:54 UTC  (5+ messages)

[PATCH] staging: gpib: Remove commented-out line entirely (v2)
 2025-01-09  7:43 UTC  (2+ messages)

[PATCH v2] staging: gpib: Add missing mutex unlock on early return in
 2025-01-08 17:42 UTC 

[PATCH] Modernize gpib_interface_t initialization and make static
 2025-01-08 17:14 UTC  (2+ messages)

[PATCH] Add missing mutex unlock on early return in ni usb driver
 2025-01-08 17:05 UTC 

[PATCH] Add missing mutex unlock on early return in agilent usb driver
 2025-01-08 16:52 UTC 

[PATCH] staging: gpib: refer to correct config symbol in tnt4882 Makefile
 2025-01-08 14:04 UTC  (2+ messages)

[PATCH] staging: gpib: mite: remove unused global functions
 2025-01-08  9:10 UTC 

[PATCH] staging: gpib: Convert // comments to kernel-style block comments
 2025-01-08  8:13 UTC  (2+ messages)

[PATCH] staging: fbtft: Remove unnecessary parentheses in fbtft-core.c
 2025-01-07 14:26 UTC  (2+ messages)

[PATCH v3 00/26] media: Fix coccinelle warning/errors
 2025-01-06 12:21 UTC  (3+ messages)
` [PATCH v3 23/26] media: venus: vdec: Make the range of us_per_frame explicit

[PATCH v2] staging: rtl8723bs: fix network selection in rtw_mlme.c
 2025-01-06 10:32 UTC  (2+ messages)

[PATCH] staging: greybus: Remove module from list before freeing in gb_audio_module_release
 2025-01-06  9:51 UTC  (5+ messages)
  ` [PATCH] staging: greybus: Remove Module "

[PATCH 0/3] staging: media: max96712: a few, mainly cosmetic, changes
 2025-01-06  8:28 UTC  (10+ messages)
` [PATCH 1/3] staging: media: max96712: fix typo
` [PATCH 2/3] staging: media: max96712: enable extra debug register for max96724
` [PATCH 3/3] staging: media: max96712: add some register and field definitions

[PATCH] net: ethernet: toshiba: ps3_gelic_wireless: Remove driver using deprecated API wext
 2025-01-06  8:06 UTC  (13+ messages)

[PATCH v6 00/15] staging: gpib: Handle gpib_register_driver() errors
 2024-12-31  4:13 UTC  (17+ messages)
` [PATCH v6 01/15] staging: gpib: Modify gpib_register_driver() to return error if it fails
` [PATCH v6 02/15] staging: gpib: agilent_82350b: Handle gpib_register_driver() errors
` [PATCH v6 03/15] staging: gpib: agilent_82357a: "
` [PATCH v6 04/15] staging: gpib: cb7210: "
` [PATCH v6 05/15] staging: gpib: cec: "
` [PATCH v6 06/15] staging: gpib: fluke: "
` [PATCH v6 07/15] staging: gpib: fmh: "
` [PATCH v6 08/15] staging: gpib: gpio: Return error value from gpib_register_driver()
` [PATCH v6 09/15] staging: gpib: hp_82335: "
` [PATCH v6 10/15] staging: gpib: hp_82341: Handle gpib_register_driver() errors
` [PATCH v6 11/15] staging: gpib: ines: "
` [PATCH v6 12/15] staging: gpib: lpvo_usb: Return error value from gpib_register_driver()
` [PATCH v6 13/15] staging: gpib: ni_usb: Handle gpib_register_driver() errors
` [PATCH v6 14/15] staging: gpib: pc2: "
` [PATCH v6 15/15] staging: gpib: tnt4882: "

[PATCH v5 00/15] staging: gpib: Handle gpib_register_driver() errors
 2024-12-29 10:46 UTC  (21+ messages)
` [PATCH v5 01/15] staging: gpib: Modify gpib_register_driver() to return error if it fails
` [PATCH v5 02/15] staging: gpib: agilent_82350b: Handle gpib_register_driver() errors
` [PATCH v5 03/15] staging: gpib: agilent_82357a: "
` [PATCH v5 04/15] staging: gpib: cb7210: "
` [PATCH v5 05/15] staging: gpib: cec: "
` [PATCH v5 06/15] staging: gpib: fluke: "
` [PATCH v5 07/15] staging: gpib: fmh: "
` [PATCH v5 08/15] staging: gpib: gpio: Return error value from gpib_register_driver()
` [PATCH v5 09/15] staging: gpib: hp_82335: "
` [PATCH v5 10/15] staging: gpib: hp_82341: Handle gpib_register_driver() errors
` [PATCH v5 11/15] staging: gpib: ines: "
` [PATCH v5 12/15] staging: gpib: lpvo_usb: Return error value from gpib_register_driver()
` [PATCH v5 13/15] staging: gpib: ni_usb: Handle gpib_register_driver() errors
` [PATCH v5 14/15] staging: gpib: pc2: "
` [PATCH v5 15/15] staging: gpib: tnt4882: "

[PATCH v2] staging: rtl8723bs: fix network selection in rtw_mlme.c (completing todo)
 2024-12-29 10:21 UTC  (2+ messages)

[PATCH] staging: greybus: Log driver_register() failure
 2024-12-29 10:19 UTC  (2+ messages)

[PATCH v4 00/15] staging: gpib: Handle gpib_register_driver() errors
 2024-12-27 12:19 UTC  (22+ messages)
` [PATCH v4 01/15] staging: gpib: Modify gpib_register_driver() to return error if it fails
` [PATCH v4 02/15] staging: gpib: agilent_82350b: Handle gpib_register_driver() errors
` [PATCH v4 03/15] staging: gpib: agilent_82357a: "
` [PATCH v4 04/15] staging: gpib: cb7210: "
` [PATCH v4 05/15] staging: gpib: cec: "
` [PATCH v4 06/15] staging: gpib: fluke: "
` [PATCH v4 07/15] staging: gpib: fmh: "
` [PATCH v4 08/15] staging: gpib: gpio: Return error value from gpib_register_driver()
` [PATCH v4 09/15] staging: gpib: hp_82335: "
` [PATCH v4 10/15] staging: gpib: hp_82341: Handle gpib_register_driver() errors
` [PATCH v4 11/15] staging: gpib: ines: "
` [PATCH v4 12/15] staging: gpib: lpvo_usb: Return error value from gpib_register_driver()
` [PATCH v4 13/15] staging: gpib: ni_usb: Handle gpib_register_driver() errors
` [PATCH v4 14/15] staging: gpib: pc2: "
` [PATCH v4 15/15] staging: gpib: tnt4882: "

[PATCH] staging: vme_user: vme_tsi148.c: avoid parenthesis line ending
 2024-12-26 10:38 UTC 

[PATCH v2] staging: rtl8723bs: fix network selection in rtw_mlme.c (completing todo)
 2024-12-25 15:50 UTC 

[PATCH v2] staging: rtl8723bs: fix network selection in rtw_mlme.c
 2024-12-25  5:17 UTC 

[PATCH] staging: rtl8723bs: fix network selection and A-MPDU reordering in rtw_mlme.c
 2024-12-25  0:56 UTC  (4+ messages)

[PATCH] staging: gpib: Fix allyesconfig build failures
 2024-12-24 20:38 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: fix network selection in rtw_mlme.c
 2024-12-24  8:54 UTC  (2+ messages)

[PATCH v3 0/3] drm,fbdev: Fix module dependencies
 2024-12-22 21:44 UTC  (7+ messages)
` [PATCH v3 1/3] fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE

[PATCH] staging: gpib: Rename variable ValidAll
 2024-12-22  9:35 UTC  (4+ messages)

[PATCH v3] staging: gpib: Add error handling
 2024-12-22  7:06 UTC  (4+ messages)

[PATCH v2 0/3] drm,fbdev: Fix module dependencies
 2024-12-22  6:25 UTC  (3+ messages)
` [PATCH v2 1/3] fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICE

[PATCH v2] staging: gpib: cb7210: Add error handling
 2024-12-21 13:27 UTC  (5+ messages)

[PATCH] staging: gpib: cb7210: Add error handling
 2024-12-21  8:36 UTC  (3+ messages)

[PATCH] staging: fbtft: Remove unnecessary parentheses in fbtft-core.c
 2024-12-20 15:46 UTC  (2+ messages)

[PATCH v3 0/3] staging: media: max96712: a few, mainly cosmetic, changes
 2024-12-20 12:35 UTC  (4+ messages)
` [PATCH v3 1/3] staging: media: max96712: fix typo
` [PATCH v3 2/3] staging: media: max96712: remove extra debug register flag
` [PATCH v3 3/3] staging: media: max96712: add some register and field definitions

[PATCH v2 0/3] staging: media: max96712: a few, mainly cosmetic, changes
 2024-12-20 11:37 UTC  (9+ messages)
` [PATCH v2 1/3] staging: media: max96712: fix typo
` [PATCH v2 2/3] staging: media: max96712: remove extra debug register flag
` [PATCH v2 3/3] staging: media: max96712: add some register and field definitions

[RESEND PATCH v2] staging: rtl8723bs: Cleanups for rtw_inc_and_chk_continual_io_error
 2024-12-18  2:53 UTC 

[PATCH v3 00/19] Converge on using secs_to_jiffies()
 2024-12-17 21:12 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox