summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+7
2023-02-24Merge tag 'staging-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds71-2666/+1320
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires1-1/+1
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-6683/+0
2023-02-16staging: r8188eu: Revert "staging: r8188eu: simplify rtw_get_ff_hwaddr"Martin Kaiser2-1/+38
2023-02-16staging: r8188eu: replace hand coded loop with list_for_each_entryMartin Kaiser1-12/+4
2023-02-16staging: r8188eu: merge _rtw_enqueue_cmd into its callerMartin Kaiser1-38/+9
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan3-4/+4
2023-02-09staging: rtl8192e: Use BIT() instead of << for bit field MSR_LINK_MASKPhilipp Hortmann1-1/+1
2023-02-08staging: rtl8192e: Rename DM_RxPathSelTablePhilipp Hortmann2-31/+30
2023-02-08staging: rtl8192e: Rename diff_TH and disabledRFPhilipp Hortmann2-9/+9
2023-02-08staging: rtl8192e: Rename Enable, cck_Rx_path and SS_TH_lowPhilipp Hortmann2-10/+10
2023-02-08staging: rtl8192e: Rename RateAdaptiveTH.., VeryLowRSSI and WAIotTHValPhilipp Hortmann3-9/+9
2023-02-08staging: rtl8192e: Rename RxPathSelectio.., RateAdaptive.. and RateAdap..Philipp Hortmann3-12/+12
2023-02-08staging: rtl8192e: Rename OFDM_Table.., CCK_Table_.. and RxPathSelecti..Philipp Hortmann2-15/+15
2023-02-08staging: rtl8192e: Rename MacBlkCtrl and remove double definitionPhilipp Hortmann4-5/+3
2023-02-08staging: rtl8192e: Remove blank lines in r8192E_hw.h, rtl_core.h and ..Philipp Hortmann3-14/+2
2023-02-08staging: rtl8192e: Rename AcmHw_ViqEn, AcmHw_VoqEn and ANAPAR_FOR_8192PciEPhilipp Hortmann3-7/+7
2023-02-08staging: r8188eu: bagg_pkt parameter is not usedMartin Kaiser1-4/+4
2023-02-08staging: r8188eu: simplify rtw_get_ff_hwaddrMartin Kaiser2-38/+1
2023-02-08staging: r8188eu: simplify xmit_buf flagsMartin Kaiser3-25/+4
2023-02-08staging: r8188eu: xmit_buf's ff_hwaddr is not usedMartin Kaiser1-1/+0
2023-02-08staging: r8188eu: remove unused frametag definesMartin Kaiser1-7/+0
2023-02-08staging: r8188eu: simplify rtw_alloc_xmitframeMartin Kaiser1-23/+17
2023-02-08staging: r8188eu: merge do_queue_select into its only callerMartin Kaiser1-10/+1
2023-02-07staging: r8188eu: remove change_rfpwrstateMartin Kaiser2-12/+8
2023-02-07staging: r8188eu: make ips_leave staticMartin Kaiser2-2/+1
2023-02-07staging: r8188eu: make ips_enter staticMartin Kaiser2-2/+1
2023-02-07staging: r8188eu: remove intf_stop pointerMartin Kaiser3-18/+5
2023-02-07staging: r8188eu: handle rtl8188eu_inirp_init errorsMartin Kaiser1-2/+4
2023-02-07staging: r8188eu: remove intf_start pointerMartin Kaiser3-11/+2
2023-02-07staging: r8188eu: use standard error codes in rtl8188eu_inirp_initMartin Kaiser2-11/+7
2023-02-07staging: r8188eu: use standard error codes in rtw_read_portMartin Kaiser2-8/+7
2023-02-07staging: r8188eu: pass a struct recv_buf to rtw_read_portMartin Kaiser3-7/+6
2023-02-06staging: greybus: hid: Constify lowlevel HID driverThomas Weißschuh1-1/+1
2023-02-06staging: r8188eu: correct error logic of _rtw_init_recv_priv()Michael Straube2-13/+6
2023-02-06staging: r8188eu: correct error logic of rtl8188eu_init_recv_priv()Michael Straube1-9/+8
2023-02-06staging: pi433: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-6/+5
2023-02-06staging: pi433: Added information about bit_rate configurationGuru Mehar Rachaputi1-0/+3
2023-02-06staging: r8188eu: clean up NULL check for rcu pointerMartin Kaiser1-6/+2
2023-01-31staging: vc04_services: mmal-vchiq: fix typo in commentJongwoo Han1-1/+1
2023-01-31staging: r8188eu: replace switch-case with ifMartin Kaiser1-7/+1
2023-01-31staging: r8188eu: option in struct sta_xmit_priv is not usedMartin Kaiser1-1/+0
2023-01-31staging: r8188eu: apsd is initialised but never usedMartin Kaiser2-2/+0
2023-01-31staging: r8188eu: legacy_dz is initialised but never usedMartin Kaiser2-2/+0
2023-01-31staging: r8188eu: use kernel helper to iterate over a listMartin Kaiser1-10/+2
2023-01-31staging: r8188eu: make sta_pending a list_headMartin Kaiser4-15/+15