summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | staging: rtl8723bs: Fix line over 80 charactersJavier F. Arias2019-11-071-1/+2
| * | | | | staging: mt7621-dma: align to match open parenthesisJules Irenge2019-11-071-3/+4
| * | | | | staging: rtl8723bs: hal: Remove unnecessary typecast in kfree.Nachammai Karuppiah2019-11-051-1/+1
| * | | | | staging: wilc1000: use defines for msg types received from firmwareAjay Singh2019-11-051-11/+9
| * | | | | staging: wilc1000: added proper spacing for commentsAjay Singh2019-11-055-12/+21
| * | | | | staging: wilc1000: avoid use of C++ style commentsAjay Singh2019-11-051-1/+1
| * | | | | staging: wilc1000: added 'WILC_' prefix in header guard macroAjay Singh2019-11-053-6/+6
| * | | | | staging: wilc1000: remove 'wilc_' prefix from filenamesAjay Singh2019-11-0515-24/+24
| * | | | | staging: wilc1000: avoid 'bool' datatype in struct sent to firmwareAjay Singh2019-11-051-2/+4
| * | | | | staging: rtl8723bs: Fix lines over 80 charactersJavier F. Arias2019-11-051-6/+12
| * | | | | staging: rtl8723bs: os_dep: Remove unnecessary variable used in return statementNachammai Karuppiah2019-11-051-8/+2
| * | | | | staging: rtl8192e: fix potential use after freePan Bian2019-11-051-2/+3
| * | | | | staging: wfx: Remove local variable used only in return statement.Nachammai Karuppiah2019-11-051-4/+1
| * | | | | staging: wfx: replace 1 by trueJules Irenge2019-11-052-2/+2
| * | | | | staging: wfx: replace 0 by NULLJules Irenge2019-11-051-1/+1
| * | | | | staging: qlge: Avoid NULL comparisonNachammai Karuppiah2019-11-052-11/+11
| * | | | | staging: exfat: Ensure we unlock upon error in ffsReadFileDavidlohr Bueso2019-11-031-2/+4
| * | | | | staging: rtl8723bs: Remove unnecessary parenthesesJavier F. Arias2019-11-031-31/+31
| * | | | | staging: wfx: Fix a memory leak in 'wfx_upload_beacon'Christophe JAILLET2019-11-031-2/+1
| * | | | | staging: exfat: Fix logical operation continuationFrank A. Cancio Bello2019-11-031-4/+4
| * | | | | staging: exfat: Fix parameter alignment issuesFrank A. Cancio Bello2019-11-031-2/+3
| * | | | | staging: axis-fifo: remove unused pointer to memory resourceQuentin Deslandes2019-11-031-7/+4
| * | | | | staging: axis-fifo: request resources using managed functionsQuentin Deslandes2019-11-031-32/+13
| * | | | | staging: axis-fifo: avoid parsing ignored device tree propertiesQuentin Deslandes2019-11-032-191/+74
| * | | | | staging: vt6655: Fix long linesFrank A. Cancio Bello2019-11-032-3/+6
| * | | | | staging: vt6655: Fix open ended linesFrank A. Cancio Bello2019-11-032-22/+7
| * | | | | staging: vt6655: Fix the spacing around operatorsFrank A. Cancio Bello2019-11-032-5/+5
| * | | | | staging: vt6655: Fix parameter alignment issuesFrank A. Cancio Bello2019-11-033-4/+5
| * | | | | drivers/staging/exfat: Replace more binary semaphores with mutexesDavidlohr Bueso2019-11-021-24/+24
| * | | | | staging: vc04_services: Remove enum typedefs in vchiJamal Shareef2019-11-025-49/+43
| * | | | | staging: vc04_services: Remove unused structsJamal Shareef2019-11-021-6/+0
| * | | | | staging: rts5208: Eliminate the use of Camel Case in file sd.hGabriela Bittencourt2019-11-011-1/+1
| * | | | | staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}Gabriela Bittencourt2019-11-012-7/+7
| * | | | | staging: rts5208: Eliminate the use of Camel Case in files ms.{h, c}Gabriela Bittencourt2019-11-012-78/+78
| * | | | | staging: exfat: replace kmalloc with kmalloc_arrayRoi Martin2019-11-011-4/+4
| * | | | | drivers/staging/exfat: Replace binary semaphores for mutexesDavidlohr Bueso2019-11-012-43/+43
| * | | | | Merge tag 'iio-for-5.5b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2019-11-011-0/+4
| |\ \ \ \ \
| | * | | | | staging: iio: ad9834: add a check for devm_clk_getChuhong Yuan2019-10-181-0/+4
| * | | | | | staging: exfat: avoid multiple assignmentsRoi Martin2019-10-302-20/+73
| * | | | | | staging: exfat: replace printk(KERN_INFO ...) with pr_info()Roi Martin2019-10-301-1/+1
| * | | | | | staging: exfat: remove unnecessary new line in if conditionRoi Martin2019-10-301-2/+1
| * | | | | | staging: exfat: make alignment match open parenthesisRoi Martin2019-10-301-6/+6
| * | | | | | staging: exfat: remove unnecessary parenthesesRoi Martin2019-10-302-34/+34
| * | | | | | staging: KPC2000: kpc2000_spi.c: Fix style issues (Unnecessary parenthesis)Chandra Annamaneni2019-10-301-1/+1
| * | | | | | staging: KPC2000: kpc2000_spi.c: Fix style issues (alignment)Chandra Annamaneni2019-10-301-7/+7
| * | | | | | staging: KPC2000: kpc2000_spi.c: Fix style issues (misaligned brace)Chandra Annamaneni2019-10-301-2/+1
| * | | | | | staging: KPC2000: kpc2000_spi.c: Fix style issues (missing blank line)Chandra Annamaneni2019-10-301-0/+1
| * | | | | | staging: vt6655: Fix lines ending with parenthesesCristiane Naves2019-10-301-16/+8
| * | | | | | staging: sm750fb: Replace multiple spaces with tabs when it suitsGabriela Bittencourt2019-10-301-10/+10
| * | | | | | staging: sm750fb: Fix typo in commentGabriela Bittencourt2019-10-301-1/+1