summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2018-01-15staging: nvec: add SPDX identifier.Greg Kroah-Hartman7-0/+7
2018-01-15staging: speakup: remove redundant license textGreg Kroah-Hartman20-200/+0
2018-01-15staging: speakup: add SPDX identifier.Greg Kroah-Hartman27-0/+27
2018-01-15staging: vc04_services: bcm2835-camera: remove redundant license textGreg Kroah-Hartman12-48/+0
2018-01-15staging: vc04_services: bcm2835-camera: add SPDX identifiersGreg Kroah-Hartman12-0/+12
2018-01-15staging: vc04_services: bcm2835-audio: remove redundant license textGreg Kroah-Hartman6-78/+6
2018-01-15staging: vc04_services: bcm2835-audio: add SPDX identifiersGreg Kroah-Hartman6-0/+6
2018-01-15staging: typec: remove redundant license textGreg Kroah-Hartman2-20/+0
2018-01-15staging: typec: add SPDX identifier.Greg Kroah-Hartman2-0/+2
2018-01-15staging: vme: vme_user.c: remove redundant license textGreg Kroah-Hartman1-6/+0
2018-01-15staging: vme: vme_user: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2018-01-15staging: lustre: Align backslashes in multi-line macrosFabian Huegel1-83/+83
2018-01-15staging: lustre: Fix overlong linesFabian Huegel1-4/+10
2018-01-15staging: lustre: Add identifier names to function declarationsFabian Huegel1-10/+12
2018-01-15staging: lustre: Remove DECLARE_LU_VARS macroFabian Huegel1-8/+8
2018-01-15staging: lustre: Enclose complex macros in do-while loopsFabian Huegel1-4/+12
2018-01-15staging: xgifb: vb_table: fix whitespacing issuesKenny Ballou1-2/+2
2018-01-15staging: wilc1000: removed enum typedef BUS_RELEASE_TAjay Singh2-3/+3
2018-01-15staging: wilc1000: removed enum typedef BUS_ACQUIRE_TAjay Singh2-3/+3
2018-01-15staging: wilc1000: removed enum typedef CHIP_PS_STATE_TAjay Singh2-3/+3
2018-01-15staging: wilc1000: removed enums typedef for BEACON_IE & TX_RATE_TAjay Singh1-4/+4
2018-01-15staging: wilc1000: remove unnecessary typedef enum G_OPERATING_MODE_TAjay Singh1-2/+2
2018-01-15staging: wilc1000: removed typedef from enum BSSTYPE_TAjay Singh2-3/+3
2018-01-15staging: ccree: fix memory leaks in cc_ivgen_initColin Ian King1-2/+2
2018-01-15staging: ccree: remove redundant dev_err call in init_cc_resources()Wei Yongjun1-3/+1
2018-01-15staging: ccree: don't break lines unnecessarilyDan Carpenter7-23/+12
2018-01-15staging: lustre: libcfs: remove workitem code.NeilBrown5-582/+2
2018-01-15staging: lustre: lnet: convert selftest to use workqueuesNeilBrown4-82/+68
2018-01-10staging: pi433: Cleanup codestyle, indent statements after case labelsMichael Panzlaff1-79/+158
2018-01-10staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-10staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-10staging: fbtft: Fix indentationLuis Gerhorst1-2/+2
2018-01-10staging: rts5208: sd: fix misspelled constantSumit Pundir1-1/+1
2018-01-09staging: rtl8723bs: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-09ncpfs: remove redundant cast of struct ncp_inode_infoColin Ian King1-1/+2
2018-01-09staging: pi433: align function parameters with open parenthesisValentin Vidic1-5/+5
2018-01-09staging: ccree: dma mask is type u64Gilad Ben-Yossef1-2/+2
2018-01-09staging: ccree: make stub function static inlineGilad Ben-Yossef1-4/+4
2018-01-09staging: ccree: add missing includeGilad Ben-Yossef1-0/+1
2018-01-09staging: ccree: remove unneeded includesGilad Ben-Yossef8-58/+0
2018-01-09staging: ccree: use a consistent file naming conventionGilad Ben-Yossef25-69/+69
2018-01-09staging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros.NeilBrown1-51/+0
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown10-110/+88
2018-01-09staging: lustre: opencode LIBCFS_ALLOC_ATOMIC calls.NeilBrown1-4/+3
2018-01-09staging: lustre: cfs_percpt_alloc: use kvmalloc(GFP_KERNEL)NeilBrown1-3/+3
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown2-3/+3
2018-01-09staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown1-3/+2
2018-01-09staging: lustre: more conversions to GFP_KERNEL allocations.NeilBrown6-48/+40
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown4-30/+23
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown4-38/+26