summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2019-10-28staging: rtl8712: Fix Alignment of open parenthesisCristiane Naves1-18/+18
2019-10-28staging: mt7621-dma: Remove unnecessary line continuationsFrank A. Cancio Bello1-5/+5
2019-10-28staging: octeon-usb: Fix line ending with a '('Frank A. Cancio Bello1-2/+1
2019-10-28staging: rtl8188eu: replace tabs with spaces - styleMichael Straube1-2/+2
2019-10-28staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfoMichael Straube1-5/+2
2019-10-28staging: rtl8188eu: reduce indentation level in _rtw_free_sta_privMichael Straube1-22/+21
2019-10-28staging: rtl8188eu: remove exit label from rtw_alloc_stainfoMichael Straube1-4/+2
2019-10-27Merge 5.4-rc5 into staging-nextGreg Kroah-Hartman1-4/+2
2019-10-27staging: rtl8712: Remove lines before a close braceCristiane Naves1-2/+0
2019-10-27staging: fieldbus: anybuss: use devm_platform_ioremap_resource helperCristiane Naves1-6/+2
2019-10-27staging: media: allegro-dvt: remove bool comparisonCristiane Naves1-1/+1
2019-10-27staging: octeon: Remove unneeded variableCristiane Naves1-3/+1
2019-10-27staging: gasket: Fix lines ending with a '('Cristiane Naves1-2/+2
2019-10-26Staging: qlge: Rewrite two while loops as simple for loopsSamuil Ivanov1-6/+4
2019-10-26drivers/staging/fbtft/fb_seps525: New driver for SEPS525 (Syncoam) LCD Contro...Michael Hennerich3-0/+221
2019-10-26staging: wlan-ng: remove unused field from struct hfa384x_usbctlxTim Collier1-2/+0
2019-10-26staging: wlan-ng: fix compilation for USB debuggingTim Collier1-2/+0
2019-10-26staging: wlan-ng: correct parameter alignment in hfa384x.hTim Collier1-1/+1
2019-10-26staging: wlan-ng: shorten lines over 80 characters in hfa384x.hTim Collier1-4/+10
2019-10-26staging: wlan-ng: remove unnecessary casts from prism2usb.cTim Collier1-3/+3
2019-10-26staging: rtl8188eu: reduce indentation level in rtw_alloc_stainfoMichael Straube1-50/+51
2019-10-26staging: rtl8188eu: cleanup long lines in rtw_sta_mgt.cMichael Straube1-5/+10
2019-10-26staging: rtl8188eu: remove ternary operatorMichael Straube1-2/+2
2019-10-26staging: rtl8188eu: convert rtw_access_ctrl to return boolMichael Straube2-4/+4
2019-10-26staging: rtl8188eu: rename array bcast_addrMichael Straube1-2/+2
2019-10-26staging: rtl8188eu: convert unsigned char array to u8Michael Straube1-1/+1
2019-10-26staging: rtl8188eu: cleanup comments in rtw_sta_mgt.cMichael Straube1-5/+10
2019-10-26staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge3-8/+10
2019-10-26staging: wfx: correct misspelled wordsJules Irenge1-2/+2
2019-10-26staging: wfx: fix warnings of logical continuationJules Irenge1-7/+7
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge6-49/+102
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge6-24/+24
2019-10-26staging: wfx: fix number of available tx_policiesJérôme Pouiller1-1/+1
2019-10-26staging: wfx: fix setting MAC address from DTJérôme Pouiller1-1/+2
2019-10-26staging: wfx: fix Oops when CONFIG_OF_NET is not setJérôme Pouiller1-1/+1
2019-10-26staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=yJérôme Pouiller1-0/+1
2019-10-26staging: wfx: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller3-29/+10
2019-10-26staging: wfx: drop module versionJérôme Pouiller3-10/+0
2019-10-26staging: rtl8723bs: Change tabs for spacesJavier F. Arias1-3/+3
2019-10-26staging: rtl8723bs: Fix function call formatJavier F. Arias1-10/+5
2019-10-26staging: rtl8723bs: Fix indentation warningsJavier F. Arias1-2/+2
2019-10-26staging: rtl8723bs: Remove commented codeJavier F. Arias1-47/+9
2019-10-26staging: rtl8723bs: Add spaces between operatorsJavier F. Arias1-18/+18
2019-10-26staging: rtl8723bs: Fix lines over 80 charactersJavier F. Arias1-9/+31
2019-10-26staging: rtl8723bs: Replace string with identifierJavier F. Arias1-11/+11
2019-10-24staging: wilc1000: handle mgmt frames for both interfaces during concurrent modeAjay Singh2-8/+5
2019-10-24staging: wilc1000: potential corruption in wilc_parse_join_bss_param()Dan Carpenter1-0/+2
2019-10-24staging: wilc1000: store bss object and use cfg80211_connect_bss()Adham Abozaeid2-6/+15
2019-10-24staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube2-31/+11
2019-10-24staging: fbtft: Fix duplicate arguments to bitwise ANDJamal Shareef1-11/+11