summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus
Commit message (Expand)AuthorAgeFilesLines
* drivers: visorbus: move driver out of stagingDavid Kershner2017-12-088-4175/+0
* staging: unisys: move dependencies from UNISYSSPAR to VISORBUSDavid Kershner2017-12-061-0/+1
* staging: unisys: combine visorchannel.h and visorbus.hDavid Kershner2017-12-062-2/+2
* staging: unisys: visorbus: address theoretical int overflowsTim Sell2017-11-281-3/+4
* staging: unisys: Remove redundant license textGreg Kroah-Hartman2017-11-286-60/+0
* staging: unisys: add SPDX identifiers to all unisys driver filesGreg Kroah-Hartman2017-11-286-0/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-136-447/+226
|\
| * staging: unisys: don't care about debugfs errorsgregkh@linuxfoundation.org2017-11-031-2/+0
| * Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-2/+2
| |\
| * | staging: unisys: visorbus: Fix extraneous parenthesisDavid Kershner2017-09-282-4/+4
| * | staging: unisys: visorbus: fix comments in vbuschannel.hSameer Wadgaonkar2017-09-281-5/+4
| * | staging: unisys: visorbus: fix line over 80 characters checkpatch warningSameer Wadgaonkar2017-09-281-2/+4
| * | staging: unisys: visorbus: simplify visorchannel_create_gutsSameer Wadgaonkar2017-09-283-28/+14
| * | staging: unisys: check the whole channel instead of just guid for matchSameer Wadgaonkar2017-09-281-1/+10
| * | staging: unisys: include: Rename channel.h to visorchannel.hDavid Binder2017-09-282-2/+2
| * | staging: unisys: visorbus: clean up parameter formattingDavid Kershner2017-09-282-10/+9
| * | staging: unisys: visorbus: shrink name of POLLJIFFIES_CONTROLVMCHANNEL_XXXDavid Kershner2017-09-281-12/+8
| * | staging: unisys: visorbus: visorchipset.c: Remove useless initializationsDavid Kershner2017-09-281-8/+8
| * | staging: unisys: remove visorbus_type externDavid Kershner2017-09-283-36/+38
| * | staging: unisys: visorbus: keep the success path on the left sideDavid Kershner2017-09-281-4/+3
| * | staging: unisys: visorbus: vbuschannel doesn't use ctypesDavid Kershner2017-09-283-1/+2
| * | staging: unisys: only include a file where it is used.David Kershner2017-09-282-0/+3
| * | staging: unisys: visorbus: to_visor_device/to_visor_driver move upDavid Kershner2017-09-281-10/+4
| * | staging: unisys: visorbus: visorbus_main.c: remove blank linesDavid Kershner2017-09-281-41/+3
| * | staging: unisys: visorbus: visorchipset: clean up blank lines in visorchipsetDavid Kershner2017-09-281-95/+3
| * | staging: unisys: visorbus: fix newlines for visorchannelDavid Kershner2017-09-281-27/+1
| * | 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/+9
| * | staging: unisys: shrink the name of a variableDavid Kershner2017-09-281-11/+9
| * | 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/+4
| * | 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/+6
| * | staging: unisys: visorbus: use guid_is_equal instead of memcmpDavid Kershner2017-09-281-3/+2
| * | staging: unisys: visorbus: visorbus_main.c: cleanup and consolidate commentsDavid Kershner2017-09-281-25/+19
| * | staging: unisys: visorbus: visorbus_private.h remove extra blank linesDavid Kershner2017-09-281-2/+0
| * | staging: unisys: visorbus: fix alignment of paranethesisDavid Kershner2017-09-281-5/+4
| * | staging: unisys; visorbus: visorchipset.c: remove extraneous newlineDavid Kershner2017-09-281-19/+12
| * | staging: unisys: visorbus: visorchannel: use 80 characters for commentsDavid Kershner2017-09-281-18/+17
| * | staging: unisys: visorbus: clean up parser_string_get functionDavid Kershner2017-09-281-20/+4
| * | staging: unisys: visorbus: don't need local variable cmdDavid Kershner2017-09-281-2/+1
| * | staging: unisys: visorbus: simplify commenting in controlvm_initDavid Kershner2017-09-281-6/+2
* | | 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
|/
* 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-312-15/+19
OpenPOWER on IntegriCloud