aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorchipset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: unisys: visorbus: address theoretical int overflowsTim Sell1-3/+4
2017-11-28staging: unisys: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: unisys: add SPDX identifiers to all unisys driver filesGreg Kroah-Hartman1-0/+1
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-2/+2
2017-09-28staging: unisys: visorbus: Fix extraneous parenthesisDavid Kershner1-2/+2
2017-09-28staging: unisys: visorbus: fix line over 80 characters checkpatch warningSameer Wadgaonkar1-2/+4
2017-09-28staging: unisys: visorbus: simplify visorchannel_create_gutsSameer Wadgaonkar1-7/+8
2017-09-28staging: unisys: visorbus: clean up parameter formattingDavid Kershner1-9/+8
2017-09-28staging: unisys: visorbus: shrink name of POLLJIFFIES_CONTROLVMCHANNEL_XXXDavid Kershner1-12/+8
2017-09-28staging: unisys: visorbus: visorchipset.c: Remove useless initializationsDavid Kershner1-8/+8
2017-09-28staging: unisys: remove visorbus_type externDavid Kershner1-35/+0
2017-09-28staging: unisys: visorbus: keep the success path on the left sideDavid Kershner1-4/+3
2017-09-28staging: unisys: visorbus: visorchipset: clean up blank lines in visorchipsetDavid Kershner1-95/+3
2017-09-28staging: unisys: visorbus: NULL pending_msg_hdr not an errorDavid Kershner1-7/+6
2017-09-28staging: unisys: visorbus: fix alignment of paranethesisDavid Kershner1-5/+4
2017-09-28staging: unisys; visorbus: visorchipset.c: remove extraneous newlineDavid Kershner1-19/+12
2017-09-28staging: unisys: visorbus: clean up parser_string_get functionDavid Kershner1-20/+4
2017-09-28staging: unisys: visorbus: don't need local variable cmdDavid Kershner1-2/+1
2017-09-28staging: unisys: visorbus: simplify commenting in controlvm_initDavid Kershner1-6/+2
2017-09-18staging: unisys/visorbus: add __init/__exit annotationsArnd Bergmann1-2/+2
2017-08-31staging: unisys: change pr_err to dev_err in visor_check_channelSameer Wadgaonkar1-0/+1
2017-08-31staging: unisys: visorbus: Fix up GUID definitionDavid Kershner1-3/+2
2017-08-31staging: unisys: Use size of channel defined in the channel.David Kershner1-5/+1
2017-08-31staging: unisys: visorbus: use all 80 characters for multi-line messagesDavid Kershner1-19/+16
2017-08-31staging: unisys: visorchipset: Shorten parser_init_byte_stream.David Kershner1-4/+3
2017-08-31staging: unisys: visorbus: Move parser functions location in file.David Kershner1-58/+58
2017-08-31staging: unisys: visorbus: remove uneeded initializationsDavid Kershner1-2/+2
2017-08-31staging: unisys: visorbus: Remove useless else clause in visorutil_spar_detect.David Kershner1-2/+1
2017-08-31staging: unisys: Change data to point to visor_controlvm_parameters_header.David Kershner1-14/+9
2017-08-31staging: unisys: visorbus: Split else if blocks into multiple if.David Kershner1-2/+4
2017-08-31staging: unisys: visorbus: Remove check for valid parm_addr.David Kershner1-1/+1
2017-08-31staging: unisys: visorbus: Remove useless initialization.David Kershner1-3/+0
2017-08-31staging: unisys: visorbus: Remove useless comment.David Kershner1-2/+0
2017-08-31staging: unisys: visorbus: Consolidate controlvm channel creation.David Kershner1-30/+17
2017-08-31staging: unisys: visorbus: Use __func__ instead of name.David Kershner1-1/+1
2017-08-31staging: unisys: visorbus: Clean up vmcall address function.David Kershner1-16/+11
2017-08-31staging: unisys: visorbus: visorchipset.c: Fix bug in parser_init_byte_stream.Sameer Wadgaonkar1-1/+1
2017-08-22staging: unisys: visorbus: Get rid of passthrough function visorchipset_device_destroySameer Wadgaonkar1-1/+1
2017-08-22staging: unisys: visorbus: Get rid of passthrough function visorchipset_device_createSameer Wadgaonkar1-2/+2
2017-08-22staging: unisys: visorbus: Get rid of passthrough function visorchipset_bus_destroySameer Wadgaonkar1-2/+2
2017-08-22staging: unisys: visorbus: visorchipset.c: Fix SonarQube sprintf findingsDavid Binder1-2/+2
2017-08-22staging: unisys: visorbus: Get rid of passthrough function visorchipset_bus_createDavid Kershner1-3/+2
2017-08-22staging: unisys: reference bus_no and dev_no directlyDavid Kershner1-4/+2
2017-08-22staging: unisys: don't copy to local variableDavid Kershner1-4/+2
2017-08-22staging: unisys: Move SIOVM guid to visorbusDavid Kershner1-0/+5
2017-08-22staging: unisys: visorbus: Remove unnecessary includes for visorchipset.cDavid Kershner1-2/+0
2017-08-22staging: unisys: visorbus: merging the visorbus_device_pause_response and visorbus_device_resume_response functions into one.Sameer Wadgaonkar1-15/+4
2017-08-22staging: unisys: visorbus: merging the visorbus_*_response functions into one.Sameer Wadgaonkar1-38/+3
2017-08-22staging: unisys: visorbus: Remove unnecessary commentsDavid Binder1-12/+1
2017-08-22staging: unisys: visorbus: Merge vmcallinterface.h into visorchipset.cDavid Binder1-1/+41