summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorLines
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-692/+0
2022-10-08Merge tag 'staging-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8161/+2149
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-798/+6
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+3
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-19840/+37288
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-10/+5
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-29/+10
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-13/+16
2022-10-01Merge tag 'media/v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-2/+2
2022-09-30staging: rtl8192e: Rename variable Bandwidth to avoid CamelCaseYogesh Hegde-13/+13
2022-09-30staging: r8188eu: remove PHY_RFConfig8188E()Michael Straube-11/+1
2022-09-30staging: r8188eu: remove PHY_RF6052_Config8188E()Michael Straube-14/+3
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_AGC_TAB_1T_8188E() to intMichael Straube-12/+6
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_PHY_REG_1T_8188E() to intMichael Straube-7/+6
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_RadioA_1T_8188E() to intMichael Straube-7/+6
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_MAC_REG_8188E() to intMichael Straube-8/+6
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+2
2022-09-27staging: rtl8192e: cmdpkt: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing-2/+1
2022-09-27staging: r8188eu: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing-3/+1
2022-09-27staging: r8188eu: remove hal/odm_RegConfig8188E.cMichael Straube-72/+50
2022-09-27staging: r8188eu: make odm_ConfigRF_RadioA_8188E() staticMichael Straube-33/+30
2022-09-27staging: r8188eu: make odm_ConfigMAC_8188E() staticMichael Straube-7/+5
2022-09-27media: rkvdec: Disable H.264 error detectionNicolas Dufresne-2/+2
2022-09-26staging: r8188eu: don't check for stop/removal in the blink workerMartin Kaiser-3/+0
2022-09-26staging: r8188eu: don't check bSurpriseRemoved in SwLedOffMartin Kaiser-1/+1
2022-09-26staging: rtl8192e: Remove unused variables ForcedAMSDUMaxSize, ...Philipp Hortmann-15/+0
2022-09-26staging: rtl8192e: Rename CurrentMPDU..., ForcedAMPDU... and ForcedMPDU...Philipp Hortmann-10/+10
2022-09-26staging: rtl8192e: Rename SelfMimoPs, CurrentOpMode and bForcedShortGIPhilipp Hortmann-13/+13
2022-09-26staging: rtl8192e: Rename PeerMimoPs, IOTAction and IOTRaFuncPhilipp Hortmann-48/+48
2022-09-26staging: rtl8192e: Rename RxRe...WinSize, RxReorder... and RxReorderDr...Philipp Hortmann-9/+9
2022-09-26staging: rtl8192e: Rename szRT2RTAggBuffer, bRegRxRe... and bCurRxReo...Philipp Hortmann-11/+11
2022-09-26staging: rtl8192e: Rename bSwBwInPro..., bRegRT2RTAg... and bCurrentRT...Philipp Hortmann-18/+18
2022-09-26staging: rtl8192e: Rename dot11Cur..., bCurTxBW40MHz and bCurrentRT2...Philipp Hortmann-22/+22
2022-09-26staging: rtl8192e: Rename eRfSleep, eRfPowerStateToSet and RfOffReasonPhilipp Hortmann-27/+27
2022-09-26staging: rtl8192e: Rename eRFPowerState, eRfOff and eRfOnPhilipp Hortmann-61/+61
2022-09-26staging: fwserial: delete the driver.Greg Kroah-Hartman-3711/+0
2022-09-26staging: rtl8192e: fix CamelCase variablesValentin Vidic-12/+12
2022-09-26staging: rtl8192e: Rename Tx_Retry_Count_RegDragan Cvetic-11/+6
2022-09-24staging: r8188eu: remove two unused enum entriesMartin Kaiser-3/+0
2022-09-24staging: r8188eu: remove duplicate bSurpriseRemoved checkMartin Kaiser-1/+1
2022-09-24staging: r8188eu: remove BlinkingLedStateMartin Kaiser-62/+4
2022-09-24staging: r8188eu: remove bLedNoLinkBlinkInProgressMartin Kaiser-15/+0
2022-09-24staging: r8188eu: update status before wps success blinkingMartin Kaiser-14/+5
2022-09-24staging: r8188eu: cancel blink_work during wps stopMartin Kaiser-15/+12
2022-09-24staging: r8188eu: Fix return type of rtw_xmit_entryNathan Huckleberry-3/+3
2022-09-24staging: r8188eu: fix potential memory leak in _rtw_init_xmit_priv()Xiaoke Wang-6/+24
2022-09-24staging: r8188eu: add kfree() on an error path of rtw_xmit_resource_alloc()Xiaoke Wang-1/+3
2022-09-24staging: r8188eu: remove recv_osdep.hMichael Straube-29/+6
2022-09-24staging: r8188eu: remove unused prototypes from recv_osdep.hMichael Straube-4/+0
2022-09-24staging: r8188eu: make _netdev_open() staticMichael Straube-2/+1