linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-31 00:39:51 to 2021-08-05 10:58:50 UTC [more...]

[PATCH 00/10] Various cleanups of driver
 2021-08-05 10:58 UTC  (12+ messages)
` [PATCH 01/10] staging: r8188eu: Remove wrappers for kalloc() and kzalloc()
` [PATCH 02/10] staging: r8188eu: Remove wrapper around vfree
` [PATCH 03/10] staging: r8188eu: Remove wrappers for atomic operations
` [PATCH 04/10] staging: r8188eu: Remove 4 empty routines from os_sep/service.c
` [PATCH 05/10] staging: r8188eu: Remove all calls to _rtw_spinlock_free()
` [PATCH 06/10] staging: r8188eu: Remove more empty routines
` [PATCH 07/10] staging: r8188eu: Remove rtw_division64()
` [PATCH 08/10] staging: r8188eu: Remove wrapper around do_div
` [PATCH 09/10] staging: r8188eu: Remove some unused and ugly macros
` [PATCH 10/10] staging: r8188eu: Remove some bit manipulation macros

[PATCH][next] staging: r8188eu: Fix spelling mistakes and typos
 2021-08-05 10:57 UTC  (2+ messages)

[PATCH v2 0/6] Clean up some extraneous wrappers and some empty routines
 2021-08-05 10:53 UTC  (9+ messages)
` [PATCH v2 1/6] staging: r8188eu: Remove wrappers for kalloc() and kzalloc()
` [PATCH v2 2/6] staging: r8188eu: Remove wrapper around vfree
` [PATCH v2 3/6] staging: r8188eu: Remove wrappers for atomic operations
` [PATCH v2 4/6] staging: r8188eu: Remove 4 empty routines from os_sep/service.c
` [PATCH v2 5/6] staging: r8188eu: Remove all calls to _rtw_spinlock_free()
` [PATCH v2 6/6] staging: r8188eu: Remove more empty routines

[PATCH v2 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-08-05 10:50 UTC  (6+ messages)
` [PATCH v2 2/3] "

[PATCH] staging: r8188eu: include: Remove unused const definitions
 2021-08-05 10:49 UTC  (2+ messages)

[PATCH v2] staging: r8188eu: core: Change the length of an array
 2021-08-05 10:44 UTC  (6+ messages)

[PATCH 00/15] staging: r8188eu: remove core dir RT_TRACE calls
 2021-08-05 10:43 UTC  (17+ messages)
` [PATCH 01/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_cmd.c
` [PATCH 02/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_pwrctrl.c
` [PATCH 03/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_wlan_util.c
` [PATCH 04/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_ieee80211.c
` [PATCH 05/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_io.c
` [PATCH 06/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_ioctl_set.c
` [PATCH 07/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme.c
` [PATCH 08/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme_ext.c
` [PATCH 09/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_mp.c
` [PATCH 10/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_security.c
` [PATCH 11/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_sta_mgt.c
` [PATCH 12/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_xmit.c
` [PATCH 13/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_led.c
` [PATCH 14/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_mp_ioctl.c
` [PATCH 15/15] staging: r8188eu: remove RT_TRACE calls from core/rtw_recv.c

[PATCH] staging: r8188eu: core: Remove rtw_mfree_all_stainfo()
 2021-08-05 10:28 UTC  (5+ messages)

[PATCH 0/4] staging: r8188eu: Fix clang warnings
 2021-08-04 18:49 UTC  (9+ messages)
` [PATCH 1/4] staging: r8188eu: Remove _rtw_spinlock_free()
` [PATCH 2/4] staging: r8188eu: Remove unnecessary parentheses
` [PATCH 3/4] staging: r8188eu: Remove self assignment in get_rx_power_val_by_reg()
` [PATCH 4/4] staging: r8188eu: Remove pointless NULL check in rtw_check_join_candidate()

Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
 2021-08-04 17:20 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: remove unused BT structures
 2021-08-04 15:01 UTC  (2+ messages)

[PATCH v2] staging: r8188eu: Fix cast between incompatible function type
 2021-08-04 14:42 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: os_dep: remove unused variable
 2021-08-04 14:22 UTC 

[PATCH] staging: r8188eu: remove RT_TRACE and DBG_88E prints from ioctl_linux.c
 2021-08-04 14:21 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] staging: r8188eu: remove RT_TRACE and DBG_88E prints from usb_intf.c
 2021-08-04 14:13 UTC  (5+ messages)
` [PATCH 2/2] staging: r8188eu: remove RT_TRACE and DBG_88E prints from usb_ops_linux.c
` [PATCH v2] staging: r8188eu: remove RT_TRACE and DBG_88E prints from usb_intf.c

[PATCH 0/6] Clean up some extraneous wrappers and some empty routines
 2021-08-04 13:47 UTC  (12+ messages)
` [PATCH 1/6] staging: r8188eu: Remove wrappers for kalloc() and kzalloc()
` [PATCH 2/6] staging: r8188eu: Remove wrapper around vfree
` [PATCH 3/6] staging: r8188eu: Remove wrappers for atomic operations
` [PATCH 4/6] staging: r8188eu: Remove 4 empty routines from os_sep/service.c
` [PATCH 5/6] staging: r8188eu: Remove all calls to _rtw_spinlock_free()
` [PATCH 6/6] staging: r8188eu: Remove more empty routines

[PATCH] staging: r8188eu: Fix cast between incompatible function type
 2021-08-04 12:49 UTC  (2+ messages)

[PATCH v2 0/2] Fix size comparison bug and use flexible array
 2021-08-04 12:37 UTC  (5+ messages)
` [PATCH v2 1/2] media: staging/intel-ipu3: css: Fix wrong size comparison

[PATCH v2] tablet: acecad: update the reference count of the usb interface structure
 2021-08-04 12:03 UTC  (4+ messages)

[PATCH] staging: r8188eu: Fix different base types in assignments and parameters
 2021-08-04 12:00 UTC  (11+ messages)

[PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX
 2021-08-04  9:56 UTC  (4+ messages)

[PATCH v9 0/3] media: imx: add support for imx8mq MIPI RX
 2021-08-04  9:09 UTC  (5+ messages)
` [PATCH v9 3/3] arm64: dts: imx8mq: add mipi csi phy and csi bridge descriptions

[PATCH] staging: rtl8723bs: Remove initialisation of globals to 0
 2021-08-04  0:13 UTC 

[PATCH 0/8] staging: r8188eu: remove hal dir RT_TRACE calls
 2021-08-03 23:05 UTC  (9+ messages)
` [PATCH 1/8] staging: r8188eu: remove RT_TRACE calls from hal/rtl8188eu_xmit.c
` [PATCH 2/8] staging: r8188eu: remove RT_TRACE calls from hal/rtl8188eu_recv.c
` [PATCH 3/8] staging: r8188eu: remove RT_TRACE calls from hal/HalPwrSeqCmd.c
` [PATCH 4/8] staging: r8188eu: remove RT_TRACE calls from hal/hal_intf.c
` [PATCH 5/8] staging: r8188eu: remove RT_TRACE calls from hal/rtl8188e_hal_init.c
` [PATCH 6/8] staging: r8188eu: remove RT_TRACE calls from hal/rtl8188e_mp.c
` [PATCH 7/8] staging: r8188eu: remove RT_TRACE calls from hal/usb_halinit.c
` [PATCH 8/8] staging: r8188eu: remove RT_TRACE calls from hal/usb_ops_linux.c

[PATCH 1/6] staging: r8188eu: remove RT_TRACE and DBG_88E prints from mlme_linux.c
 2021-08-03 20:15 UTC  (6+ messages)
` [PATCH 2/6] staging: r8188eu: remove RT_TRACE and DBG_88E prints from os_intfs.c
` [PATCH 3/6] staging: r8188eu: remove RT_TRACE and DBG_88E prints from osdep_service.c
` [PATCH 4/6] staging: r8188eu: remove RT_TRACE prints from recv_linux.c
` [PATCH 5/6] staging: r8188eu: remove DBG_88E prints from rtw_android.c
` [PATCH 6/6] staging: r8188eu: remove RT_TRACE and DBG_88E prints from xmit_linux.c

commit c7e88ecbe328 ("staging: r8188eu: remove rtw_buf_free() function")
 2021-08-03 12:39 UTC  (3+ messages)

[PATCH] MAINTAINERS: update STAGING - REALTEK RTL8188EU DRIVERS
 2021-08-03 11:06 UTC  (4+ messages)

[PATCH][next] staging: r8188eu: Fix spelling mistake "Cancle" -> "Cancel"
 2021-08-03  8:59 UTC  (2+ messages)
` NAK: "

[PATCH] staging: gdm724x: get lock before calling usb_[disable|enable]_autosuspend()
 2021-08-03  5:16 UTC  (2+ messages)

[PATCH] staging: r8188eu: core: Change the length of an array
 2021-08-02 16:01 UTC  (2+ messages)

kernel BUG in new r8188eu
 2021-08-02 15:46 UTC  (13+ messages)

[PATCH v2 0/2] staging: vchiq: Fixups to Kconfig
 2021-08-02 17:42 UTC  (3+ messages)
` [PATCH v2 1/2] staging: vchiq: Set $CONFIG_BCM2835_VCHIQ to imply $CONFIG_VCHIQ_CDEV
` [PATCH v2 2/2] staging: vchiq: Add details to Kconfig help texts

[PATCH 42/64] net: qede: Use memset_after() for counters
 2021-08-02 16:35 UTC 

[PATCH 42/64] net: qede: Use memset_after() for counters
 2021-08-02 16:23 UTC  (2+ messages)

[PATCH] media: atomisp: restore missing 'return' statement
 2021-08-02 15:36 UTC  (2+ messages)

[PATCH v2] staging: board: Fix uninitialized spinlock when attaching genpd
 2021-08-02 13:45 UTC  (2+ messages)

[PATCH 0/4] staging: rtl8723bs: little cleanup
 2021-08-02 13:30 UTC  (4+ messages)
` [PATCH 2/4] staging: rtl8723bs: remove unnecessary parentheses

[PATCH 0/2][next] Fix size comparison bug and use flexible array
 2021-08-02  6:00 UTC  (5+ messages)
` [PATCH 2/2][next] media: staging/intel-ipu3: css: Replace one-element array and use struct_size() helper

[PATCH] staging: r8188eu: Remove set but unused variables
 2021-08-02  1:00 UTC 

[PATCH 1/2] staging: r8188eu: remove return from void functions
 2021-08-01 21:03 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: remove empty function odm_DynamicPrimaryCCA()

[PATCH v4 0/6] staging: r8188eu: add newer/better RTL8188eu driver
 2021-08-01 17:50 UTC  (6+ messages)

[PATCH v7] rtw_security: fix cast to restricted __le32
 2021-08-01 15:51 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove unused macros
 2021-08-01 13:46 UTC 

[PATCH v3 0/3] Remove all strcpy() uses
 2021-08-01 13:34 UTC  (6+ messages)
` [PATCH v3 1/3] staging/fbtft: "
` [PATCH v3 2/3] staging/fbtft: Remove unnecessary variable initialization
` [PATCH v3 3/3] staging/fbtft: Fix braces coding style

[PATCH 1/2] staging: r8188eu: clean up comparsions to NULL in hal directory
 2021-08-01  8:46 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: clean up comparsions to NULL in core directory

[PATCH] staging: r8188eu: remove RT_PRINT_DATA macro
 2021-07-31 23:56 UTC 

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-31 16:07 UTC  (23+ messages)
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info

[PATCH v2 0/3] Remove all strcpy() uses
 2021-07-31 13:43 UTC  (6+ messages)
` [PATCH v2 1/3] staging/fbtft: "

[PATCH] staging: rtl8188eu: remove rtl8188eu driver from staging dir
 2021-07-31 13:38 UTC 

[PATCH] staging: r8188eu: correct set/defined but unused warnings from debug cleanup
 2021-07-31 13:38 UTC 

[staging:staging-next 160/164] drivers/staging/r8188eu/os_dep/ioctl_linux.c: ../include/rtw_android.h is included more than once
 2021-07-31 12:18 UTC  (2+ messages)
` [RFC PATCH staging] staging: r8188eu: fix duplicated inclusion

[PATCH 07/14 resent] staging: r8188eu: remove ODM_RT_TRACE calls from hal/HalPhyRf_8188e.c
 2021-07-31  3:31 UTC  (2+ messages)

[PATCH 00/14 resent] staging: r8188eu: remove include/odm_debug.h
 2021-07-31  0:39 UTC  (2+ messages)
` [PATCH 14/14 "


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).