summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
Commit message (Expand)AuthorAgeFilesLines
...
| * | staging: unisys: include: Remove unnecessary macro to generate signatureDavid Binder2017-09-281-3/+1Star
| * | staging: unisys: include: Rename channel.h to visorchannel.hDavid Binder2017-09-285-7/+7
| * | staging: unisys: visorbus: clean up parameter formattingDavid Kershner2017-09-282-10/+9Star
| * | staging: unisys: visorbus: shrink name of POLLJIFFIES_CONTROLVMCHANNEL_XXXDavid Kershner2017-09-281-12/+8Star
| * | staging: unisys: visorbus: visorchipset.c: Remove useless initializationsDavid Kershner2017-09-281-8/+8
| * | staging: unisys: remove visorbus_type externDavid Kershner2017-09-284-38/+38
| * | staging: unisys: visorbus: keep the success path on the left sideDavid Kershner2017-09-281-4/+3Star
| * | staging: unisys: include: consolidate a commentDavid Kershner2017-09-281-4/+3Star
| * | staging: unisys: include: remove signature_32David Kershner2017-09-281-3/+2Star
| * | staging: unisys: include: reorder to avoid forward declarationDavid Kershner2017-09-281-62/+63
| * | staging: unisys: visorbus: vbuschannel doesn't use ctypesDavid Kershner2017-09-283-1/+2
| * | staging: unisys: include: remove io.h from channel.hDavid Kershner2017-09-281-1/+0Star
| * | staging: unisys: only include a file where it is used.David Kershner2017-09-286-2/+6
| * | staging: unisys: visorbus: to_visor_device/to_visor_driver move upDavid Kershner2017-09-281-10/+4Star
| * | staging: unisys: visorbus: visorbus_main.c: remove blank linesDavid Kershner2017-09-281-41/+3Star
| * | staging: unisys: visorbus: visorchipset: clean up blank lines in visorchipsetDavid Kershner2017-09-281-95/+3Star
| * | staging: unisys: visorbus: fix newlines for visorchannelDavid Kershner2017-09-281-27/+1Star
| * | staging: unisys: visorbus: Remove unneeded initializationDavid Kershner2017-09-281-1/+1
| * | staging: unisys: visorbus: simplify debugfs print statmentDavid Kershner2017-09-281-1/+1
| * | staging: unisys: visorbus: clean up formatting of function definitionsDavid Kershner2017-09-281-18/+9Star
| * | staging: unisys: shrink the name of a variableDavid Kershner2017-09-282-12/+10Star
| * | staging: unisys: visorbus: keep the success path on the leftDavid Kershner2017-09-281-7/+9
| * | staging: unisys: visorbus: clean up initializationsDavid Kershner2017-09-281-7/+7
| * | staging: unisys; visorbus: visorbus_main.c: remove extraneous newlineDavid Kershner2017-09-281-8/+4Star
| * | staging: unisys: fix up device_destroyDavid Kershner2017-09-281-2/+3
| * | staging: unisys: visorbus: NULL pending_msg_hdr not an errorDavid Kershner2017-09-282-8/+8
| * | staging: unisys: visorbus: don't put code in declaration.David Kershner2017-09-281-8/+6Star
| * | staging: unisys: visorbus: use guid_is_equal instead of memcmpDavid Kershner2017-09-281-3/+2Star
| * | staging: unisys: visorbus: visorbus_main.c: cleanup and consolidate commentsDavid Kershner2017-09-281-25/+19Star
| * | staging: unisys: visorbus: visorbus_private.h remove extra blank linesDavid Kershner2017-09-281-2/+0Star
| * | staging: unisys: visorbus: fix alignment of paranethesisDavid Kershner2017-09-281-5/+4Star
| * | staging: unisys; visorbus: visorchipset.c: remove extraneous newlineDavid Kershner2017-09-281-19/+12Star
| * | staging: unisys: visorbus: visorchannel: use 80 characters for commentsDavid Kershner2017-09-281-18/+17Star
| * | staging: unisys: visorbus: clean up parser_string_get functionDavid Kershner2017-09-281-20/+4Star
| * | staging: unisys: visorbus: don't need local variable cmdDavid Kershner2017-09-281-2/+1Star
| * | staging: unisys: visorbus: simplify commenting in controlvm_initDavid Kershner2017-09-281-6/+2Star
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | staging: unisys/visorbus: add __init/__exit annotationsArnd Bergmann2017-09-181-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-081-72/+54Star
|\
| * scsi: visorhba: sanitze private device data allocationHannes Reinecke2017-08-251-70/+53Star
* | staging: unisys: visorbus: make two functions staticColin Ian King2017-09-011-3/+3
* | staging: unisys: change pr_err to dev_err in visor_check_channelSameer Wadgaonkar2017-08-313-18/+23
* | staging: unisys: visorbus: remove EXPORT_SYMBOL_GPL for visor_check_channelSameer Wadgaonkar2017-08-311-1/+0Star
* | staging: unisys: visorbus: Fix up GUID definitionDavid Kershner2017-08-311-3/+2Star
* | staging: unisys: visorbus: just check for GUIDDavid Kershner2017-08-311-3/+1Star
* | staging: unisys: Use size of channel defined in the channel.David Kershner2017-08-313-50/+22Star
* | staging: unisys: visornic: Remove unnecessary return valuesDavid Binder2017-08-311-10/+3Star
* | staging: unisys: visorbus: use all 80 characters for multi-line messagesDavid Kershner2017-08-311-19/+16Star
* | staging: unisys: visorchipset: Shorten parser_init_byte_stream.David Kershner2017-08-311-4/+3Star
* | staging: unisys: visorbus: Move parser functions location in file.David Kershner2017-08-311-58/+58