aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15staging: r8188eu: limit rtw_dbg_port to path aMartin Kaiser1-1/+5
2022-02-15staging: r8188eu: limit rtw_wx_read_rf to path aMartin Kaiser1-2/+5
2022-02-15staging: r8188eu: clarify that bb_reg_dump uses only path aMartin Kaiser1-3/+3
2022-02-15staging: r8188eu: remove path parameter from phy_RFSerialWriteMartin Kaiser1-3/+2
2022-02-15staging: r8188eu: remove path parameter from rtl8188e_PHY_SetRFRegMartin Kaiser7-27/+24
2022-02-15staging: r8188eu: write only path a registers in rtw_dbg_portMartin Kaiser1-1/+5
2022-02-15staging: r8188eu: set path a explicitlyMartin Kaiser1-1/+1
2022-02-15staging: r8188eu: remove unused enums from ieee80211.hMichael Straube1-66/+0
2022-02-15staging: r8188eu: remove unused structs from ieee80211.hMichael Straube1-200/+0
2022-02-15staging: r8188eu: remove ishighspeed from dvobj_privMartin Kaiser6-15/+8
2022-02-15staging: r8188eu: clean up enum hw_variablesMichael Straube1-17/+0
2022-02-15staging: r8188eu: remove unused enumMichael Straube1-8/+0
2022-02-15staging: r8188eu: Use sizeof dereferenced pointer in kzalloc()Fabio M. De Francesco1-2/+2
2022-02-15staging: r8188eu: keep the success path and error path separateVihas Makwana1-18/+12
2022-02-15staging: r8188eu: remove useless if elseJiapeng Chong1-5/+1
2022-02-15staging: greybus: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE)1-1/+0
2022-02-15staging/ks7010: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE)1-3/+1
2022-02-15staging: most: net: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-15staging: most: video: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-15staging: wfx: remove support for legacy PDS formatJérôme Pouiller1-51/+4
2022-02-15staging: wfx: allow new PDS formatJérôme Pouiller1-17/+57
2022-02-14Merge 5.17-rc4 into staging-testingGreg Kroah-Hartman2-3/+22
2022-02-09spi: make remove callback a void functionUwe Kleine-König3-7/+3
2022-02-09staging: fbtft: Deduplicate driver registration macrosUwe Kleine-König1-57/+36
2022-02-09staging: fbtft: Fix error path in fbtft_driver_module_init()Uwe Kleine-König1-1/+4
2022-02-08staging: drop fpgaboot driverTong Zhang10-704/+0
2022-02-08Staging: nvec: Fix ending in '(' errorAyan Choudhary1-2/+2
2022-02-08staging: pi433: remove need to recompile code to debug fifo contentPaulo Miguel Almeida1-13/+2
2022-02-08staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida2-52/+53
2022-02-08staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUESPaulo Miguel Almeida1-35/+2
2022-02-08Staging: r8188eu: core: 'associcated' may be misspelled - perhaps 'associated'?Leonardo Araujo1-3/+3
2022-02-08Staging: unisys: visorhba: alignment should match open parenthesisLeonardo Araujo1-1/+1
2022-02-08staging: gdm724x: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-08staging: r8188eu: usb_suspend_sema is initialised but not usedMartin Kaiser2-2/+0
2022-02-08staging: r8188eu: RegUsbSS is not usedMartin Kaiser1-1/+0
2022-02-08staging: r8188eu: dvobj_priv's signal_strength is not usedMartin Kaiser1-1/+0
2022-02-08staging: r8188eu: usb_vendor_req_mutex is not usedMartin Kaiser1-1/+0
2022-02-08staging: r8188eu: remove unused struct hostapd_privMartin Kaiser2-5/+0
2022-02-08staging: r8188eu: not_indic_disco is unusedMartin Kaiser1-1/+0
2022-02-08staging: r8188eu: irq_alloc is not usedMartin Kaiser1-2/+0
2022-02-08staging: r8188eu: in_cta_test is always 0Martin Kaiser2-16/+2
2022-02-08staging: r8188eu: remove unused struct adapter componentsMartin Kaiser1-11/+0
2022-02-08staging: r8188eu: remove the global DriverStateMartin Kaiser2-13/+3
2022-02-08staging: r8188eu: remove unused enum _ADAPTER_TYPEMartin Kaiser1-6/+0
2022-02-08staging: r8188eu: remove unused enum _IFACE_TYPEMartin Kaiser1-6/+0
2022-02-08staging: r8188eu: move local definitions into rtw_fw.hMartin Kaiser2-45/+45
2022-02-08staging: r8188eu: remove debug code to bypass IQ calibrationMartin Kaiser1-5/+0
2022-02-08staging: r8188eu: remove debug code to bypass LC calibrationMartin Kaiser1-5/+0
2022-02-08staging: r8188eu: replace local OFDM_index with single variableMartin Kaiser1-7/+7
2022-02-08staging: r8188eu: only OFDM_index[0] is usedMartin Kaiser2-3/+3