linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-08 07:21:33 to 2025-04-10 13:07:05 UTC [more...]

[PATCH 0/6] Improve code readability in rtl8723bs module
 2025-04-10 13:06 UTC  (7+ 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 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] media: imx: Fix NULL pointer dereference
 2025-04-10  6:19 UTC  (2+ messages)

[PATCH] staging/media/imx: fix null pointer dereference
 2025-04-10  6:17 UTC  (2+ messages)

[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] staging: rtl8723bs: Replace `& 0xfff` with `% 4096u`
 2025-04-09 18:48 UTC 

[PATCH v1] staging: gpib: Removing unused function CFGn
 2025-04-09 18:18 UTC 

[PATCH v1 00/23] staging: gpib: u8 over uint8_t and u64 over uint64_t
 2025-04-09 18:09 UTC  (24+ messages)
` [PATCH v1 01/23] staging: gpib: cb7210: u8 over uint8_t
` [PATCH v1 02/23] staging: gpib: ibsys: "
` [PATCH v1 03/23] staging: gpib: fluke_gpib: "
` [PATCH v1 04/23] staging: gpib: fmh_gpib: "
` [PATCH v1 05/23] staging: gpib: gpib_proto: "
` [PATCH v1 06/23] staging: gpib: gpib_types: "
` [PATCH v1 07/23] staging: gpib: nec7210: "
` [PATCH v1 08/23] staging: gpib: tms9914: "
` [PATCH v1 09/23] staging: gpib: ines: "
` [PATCH v1 10/23] staging: gpib: gpib_ioctl: "
` [PATCH v1 11/23] staging: gpib: gpib_user: "
` [PATCH v1 12/23] staging: gpib: agilent_82350b: "
` [PATCH v1 13/23] staging: gpib: agilent_82357a: "
` [PATCH v1 14/23] staging: gpib: cec: "
` [PATCH v1 15/23] staging: gpib: gpib_os: "
` [PATCH v1 16/23] staging: gpib: gpib_bitbang: "
` [PATCH v1 17/23] staging: gpib: hp_82335: "
` [PATCH v1 18/23] staging: gpib: hp_82341: "
` [PATCH v1 19/23] staging: gpib: lpvo_usb_gpib: "
` [PATCH v1 20/23] staging: gpib: ni_usb: "
` [PATCH v1 21/23] staging: gpib: pc2: "
` [PATCH v1 22/23] staging: gpib: tnt4882: "
` [PATCH v1 23/23] staging: gpib: gpib_ioctl: u64 over uint64_t

[PATCH v1 00/18] staging: gpib: Removing typedef of gpib_interface_t
 2025-04-09 17:52 UTC  (21+ messages)
` [PATCH v1 01/18] staging: gpib: struct typing for gpib_interface
` [PATCH v1 02/18] staging: gpib: agilent_82350b: gpib_interface
` [PATCH v1 03/18] staging: gpib: agilent_82357a: gpib_interface
` [PATCH v1 04/18] staging: gpib: cb7210: struct gpib_interface
` [PATCH v1 05/18] staging: gpib: cec: "
` [PATCH v1 06/18] staging: gpib: common: "
` [PATCH v1 07/18] staging: gpib: fluke: "
` [PATCH v1 08/18] staging: gpib: fmh: "
` [PATCH v1 09/18] staging: gpib: gpio: "
` [PATCH v1 10/18] staging: gpib: hp_82335: "
` [PATCH v1 11/18] staging: gpib: hp2341: "
` [PATCH v1 12/18] staging: gpib: gpibP: "
` [PATCH v1 13/18] staging: gpib: ines: "
` [PATCH v1 14/18] staging: gpib: lpvo_usb: "
` [PATCH v1 15/18] staging: gpib: ni_usb: "
` [PATCH v1 16/18] staging: gpib: pc2: "
` [PATCH v1 17/18] staging: gpib: tnt4882: "
` [PATCH v1 18/18] staging: gpib: Removing typedef gpib_interface_t

[PATCH v2 01/18] staging: gpib: struct typing for gpib_interface
 2025-04-09 17:35 UTC 

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

[Patch v1 00/21] staging: gpib: Removing typedefs for ioctl API
 2025-04-09  9:42 UTC  (25+ messages)
` [Patch v1 01/21] staging: gpib: Using struct gpib_board_type_ioctl
` [Patch v1 02/21] staging: gpib: Using struct gpib_read_write_ioctl
` [Patch v1 03/21] staging: gpib: Using struct gpib_open_dev_ioctl
` [Patch v1 04/21] staging: gpib: Using struct gpib_close_dev_ioctl
` [Patch v1 05/21] staging: gpib: Using struct gpib_serial_poll_ioctl
` [Patch v1 06/21] staging: gpib: Using struct gpib_eos_ioctl
` [Patch v1 07/21] staging: gpib: Using struct gpib_wait_ioctl
` [Patch v1 08/21] staging: gpib: Using struct gpib_online_ioctl
` [Patch v1 09/21] staging: gpib: Using struct gpib_spoll_bytes_ioctl
` [Patch v1 10/21] staging: gpib: Using struct gpib_board_info_ioctl
` [Patch v1 11/21] staging: gpib: Using struct gpib_select_pci_ioctl
` [Patch v1 12/21] staging: gpib: Using struct gpib_ppoll_config_ioctl`
` [Patch v1 13/21] staging: gpib: Using struct gpib_pad_ioctl
` [Patch v1 14/21] staging: gpib: Using struct gpib_sad_ioctl
` [Patch v1 15/21] staging: gpib: Using gpib_select_device_path_ioctl
` [Patch v1 16/21] staging: gpib: Using struct gpib_request_service2
` [Patch v1 17/21] staging: gpib: event_ioctl_t now short
` [Patch v1 18/21] staging: gpib: rsc_ioctl_t now int
` [Patch v1 19/21] staging: gpib: t1_delay_ioctl_t now unsigned int
` [Patch v1 20/21] staging: gpib: autospoll_ioctl_t now short
` [Patch v1 21/21] staging: gpib: local_ppoll_mode_ioctl_t "

[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 v1 0/6] staging: gpib: Removing undefined CamelCase functions
 2025-04-09  6:39 UTC  (7+ messages)
` [Patch v1 1/6] staging: gpib: Removing function osInit
` [Patch v1 2/6] staging: gpib: Removing function osReset
` [Patch v1 3/6] staging: gpib: Removing function osSendEOI
` [Patch v1 4/6] staging: gpib: Removing function ibAPWait
` [Patch v1 5/6] staging: gpib: Removing function ibaPrsp
` [Patch v1 6/6] staging: gpib: Removing function ibAPE

[PATCH v1 0/7] staging: gpib: Removing typedefs
 2025-04-08 23:25 UTC  (8+ messages)
` [PATCH v1 1/7] staging: gpib: Removing typedef gpib_event_queue
` [PATCH v1 2/7] staging: gpib: Removing gpib_interface_list_t
` [PATCH v1 3/7] staging: gpib: Removing gpib_event_t typedef
` [PATCH v1 4/7] staging: gpib: Removing typedef gpib_status_queue
` [PATCH v1 5/7] staging: gpib: Removing typedef of status_byte
` [PATCH v1 6/7] staging: gpib: Removing typedef gpib_descriptor_t
` [PATCH v1 7/7] staging: gpib: Remove typedef gpib_file_private_t

[Patch v1 0/1] staging: gpib: agilent_82357a uses completion
 2025-04-08 22:56 UTC  (2+ messages)
` [Patch v1 1/1] "

[PATCH v1 00/18] staging: gpib: Removing typedef gpib_board_config_t
 2025-04-08 22:36 UTC  (19+ messages)
` [PATCH v1 01/18] staing: gpib: struct typing for gpib_board_config
` [PATCH v1 02/18] staging: gpib: agilent_82350b: gpib_board_config
` [PATCH v1 03/18] staging: gpib: agilent_82357a: gpib_board_config
` [PATCH v1 04/18] staging: gpib: cb7210: struct gpib_board_config
` [PATCH v1 05/18] staging: gpib: cec: "
` [PATCH v1 06/18] staging: gpib: common: "
` [PATCH v1 07/18] staging: gpib: eastwood: "
` [PATCH v1 08/18] staging: gpib: fmh: "
` [PATCH v1 09/18] staging: gpib: gpio: "
` [PATCH v1 10/18] staging: gpib: hp_82335: "
` [PATCH v1 11/18] staging: gpib: hp_82341: "
` [PATCH v1 12/18] staging: gpib: gpibP: "
` [PATCH v1 13/18] staging: gpib: ines: "
` [PATCH v1 14/18] staging: gpib: lpvo_usb: "
` [PATCH v1 15/18] staging: gpib: ni_usb: "
` [PATCH v1 16/18] staging: gpib: pc2: "
` [PATCH v1 17/18] staging: gpib: tnt4882: "
` [PATCH v1 18/18] staging: gpib: Removing typedef gpib_board_config

[PATCH v1 00/14] staging: gpib: Adhering to Linux Code standards
 2025-04-08 22:20 UTC  (15+ messages)
` [PATCH v1 01/14] staging: gpib: Correct CamelCase for EVENT enums
` [PATCH v1 02/14] staging: gpib: Correct CamelCase for PPConfig
` [PATCH v1 03/14] staging: gbip: Alignment should match open parens
` [PATCH v1 04/14] staging: gpib: common: lines exceeded 100 columns
` [PATCH v1 05/14] staging: gpib: nec: "
` [PATCH v1 06/14] staging: gpib: tms9914: "
` [PATCH v1 07/14] staging: gpib: ines: "
` [PATCH v1 08/14] staging: gpib: pc2: "
` [PATCH v1 09/14] staging: gpib: tnt4882: "
` [PATCH v1 10/14] staging: gpib: uapi: Fix CamelCase and IBA Dup
` [PATCH v1 11/14] staging: gpib: uapi: Fix CamelCase and IBC Dup
` [PATCH v1 12/14] staging: gpib: uapi: Fix CamelCase and IB_STB
` [PATCH v1 13/14] staging: gpib: nec: Fix Improper SPDX comment
` [PATCH v1 14/14] staging: gpib: tms9914: "

[PATCH v4 0/6] media: rockchip: Add rkvdec2 driver
 2025-04-08 21:08 UTC  (7+ messages)
` [PATCH v4 1/6] media: v4l2: Add NV15 and NV20 pixel formats
` [PATCH v4 6/6] arm64: dts: rockchip: Add rkvdec2 Video Decoder on rk3588(s)

[PATCH v5] iio: frequency: ad9832: Use FIELD_PREP macro to set bit fields
 2025-04-08 19:55 UTC  (3+ messages)

[PATCH v7 00/12] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2025-04-08 17:13 UTC  (11+ messages)
` [PATCH v7 09/12] media: rkvdec: Add get_image_fmt ops

[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 v2 0/2] fbtft: Unorphan the driver for maintenance
 2025-04-08 14:22 UTC  (3+ messages)
` [PATCH v2 1/2] fbtft: Unorphan the driver
` [PATCH v2 2/2] fbtft: Replace 'depends on FB_TFT' by 'if FB_TFT ... endif'

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

[PATCH 0/8] staging: sm750fb: change function naming style
 2025-04-08 11:03 UTC  (9+ messages)

[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 v2] sfc: Propagate the return value of devlink_info_serial_number_put()
 2025-04-08 10:16 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).