aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-06staging: staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.Valerio Genovese1-1/+1
2019-06-06staging: most: trivial: fix a couple of typosGeorge G. Davis2-12/+12
2019-06-06staging: rtl8712: Replace function r8712_free_network_queueNishka Dasgupta1-6/+1
2019-06-06staging: rtl8188eu: core: Remove initialisation of return variableNishka Dasgupta1-1/+1
2019-06-06staging: rtl8723bs: hal: fix error "do not initialise globals to 0"Hariprasad Kelam1-2/+2
2019-06-06staging: kpc2000: fix incorrect code comment in core.cSimon Sandström1-1/+1
2019-06-06staging: kpc2000: use sizeof(var) in kzalloc callSimon Sandström1-1/+1
2019-06-06staging: kpc2000: remove unnecessary include in core.cSimon Sandström1-1/+0
2019-06-06staging: kpc2000: use __func__ in debug messages in core.cSimon Sandström1-5/+5
2019-06-06staging: kpc2000: remove unnecessary oom message in core.cSimon Sandström1-4/+1
2019-06-06staging: kpc2000: remove unnecessary parentheses in core.cSimon Sandström1-3/+3
2019-06-06staging: kpc2000: simplify comparisons to NULL in core.cSimon Sandström1-6/+6
2019-06-03staging: rtl8188eu: remove ODM_PhyStatusQuery() wrapperMichael Straube1-12/+3
2019-06-03staging: vt6655: Change return type of function and remove variableNishka Dasgupta2-7/+3
2019-06-03staging: rtl8188eu: remove unused definitions from ieee80211.hMichael Straube1-5/+0
2019-06-03staging: rtl8188eu: remove redundant definition of ETH_ALENMichael Straube1-1/+0
2019-06-03staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O spaceGeordan Neukum1-1/+2
2019-06-03staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()Geordan Neukum1-14/+0
2019-06-03staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi structGeordan Neukum1-1/+0
2019-06-03staging: kpc2000: kpc_spi: column-align switch and subordinate casesGeordan Neukum1-7/+7
2019-06-03staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlinesGeordan Neukum1-13/+0
2019-06-03staging: rtl8712: Replace function r8712_init_mlme_privNishka Dasgupta1-6/+1
2019-06-03staging: rtl8712: ieee80211.c: Remove leading p from variable namesNishka Dasgupta1-25/+25
2019-06-03staging: vc04_services: remove redundant assignment to pointer serviceColin Ian King1-3/+1
2019-06-03staging: kpc2000: removed misc device.Jeremy Sowden2-127/+2
2019-06-03staging: kpc2000: export more device attributes via sysfs.Jeremy Sowden1-0/+57
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman9-8/+25
2019-05-31Merge tag 'staging-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-8/+23
2019-05-30staging: mt7621-dma: sizeof via pointer dereferenceBenjamin Sherman1-1/+1
2019-05-30staging: rtl8723bs: core: fix warning Comparison to NULLHariprasad Kelam1-27/+27
2019-05-30staging: rtl8712: Remove initialisationsNishka Dasgupta1-8/+6
2019-05-30staging: rtl8712: Remove return variable of different typeNishka Dasgupta1-2/+2
2019-05-30staging: rts5208: Remove negationsNishka Dasgupta1-10/+10
2019-05-30staging: octeon-usb: Remove return variableNishka Dasgupta1-2/+1
2019-05-30Staging: rtl8723bs: hal: fix warning possible condition with no effect (if == else)Hariprasad Kelam1-7/+2
2019-05-30staging: rtl8723bs: hal: Remove set but not used variable 'no_res' and 'phal'YueHaibing1-4/+1
2019-05-30staging: rtl8723bs: core: rtw_ap: fix Unneeded variable: "ret". Return "0"Hariprasad Kelam4-12/+8
2019-05-30staging/gasket: Fix string splitTianzheng Li3-14/+9
2019-05-30staging: ks7010: Remove initialisation in ks7010_sdio.cNishka Dasgupta1-1/+1
2019-05-30staging: ks7010: Merge multiple return variables in ks_hostif.cNishka Dasgupta1-4/+3
2019-05-30staging: ks7010: Remove initialisation in ks_hostif.cNishka Dasgupta1-1/+1
2019-05-30staging: kpc2000: replace bogus variable name in core.cSimon Sandström1-13/+13
2019-05-30staging: kpc2000: remove extra spaces in core.cSimon Sandström1-2/+2
2019-05-30staging: kpc2000: remove extra blank line in core.cSimon Sandström1-1/+0
2019-05-30staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O spaceGeordan Neukum1-1/+3
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to map I/O spaceGeordan Neukum1-0/+2
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resourceGeordan Neukum1-0/+3
2019-05-30staging: kpc2000: kpc_i2c: Use drvdata instead of platform_dataGeordan Neukum1-2/+2
2019-05-30staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlinesGeordan Neukum1-5/+0
2019-05-30staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shiftingGeordan Neukum1-5/+5