summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-14staging: unisys: visorinput: remove redundant assignment of variable ledColin Ian King1-1/+0
2021-05-14staging: rtl8723bs: hal: Remove set but unused variableFabio M. De Francesco1-4/+0
2021-05-14staging: rtl8723bs: hal: Remove three set but unused variablesFabio M. De Francesco1-13/+1
2021-05-14staging: mt7621-dts: use clock in pci phy nodesSergio Paracuellos1-0/+2
2021-05-13staging: rtl8723bs: remove unused argument 'msg'Bryan Brattlof4-5/+5
2021-05-13Staging: vchiq_arm: Using pr_err and pr_notice instead of printkNguyen Dinh Phi1-3/+3
2021-05-13staging: rtl8723bs: core: Remove unnecessary lines of codeFabio M. De Francesco1-19/+1
2021-05-13staging: rtl8723bs: hal: Remove set but unused variableFabio M. De Francesco1-6/+2
2021-05-13staging: qlge: removed unnecessary debug message to fix coding style warningAshish Vara1-5/+1
2021-05-13staging: rtl8723bs: remove unneeded comments to silence 'line too long' warningFabio Aiuto1-2/+3
2021-05-13staging: rtl8723bs: replace private CRC-32 routines with in-kernel onesFabio Aiuto1-59/+7
2021-05-10staging: rtl8192e: Fix whitespace around conditional statementOjaswin Mujoo1-1/+1
2021-05-10staging: rtl8192e: Add identifier name to function definitionOjaswin Mujoo1-2/+2
2021-05-10staging: rtl8192e: Avoid multiple line dereferenceOjaswin Mujoo2-10/+5
2021-05-10staging: rtl8723bs: Delete two redundant condition branchesZhen Lei1-4/+0
2021-05-10staging: rtl8723bs: replace private arc4 encryption with in-kernel oneFabio Aiuto1-80/+21
2021-05-10staging: rtl8723bs: remove unused symbolic constant _AES_IV_LEN_Fabio Aiuto1-2/+0
2021-05-10staging: rtl8723bs: remove more unused encryption macrosFabio Aiuto1-15/+0
2021-05-10staging: rtl8723bs: remove unused macros, arrays and an inline function defFabio Aiuto2-259/+0
2021-05-10staging: rtl8192e: Remove duplicate declartionSaurav Girepunje1-2/+0
2021-05-10staging: mt7621-dts: add missing device_type in pcie root portsSergio Paracuellos1-0/+3
2021-05-10staging: mt7621-dts: remove 'bug-range' propertySergio Paracuellos1-4/+0
2021-05-10staging: rtl8188eu: remove nic_hdl from struct mlme_privMartin Kaiser2-6/+1
2021-05-10staging: rtl8188eu: remove padapter from struct mlme_ext_privMartin Kaiser2-4/+1
2021-05-10staging: rtl8188eu: remove padapter from struct cmd_privMartin Kaiser3-7/+5
2021-05-10staging: rtl8188eu: don't block until cmdthread runsMartin Kaiser2-4/+0
2021-05-10staging: rtl8188eu: rtw_init_cmd_priv never failsMartin Kaiser3-8/+3
2021-05-10staging: rtl8188eu: make rtw_android_cmdstr_to_num staticMartin Kaiser2-2/+1
2021-05-10staging: mt7621-dts: use standard 'syscon' stringSergio Paracuellos1-2/+2
2021-05-10staging: mt7621-dts: remove ethsys nodeSergio Paracuellos1-8/+1
2021-05-10staging: fieldbus: anybus: Refuse registering drivers without .probe()Uwe Kleine-König1-2/+3
2021-05-10staging: fieldbus: anybus: Make remove callback return voidUwe Kleine-König3-4/+4
2021-05-10staging: mt7621-dts: properly organize pcie nodeSergio Paracuellos1-9/+7
2021-05-10staging: mt7621-dts: use 'interrupt-map' and 'interrupt-map-mask'Sergio Paracuellos1-4/+14
2021-05-10staging: mt7621-pci: remove two blank linesSergio Paracuellos1-2/+0
2021-05-10staging: mt7621-pci: avoid custom 'map_irq' functionSergio Paracuellos1-88/+0
2021-05-10staging: mt7621-pci: directly return 'mt7621_pcie_register_host'Sergio Paracuellos1-7/+1
2021-05-10staging: mt7621-pci: replace mdelay with msleepSergio Paracuellos1-2/+2
2021-05-10staging: mt7621-pci: group io resource assignments all togetherSergio Paracuellos1-2/+2
2021-05-10staging: mt7621-pci: remove some not needed includesSergio Paracuellos1-5/+0
2021-05-10staging: mt7621-pci: avoid to set gpio mode in driverSergio Paracuellos1-7/+0
2021-05-10staging: mt7621-pci: make use of kernel clock apisSergio Paracuellos1-18/+26
2021-05-10staging: rtl8723bs: use in-kernel aes encryptionFabio Aiuto1-207/+5
2021-05-10staging: rtl8723bs: use in-kernel aes encryption in OMAC1 routinesFabio Aiuto1-105/+9
2021-05-10staging: rtl8723bs: align argument position in a new lineFabio Aiuto1-1/+1
2021-05-10staging: fbtft: Update TODOAndy Shevchenko1-5/+0
2021-05-10staging: fbtft: Replace custom ->reset() with generic oneAndy Shevchenko1-14/+0
2021-05-10staging: fbtft: Add support for orientation on Himax HX8347dAndy Shevchenko1-3/+26
2021-05-10staging: fbtft: Don't spam logs when probe is deferredAndy Shevchenko1-8/+4
2021-05-10staging: fbtft: Rectify GPIO handlingAndy Shevchenko17-60/+25