summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-06-07staging: unisys: visornic: remove extraneous error checkDavid Binder1-3/+1
2016-06-07staging: unisys: visornic: check for error instead of successDavid Binder1-2/+4
2016-06-07staging: unisys: visorhba: return 0 literalDavid Binder1-1/+1
2016-06-07staging: unisys: visornic: cleanup error handlingDavid Binder1-3/+3
2016-06-07staging: unisys: visornic: simplify visornic if statementsDavid Binder1-19/+22
2016-06-07staging: unisys: visorhba: visorhbas_open[] no longer used, so deletedTim Sell1-11/+1
2016-06-07staging: unisys: visorhba: simplify and enhance debugfs interfaceTim Sell1-71/+65
2016-06-07staging: unisys: visorhba: remove unused (and broken) logicTim Sell1-74/+4
2016-06-07staging: unisys: visorhba: correct scsi task mgmt completion handlingTim Sell1-27/+111
2016-06-07staging: unisys: visorhba: delete processing of vdiskmgmt commandsTim Sell1-22/+0
2016-06-07staging: ks7010: cleanup file headersWolfram Sang10-52/+19
2016-06-07staging: ks7010: drop counting sd errorsWolfram Sang2-16/+6
2016-06-07staging: ks7010: simplify module_init/exitWolfram Sang1-24/+1
2016-06-07staging: ks7010: adapt to new trans_start handlingWolfram Sang1-1/+1
2016-06-07staging: ks7010: fix module annotationsWolfram Sang1-6/+4
2016-06-07staging: ks7010: remove supported card table with one elementWolfram Sang2-31/+2
2016-06-07staging: ks7010: indent ks7010_sdio.cWolfram Sang1-347/+460
2016-06-07staging: ks7010: indent michael_mic.hWolfram Sang1-8/+8
2016-06-07staging: ks7010: indent michael_mic.cWolfram Sang1-22/+21
2016-06-07staging: ks7010: indent ks_wlan_net.cWolfram Sang1-1123/+1531
2016-06-07staging: ks7010: indent ks_wlan_ioctl.hWolfram Sang1-5/+6
2016-06-07staging: ks7010: indent ks_wlan.hWolfram Sang1-125/+121
2016-06-07staging: ks7010: indent ks_hostif.hWolfram Sang1-263/+262
2016-06-07staging: ks7010: indent ks_hostif.cWolfram Sang1-880/+1080
2016-06-07staging: ks7010: indent ks7010_sdio.hWolfram Sang1-34/+30
2016-06-07staging: ks7010: indent ks7010_config.cWolfram Sang1-169/+184
2016-06-07staging: ks7010: indent eap_packet.hWolfram Sang1-25/+24
2016-06-07staging: ks7010: remove unecessary typedefWolfram Sang8-175/+175
2016-06-07staging: ks7010: add example cfg file as a referenceWolfram Sang1-0/+116
2016-06-07staging: ks7010: fix printk format warningsWolfram Sang2-2/+2
2016-06-07staging: ks7010: make loading config file optionalWolfram Sang1-5/+3
2016-06-07staging: ks7010: really iterate over multicast addressesWolfram Sang1-1/+2
2016-06-07staging: ks7010: delete seperate debug headerWolfram Sang6-32/+7
2016-06-07staging: ks7010: use kernel helper to print bufferWolfram Sang4-37/+6
2016-06-07staging: ks7010: use long preamble as defaultWolfram Sang1-2/+2
2016-06-07staging: ks7010: avoid workqueue racesWolfram Sang3-29/+2
2016-06-07staging: ks7010: remove code for old kernel versionsWolfram Sang3-39/+1
2016-06-07staging: ks7010: remove checks for WIRELESS_EXT versionWolfram Sang2-37/+0
2016-06-07staging: ks7010: remove custom firmware loaderWolfram Sang4-123/+1
2016-06-07staging: ks7010: remove non-SDIO code and #ifdefsWolfram Sang4-87/+1
2016-06-07staging: ks7010: add driver from Nanonote extra-repositoryWolfram Sang18-0/+9487
2016-06-07staging: lustre: set function scope with staticTobin C Harding4-14/+14
2016-06-07staging/lustre/osc: Get rid of osc_page_protected()Oleg Drokin1-22/+0
2016-06-07staging/lustre/osc: Remove ops_temp from osc_pageOleg Drokin2-6/+1
2016-06-07staging/lustre/llite: define per open file cache for ll_cl_contextJinshan Xiong5-97/+88
2016-06-07staging/lustre/lov: calculate file offset correctlyJinshan Xiong1-1/+1
2016-06-07staging: lustre: llite: drop acl from cacheJames Simmons1-0/+1
2016-06-07staging: lustre: llite: kzalloc/copy_to_user to memdup_userTobin C Harding1-9/+3
2016-06-07staging/lustre/ptlrpc: Removes potential null dereferenceLidza Louina2-2/+9
2016-06-07staging: lustre: use setup_timer().Muhammad Falak R Wani1-3/+1