linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 08:29:18 to 2021-09-19 23:54:19 UTC [more...]

[PATCH v8 00/19] staging: r8188eu: shorten and simplify calls chains
 2021-09-19 23:53 UTC  (13+ messages)
` [PATCH v8 01/19] staging: r8188eu: clean up symbols usbctrl_vendorreq()
` [PATCH v8 02/19] staging: r8188eu: reorder declarations in usbctrl_vendorreq()
` [PATCH v8 03/19] staging: r8188eu: remove unnecessary test "
` [PATCH v8 04/19] staging: r8188eu: reorder comments "
` [PATCH v8 05/19] staging: r8188eu: remove unnedeed parentheses "
` [PATCH v8 06/19] staging: r8188eu: remove unnecessary space "
` [PATCH v8 07/19] staging: r8188eu: remove unnecessary comment "
` [PATCH v8 08/19] staging: r8188eu: fix grammar mistake "
` [PATCH v8 09/19] staging: r8188eu: remove unnecessary braces "
` [PATCH v8 10/19] staging: r8188eu: rename symbols in rtw_read*() and rtw_write*()
` [PATCH v8 11/19] staging: r8188eu: remove unnecessary casts from rtw_{read,write}*()
` [PATCH v8 12/19] staging: r8188eu: change the type of a variable in rtw_write16()

[PATCH v2 0/7] staging: vchiq_arm: Various cleanups
 2021-09-19 21:59 UTC  (8+ messages)
` [PATCH v2 1/7] staging: vchiq_arm: cleanup code alignment issues
` [PATCH v2 2/7] staging: vchiq_arm: remove unnecessary space in cast
` [PATCH v2 3/7] staging: vchiq_arm: clarify multiplication expressions
` [PATCH v2 4/7] staging: vchiq_arm: cleanup blank lines
` [PATCH v2 5/7] staging: vchiq_arm: fix quoted strings split across lines
` [PATCH v2 6/7] staging: vchiq_arm: remove extra blank line
` [PATCH v2 7/7] staging: vchiq_arm: use __func__ to get function name in debug message

[PATCH 0/6] staging: r8188eu: remove unused functions from rtw_ap.c
 2021-09-19 20:27 UTC  (8+ messages)
` [PATCH 1/6] staging: r8188eu: remove ap_sta_info_defer_update()
` [PATCH 2/6] staging: r8188eu: remove rtw_acl_add_sta()
` [PATCH 3/6] staging: r8188eu: remove rtw_acl_remove_sta()
` [PATCH 4/6] staging: r8188eu: remove rtw_ap_inform_ch_switch()
` [PATCH 5/6] staging: r8188eu: remove rtw_check_beacon_data()
` [PATCH 6/6] staging: r8188eu: remove rtw_set_macaddr_acl()

[PATCH v2] MAINTAINERS: Move Daniel Drake to credits
 2021-09-19  9:22 UTC  (4+ messages)

[PATCH] Staging: wlan-ng: Fix warning messages generated by checkpatch.pl
 2021-09-19  6:38 UTC  (3+ messages)

[PATCH] staging: r8188eu: remove ODM_SingleDualAntennaDetection()
 2021-09-18 21:10 UTC 

[PATCH v3 00/14] staging: r8188eu: remove odm_RegDefine11AC.h
 2021-09-18 18:19 UTC  (15+ messages)
` [PATCH v3 01/14] staging: r8188eu: remove comments from odm_interface.h
` [PATCH v3 02/14] staging: r8188eu: remove unused macros "
` [PATCH v3 03/14] staging: r8188eu: remove _ic_type from macro _cat in odm_interface.h
` [PATCH v3 04/14] staging: r8188eu: remove dead code from ODM_Write_DIG()
` [PATCH v3 05/14] staging: r8188eu: remove unnecessary if statement
` [PATCH v3 06/14] staging: r8188eu: remove more dead code from ODM_Write_DIG()
` [PATCH v3 07/14] staging: r8188eu: remove macro ODM_REG
` [PATCH v3 08/14] staging: r8188eu: remove macro ODM_BIT
` [PATCH v3 09/14] staging: r8188eu: remove unnecessary if statements
` [PATCH v3 10/14] staging: r8188eu: remove dead code from odm.c
` [PATCH v3 11/14] staging: r8188eu: remove macros ODM_IC_11{N,AC}_SERIES
` [PATCH v3 12/14] staging: r8188eu: remove header file odm_RegDefine11AC.h
` [PATCH v3 13/14] staging: r8188eu: remove unused defines from odm_RegDefine11N.h
` [PATCH v3 14/14] staging: r8188eu: clean up indentation in odm_RegDefine11N.h

staging: r8188eu: Can odm_DynamicTxPowerNIC() be removed?
 2021-09-18 17:32 UTC  (3+ messages)

[PATCH] staging: r8188eu: core: remove the function power_saving_wk_hdl
 2021-09-18 17:22 UTC  (3+ messages)

[PATCH] staging: r8188eu: remove rtw_free_pwrctrl_priv prototype
 2021-09-18 15:23 UTC  (2+ messages)

[PATCH] staging: r8188eu: remove the HW_VAR_CHECK_TXBUF "hal variable"
 2021-09-18 15:20 UTC  (2+ messages)

[PATCH 0/4] staging: r8188eu: more power management cleanup
 2021-09-18 15:16 UTC  (5+ messages)
` [PATCH v3 1/2] staging: r8188eu: brfoffbyhw is always false
  ` [PATCH v3 2/2] staging: r8188eu: remove rtw_hw_resume

[PATCH 1/2] staging: r8188eu: remove unused defines from odm_RegDefine11N.h
 2021-09-18 15:05 UTC  (7+ messages)
` [PATCH 2/2] staging: r8188eu: clean up indentation in odm_RegDefine11N.h

[PATCH] staging: r8188eu: do not write past the end of an array
 2021-09-18 14:26 UTC  (2+ messages)

[PATCH v7 00/19] staging: r8188eu: shorten and simplify calls chains
 2021-09-18 12:19 UTC  (36+ messages)
` [PATCH v7 01/19] staging: r8188eu: remove usb_{read,write}_mem()
` [PATCH v7 02/19] staging: r8188eu: remove the helpers of rtw_read8()
` [PATCH v7 03/19] staging: r8188eu: remove the helpers of rtw_read16()
` [PATCH v7 04/19] staging: r8188eu: remove the helpers of rtw_read32()
` [PATCH v7 05/19] staging: r8188eu: remove the helpers of usb_write8()
` [PATCH v7 06/19] staging: r8188eu: remove the helpers of usb_write16()
` [PATCH v7 07/19] staging: r8188eu: remove the helpers of usb_write32()
` [PATCH v7 08/19] staging: r8188eu: remove the helpers of usb_writeN()
` [PATCH v7 09/19] staging: r8188eu: remove the helpers of usb_read_port()
` [PATCH v7 10/19] staging: r8188eu: remove the helpers of usb_write_port()
` [PATCH v7 11/19] staging: r8188eu: remove the helpers of usb_read_port_cancel()
` [PATCH v7 12/19] staging: r8188eu: remove the helpers of usb_write_port_cancel()
` [PATCH v7 13/19] staging: r8188eu: remove core/rtw_io.c
` [PATCH v7 14/19] staging: r8188eu: remove struct _io_ops
` [PATCH v7 15/19] staging: r8188eu: clean up usbctrl_vendorreq()
` [PATCH v7 16/19] staging: r8188eu: clean up rtw_read*() and rtw_write*()
` [PATCH v7 17/19] staging: r8188eu: shorten calls chain of rtw_read{8,16,32}()
` [PATCH v7 18/19] staging: r8188eu: shorten calls chain of rtw_write{8,16,32,N}()
` [PATCH v7 19/19] staging: r8188eu: remove shared buffer for usb requests

[PATCH 0/8] staging: r8188eu: remove unused code
 2021-09-18  9:57 UTC  (9+ messages)
` [PATCH 1/8] staging: r8188eu: remove odm_ConfigRF_RadioB_8188E()
` [PATCH 2/8] staging: r8188eu: remove ODM_DIG_LowerBound_88E()
` [PATCH 3/8] staging: r8188eu: remove rtl8188e_RF_ChangeTxPath()
` [PATCH 4/8] staging: r8188eu: remove unused struct rf_shadow
` [PATCH 5/8] staging: r8188eu: remove HalDetectPwrDownMode88E()
` [PATCH 6/8] staging: r8188eu: remove rtw_IOL_cmd_tx_pkt_buf_dump()
` [PATCH 7/8] staging: r8188eu: remove rtl8188e_set_rssi_cmd()
` [PATCH 8/8] staging: r8188eu: remove EFUSE_Read1Byte()

[PATCH] staging: r8188eu: Remove unneeded if-null-free check
 2021-09-18  9:48 UTC  (2+ messages)

[PATCH v2 00/12] staging: r8188eu: remove odm_RegDefine11AC.h
 2021-09-18  9:24 UTC  (13+ messages)
` [PATCH v2 01/12] staging: r8188eu: remove comments from odm_interface.h
` [PATCH v2 02/12] staging: r8188eu: remove unused macros "
` [PATCH v2 03/12] staging: r8188eu: remove _ic_type from macro _cat in odm_interface.h
` [PATCH v2 04/12] staging: r8188eu: remove dead code from ODM_Write_DIG()
` [PATCH v2 05/12] staging: r8188eu: remove unnecessary if statement
` [PATCH v2 06/12] staging: r8188eu: remove more dead code from ODM_Write_DIG()
` [PATCH v2 07/12] staging: r8188eu: remove macro ODM_REG
` [PATCH v2 08/12] staging: r8188eu: remove macro ODM_BIT
` [PATCH v2 09/12] staging: r8188eu: remove unnecessary if statements
` [PATCH v2 10/12] staging: r8188eu: remove dead code from odm.c
` [PATCH v2 11/12] staging: r8188eu: remove macros ODM_IC_11{N,AC}_SERIES
` [PATCH v2 12/12] staging: r8188eu: remove header file odm_RegDefine11AC.h

[PATCH 00/12] staging: r8188eu: remove odm_RegDefine11AC.h
 2021-09-18  9:12 UTC  (14+ messages)
` [PATCH 01/12] staging: r8188eu: remove comments from odm_interface.h
` [PATCH 02/12] staging: r8188eu: remove unused macros "
` [PATCH 03/12] staging: r8188eu: remove _ic_type from macro _cat in odm_interface.h
` [PATCH 04/12] staging: r8188eu: remove dead code from ODM_Write_DIG()
` [PATCH 05/12] staging: r8188eu: remove unnecessary if statement
` [PATCH 06/12] staging: r8188eu: remove more dead code from ODM_Write_DIG()
` [PATCH 07/12] staging: r8188eu: remove macro ODM_REG
` [PATCH 08/12] staging: r8188eu: remove macro ODM_BIT
` [PATCH 09/12] staging: r8188eu: remove unnecessary if statements
` [PATCH 10/12] staging: r8188eu: remove dead code from odm.c
` [PATCH 11/12] staging: r8188eu: remove ODM_IC_11N_SERIES, ODM_IC_11AC_SERIES macros
` [PATCH 12/12] staging: r8188eu: remove header file odm_RegDefine11AC.h

[PATCH] staging: rts5208: remove unnecessary parentheses in ms.c
 2021-09-18  6:57 UTC 

[PATCH V2] staging: r8188eu: Use kzalloc() instead of kmalloc()+memset()
 2021-09-18  6:51 UTC  (3+ messages)

[PATCH V2] staging: r8188eu: use ARRAY_SIZE
 2021-09-18  6:51 UTC  (3+ messages)

[bug report] staging: r8188eu: Fix smatch warnings in os_dep/*.c
 2021-09-17 18:26 UTC  (2+ messages)

[PATCH] staging: r8188eu: os_dep: remove unused function rtw_android_priv_cmd
 2021-09-17 15:39 UTC  (4+ messages)

[PATCH] staging: wfx: sta: Fix 'else' coding style warning
 2021-09-17 14:59 UTC  (5+ messages)

[PATCH] staging: rtl8723bs: protect sleepq_len access by sleep_q.lock
 2021-09-17 14:27 UTC  (6+ messages)

[PATCH 1/7] staging: vchiq_arm: cleanup code alignment issues
 2021-09-17 10:50 UTC  (5+ messages)
` [PATCH 3/7] staging: vchiq_arm: clarify multiplication expressions

[PATCH linux-next] staging: r8188eu: use swap()
 2021-09-17 10:02 UTC 

[PATCH] wlan-ng: remove duplicate USB device ID
 2021-09-17  9:22 UTC 

[PATCH 0/4] staging: r8188eu: remove some unused code
 2021-09-17  8:06 UTC  (5+ messages)
` [PATCH 1/4] staging: r8188eu: remove IS_1T1R, IS_1T2R, IS_2T2R macros
` [PATCH 2/4] staging: r8188eu: remove if test that is always true
` [PATCH 3/4] staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188e
` [PATCH 4/4] staging: r8188eu: remove switches from phy_RF6052_Config_ParaFile()

[PATCH v2] staging: rtl8723bs: ignore unused wiphy_wowlan object warnings
 2021-09-16 23:19 UTC 

[PATCH v11 00/34] NVIDIA Tegra power management patches for 5.16
 2021-09-16 19:49 UTC  (3+ messages)
` [PATCH v11 08/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D

[PATCH] comedi: Fix memory leak in compat_insnlist()
 2021-09-16 14:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] media: imx: drop unneeded MODULE_ALIAS
 2021-09-16 17:05 UTC 

[PATCH 5.14 319/432] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-09-16 16:01 UTC 

[PATCH 5.13 285/380] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-09-16 16:00 UTC 

[PATCH 00/22] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2021-09-16 16:30 UTC  (5+ messages)
` [PATCH 01/22] clk: sunxi-ng: v3s: Make the ISP PLL clock public

[PATCH 5.10 228/306] staging: rts5208: Fix get_ms_information() heap buffer size
 2021-09-16 15:59 UTC 

[PATCH v13 0/5] clk: clocking-wizard: Driver updates
 2021-09-16 14:52 UTC  (3+ messages)
` [PATCH v13 1/5] dt-bindings: add documentation of xilinx clocking wizard

[PATCH] staging: vt6656: Fix warning message generated by checkpatch.pl
 2021-09-16 14:05 UTC  (2+ messages)

[PATCH v6 00/19] staging: r8188eu: Shorten and simplify calls chains
 2021-09-16 13:52 UTC  (12+ messages)
` [PATCH v6 14/19] staging: remove struct _io_ops
` [PATCH v6 16/19] staging: r8188eu: Clean up rtw_read*() and rtw_write*()
` [PATCH v6 19/19] staging: r8188eu: remove shared buffer for USB requests

[PATCH linux-next] staging: r8188eu: Use kzalloc() instead of kmalloc()+memset()
 2021-09-16 13:47 UTC  (2+ messages)

[PATCH 0/6] staging: media: wave5: add wave5 codec driver
 2021-09-16 13:14 UTC  (8+ messages)
` [PATCH 1/6] staging: media: wave5: Add vpuapi layer
` [PATCH 3/6] staging: media: wave5: Add the v4l2 layer

[PATCH linux-next] staging: r8188eu: use ARRAY_SIZE
 2021-09-16 12:42 UTC  (2+ messages)

[PATCH] staging: r8188eu: remove dead code from odm_RxPhyStatus92CSeries_Parsing()
 2021-09-16  9:43 UTC 

[PATCH 1/2] staging: r8188eu: remove unused ODM_RASupport_Init()
 2021-09-16  8:29 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: remove RaSupport88E from struct odm_dm_struct


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