summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2026-02-23staging: rtl8723bs: rename camelCase variableNikolay Kulikov1-3/+3
2026-02-23staging: rtl8723bs: remove unnecessary boolean comparisonNikolay Kulikov1-1/+1
2026-02-23staging: rtl8723bs: align and split variable declarationsKhushal Chitturi2-7/+14
2026-02-23staging: rtl8723bs: simplify boolean expressionsKhushal Chitturi3-12/+12
2026-02-23staging: rtl8723bs: use bool for traffic_status_watchdog()Khushal Chitturi3-8/+8
2026-02-23staging: rtl8723bs: remove stale commented codeKhushal Chitturi6-6/+2
2026-02-23staging: rtl8723bs: convert traffic_status_watchdog() local variables to snak...Khushal Chitturi2-31/+31
2026-02-23staging: rtl8723bs: rename rt_link_detect_t fields to snake_caseKhushal Chitturi12-62/+62
2026-02-23staging: rtl8723bs: rename LinkDetectInfo to link_detect_infoKhushal Chitturi12-54/+54
2026-02-23staging: rtl8723bs: remove shadowed variable in sdio_halinitHaroen Tmimi1-1/+1
2026-02-23staging: rtl8723bs: remove explicit comparisons to false in rtw_ap.cHaroen Tmimi1-2/+2
2026-02-23staging: rtl8723bs: Remove unused members in struct rtw_wdev_privEthan Tidmore3-11/+0
2026-02-23staging: rtl8723bs: Remove unused structs and helper functionsEthan Tidmore2-57/+0
2026-02-23staging: rtl8723bs: wrap long comments to 100 columnsSiwanan Bungtong1-1/+2
2026-02-23staging: axis-fifo: refactor device tree parsingGustavo Piaz da Silva1-38/+17
2026-02-23staging: axis-fifo: use u32 for fifo depth flagsGustavo Piaz da Silva1-2/+2
2026-02-23staging: rtl8723bs: remove redundant NULL check on premainder_ieGiorgi Tchankvetadze1-1/+1
2026-02-23staging: nvec: propagate error codes in tegra_nvec_probe()Artem Lytkin1-9/+6
2026-02-23staging: fbtft: fb_tinylcd: replace udelay() with fsleep()Tomasz Unger1-1/+1
2026-02-23staging: rtl8723bs: remove unused MAX_PATH_NUM defines for other chipsAzamat Rakhim1-7/+0
2026-02-23staging: fbtft: Remove duplications of fbtft_set_addr_win()Nam Cao10-119/+0
2026-02-23staging: octeon: fix free_irq dev_id mismatch in cvm_oct_rx_shutdownYuvraj Singh Chauhan1-1/+1
2026-02-23staging: rtl8723bs: remove redundant 'Adapter' variable in HalPhyRf_8723BHaroen Tmimi1-2/+0
2026-02-23staging: octeon: type change from uint<bits>_t to u<bits>Yoelvis Oliveros1-807/+807
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in ioctl_cfg80211.cSiwanan Bungtong1-9/+9
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in rtl8723b_hal_init.cSiwanan Bungtong1-2/+2
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in rtw_security.cSiwanan Bungtong1-1/+1
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in rtw_mlme_ext.cSiwanan Bungtong1-9/+9
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in rtw_ieee80211.cSiwanan Bungtong1-2/+2
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in rtw_efuse.cSiwanan Bungtong1-3/+3
2026-02-23staging: rtl8723bs: remove unnecessary void * casts in rtw_ap.cSiwanan Bungtong1-2/+2
2026-02-23staging: rtl8723bs: replace ternary min comparison with min()William Hansen-Baird1-2/+4
2026-02-23staging: rtl8723bs: Wrap long function parameter listsSiwanan Bungtong1-1/+3
2026-02-23staging: rtl8723bs: fix spacing around operatorsTabrez Ahmed1-1/+1
2026-02-23staging: fbtft: fix unchecked write return value in fb_agm1264k-flArtem Lytkin1-1/+1
2026-02-23staging: sm750fb: convert logging to device-based in sm750.cArtem Lytkin1-5/+7
2026-02-23staging: fbtft: Optimize partial write()Nam Cao1-8/+5
2026-02-23staging: fbtft: fix spelling mistake "dinamically" -> "dynamically"Santiago Almeida1-1/+1
2026-02-23staging: rtl8723bs: Refactor setCCKFilterCoefficient to remove duplicated rtw...Bera Yüzlü1-19/+9
2026-02-23staging: most: dim2: check return value of clk_prepare_enable for PLLArtem Lytkin1-1/+6
2026-02-23staging: most: net: remove unused header includeRajveer Chaudhari1-1/+0
2026-02-23staging: most: dim2: remove unused header includesRajveer Chaudhari2-5/+1
2026-02-23staging: most: dim2: convert pr_err/warn to dev_err/warnZeeshan Ahmad1-20/+20
2026-02-23staging: most: dim2: move extra info messages to dev_dbgZeeshan Ahmad1-4/+3
2026-02-23staging: greybus: sdio: Remove double whitespaceGiorgi Tchankvetadze1-1/+1
2026-02-23staging: greybus: Fix spelling mistake in KconfigTomasz Unger1-1/+1
2026-02-23staging: greybus: sdio: Fix typo in commentGiorgi Tchankvetadze1-1/+1
2026-02-23staging: greybus: pwm: Fix typo in commentGiorgi Tchankvetadze1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-16/+10
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds7-24/+12