linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 13:52:49 to 2021-08-07 10:24:04 UTC [more...]

[PATCH 0/4] Remove unused variable
 2021-08-07 10:22 UTC  (5+ messages)
` [PATCH 1/4] staging: rtl8188eu: os_dep: "
` [PATCH 2/4] staging: rtl8188eu :os_dep :os_intfs : remove "
` [PATCH 3/4] staging: rtl8192e: rtl8192e: rtl_core: remove unused global variable
` [PATCH 4/4] staging: rtl8723bs: os_dep: remove unused variable

[PATCH 00/17] staging: r8188eu: remove unnecessary parentheses
 2021-08-07 10:11 UTC  (18+ messages)
` [PATCH 01/17] staging: r8188eu: remove unnecessary parentheses in os_dep dir
` [PATCH 02/17] staging: r8188eu: remove unnecessary parentheses in hal dir
` [PATCH 03/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_mlme_ext.c
` [PATCH 04/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_ap.c
` [PATCH 05/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_wlan_util.c
` [PATCH 06/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_led.c
` [PATCH 07/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_p2p.c
` [PATCH 08/17] staging: r8188eu: clean up comparsions to true/false
` [PATCH 09/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_mlme.c
` [PATCH 10/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_xmit.c
` [PATCH 11/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_sta_mgt.c
` [PATCH 12/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_recv.c
` [PATCH 13/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_pwrctrl.c
` [PATCH 14/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_io.c
` [PATCH 15/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_ioctl_set.c
` [PATCH 16/17] staging: r8188eu: remove unnecessary parentheses in core/rtw_cmd.c
` [PATCH 17/17] staging: r8188eu: remove remaining unnecessary parentheses in core dir

[PATCH 00/21] staging: rtl8723b: remove some code related to other chips
 2021-08-07  9:48 UTC  (22+ messages)
` [PATCH 01/21] staging: rtl8723bs: remove code related to unsupported MCS index values
` [PATCH 02/21] staging: rtl8723bs: remove unneeded loop
` [PATCH 03/21] staging: rtl8723bs: do some code cleaning in modified function
` [PATCH 04/21] staging: rtl8723bs: move function to file hal/odm_HWConfig.c
` [PATCH 05/21] staging: rtl8723bs: remove empty files
` [PATCH 06/21] staging: rtl8723bs: remove wrapping static function
` [PATCH 07/21] staging: rtl8723bs: beautify function ODM_PhyStatusQuery()
` [PATCH 08/21] staging: rtl8723bs: fix right side of condition
` [PATCH 09/21] staging: rtl8723bs: clean driver from unused RF paths
` [PATCH 10/21] staging: rtl8723bs: remove unused macros
` [PATCH 11/21] staging: rtl8723bs: remove unused struct member
` [PATCH 12/21] staging: rtl8723bs: remove rf type branching (first patch)
` [PATCH 13/21] staging: rtl8723bs: remove rf type branching (second patch)
` [PATCH 14/21] staging: rtl8723bs: remove rf type branching (third patch)
` [PATCH 15/21] staging: rtl8723bs: remove rf type branching (fourth patch)
` [PATCH 16/21] staging: rtl8723bs: remove unused rtw_rf_config module param
` [PATCH 17/21] staging: rtl8723bs: remove unused macro in include/hal_data.h
` [PATCH 18/21] staging: rtl8723bs: remove RF_*TX enum
` [PATCH 19/21] staging: rtl8723bs: use MAX_RF_PATH_NUM as ceiling to rf path index
` [PATCH 20/21] staging: rtl8723bs: fix tx power tables size
` [PATCH 21/21] staging: rtl8723bs: remove unused RF_*T*R enum

[PATCH 0/3] MIPS: ralink: properly handle pci IO resources
 2021-08-07  7:24 UTC  (4+ messages)
` [PATCH 1/3] MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT
` [PATCH 2/3] PCI: of: avoid 'devm_pci_remap_iospace' if PCI_IOBASE is not defined
` [PATCH 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

Post to linux-staging@lists.linux.dev denied: [PATCH] staging: rtl8723bs: os_dep: remove unused variable
 2021-08-07  4:14 UTC  (5+ messages)

[PATCH] staging: r8188eu: Fix potential memory leak or NULL dereference
 2021-08-06 21:32 UTC 

[PATCH] staging: rtl8723bs: Avoid field-overflowing memcpy()
 2021-08-06 20:14 UTC 

[PATCH] staging: rtl8192u: Avoid field-overflowing memcpy()
 2021-08-06 20:12 UTC 

[PATCH] staging: rtl8192e: Avoid field-overflowing memcpy()
 2021-08-06 20:11 UTC 

[PATCH] media: hantro: Fix check for single irq
 2021-08-06 15:39 UTC  (5+ messages)

[PATCH 0/5] Do more cleanups
 2021-08-06 11:07 UTC  (7+ messages)
` [PATCH 1/5] staging: r8188eu: Remove wrappers for kalloc() and kzalloc()
` [PATCH 2/5] staging: r8188eu: Remove wrapper around vfree
` [PATCH 3/5] staging: r8188eu: Remove all calls to _rtw_spinlock_free()
` [PATCH 4/5] staging: r8188eu: Remove more empty routines
` [PATCH 5/5] staging: r8188eu: Remove rtw_buf_free()

[PATCH] staging: r8188eu: replace custom macros with is_broadcast_ether_addr
 2021-08-06  4:37 UTC  (3+ messages)

[PATCH v2 00/11] staging: r8188eu: remove core dir RT_TRACE calls
 2021-08-06  0:40 UTC  (12+ messages)
` [PATCH v2 01/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_cmd.c
` [PATCH v2 02/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_ioctl_set.c
` [PATCH v2 03/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme.c
` [PATCH v2 04/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme_ext.c
` [PATCH v2 05/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_mp.c
` [PATCH v2 06/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_security.c
` [PATCH v2 07/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_sta_mgt.c
` [PATCH v2 08/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_xmit.c
` [PATCH v2 09/11] staging: r8188eu: remove RT_TRACE calls from core/rtw_recv.c
` [PATCH v2 10/11] staging: r8188eu: fix unused variable warnings in core/rtw_ieee80211.c
` [PATCH v2 11/11] staging: r8188eu: remove two set but unused variables in core/rtw_mp_ioctl.c

[PATCH 0/4] staging: r8188eu: Fix clang warnings
 2021-08-05 19:51 UTC  (15+ 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()
` [PATCH v2 0/3] staging: r8188eu: Fix clang warnings
  ` [PATCH v2 1/3] staging: r8188eu: Remove unnecessary parentheses
  ` [PATCH v2 2/3] staging: r8188eu: Remove self assignment in get_rx_power_val_by_reg()
  ` [PATCH v2 3/3] staging: r8188eu: Remove pointless NULL check in rtw_check_join_candidate()

[PATCH v3 00/10] VP9 codec V4L2 control interface
 2021-08-05 19:29 UTC  (12+ messages)
` [PATCH v3 01/10] hantro: postproc: Fix motion vector space size
` [PATCH v3 02/10] hantro: postproc: Introduce struct hantro_postproc_ops
` [PATCH v3 03/10] hantro: Simplify postprocessor
` [PATCH v3 04/10] hantro: Add quirk for NV12/NV12_4L4 capture format
` [PATCH v3 05/10] media: uapi: Add VP9 stateless decoder controls
` [PATCH v3 06/10] media: Add VP9 v4l2 library
` [PATCH v3 07/10] media: rkvdec: Add the VP9 backend
` [PATCH v3 08/10] media: hantro: Prepare for other G2 codecs
` [PATCH v3 09/10] media: hantro: Support VP9 on the G2 core
` [PATCH v3 10/10] media: hantro: Support NV12 "

[PATCH 1/6] staging: r8188eu: Remove rtw_yield_os()
 2021-08-05 19:26 UTC  (6+ messages)
` [PATCH 2/6] staging: r8188eu: Remove wrapper routine rtw_msleep_os()
` [PATCH 3/6] staging: r8188eu: Remove wrapper rtw_mdelay_os()
` [PATCH 4/6] staging: r8188eu: Remove wrapper rtw_udelay_os()
` [PATCH 5/6] staging: r8188eu: Remove wrapper rtw_get_time_interval_ms()
` [PATCH 6/6] staging: r8188eu: Remove wrapper rtw_sleep_schedulable()

[PATCH] staging: r8188eu: remove label at the end of a function
 2021-08-05 18:29 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] staging: r8188eu: Fix incorrect types in arguments
 2021-08-05 15:41 UTC  (2+ messages)

[PATCH] staging: r8188eu: fix build error
 2021-08-05 14:09 UTC 

[PATCH 00/15] staging: r8188eu: remove core dir RT_TRACE calls
 2021-08-05 12:46 UTC  (4+ messages)

[PATCH] staging: r8188eu: Remove unneeded comments in rtw_mp_ioctl.h
 2021-08-05 12:06 UTC 

[PATCH v3 0/3] Remove all strcpy() uses
 2021-08-05 11:52 UTC  (6+ messages)

[PATCH] staging: r8188eu: core: Remove rtw_mfree_all_stainfo()
 2021-08-05 11:47 UTC  (6+ messages)

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-05 11:36 UTC  (3+ messages)
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow

[PATCH v7] rtw_security: fix cast to restricted __le32
 2021-08-05 11:17 UTC  (3+ messages)

[PATCH] staging: r8188eu: remove RT_TRACE and DBG_88E prints from ioctl_linux.c
 2021-08-05 11:08 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] staging: r8188eu: remove RT_TRACE and DBG_88E prints from usb_intf.c
 2021-08-05 11:07 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/6] staging: r8188eu: remove RT_TRACE and DBG_88E prints from mlme_linux.c
 2021-08-05 11:02 UTC  (7+ 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

[PATCH 00/10] Various cleanups of driver
 2021-08-05 10:58 UTC  (3+ messages)
` [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  (4+ messages)
` [PATCH v2 1/6] staging: r8188eu: Remove wrappers for kalloc() and kzalloc()

[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  (4+ 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 0/6] Clean up some extraneous wrappers and some empty routines
 2021-08-04 13:47 UTC  (4+ messages)
` [PATCH 1/6] staging: r8188eu: Remove wrappers for kalloc() and kzalloc()

[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  (9+ 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


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