summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/visorbus_main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: visorbus: move driver out of stagingDavid Kershner2017-12-081-1234/+0
* staging: unisys: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: unisys: add SPDX identifiers to all unisys driver filesGreg Kroah-Hartman2017-11-281-0/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* staging: unisys: don't care about debugfs errorsgregkh@linuxfoundation.org2017-11-031-2/+0
* staging: unisys: visorbus: Fix extraneous parenthesisDavid Kershner2017-09-281-2/+2
* staging: unisys: check the whole channel instead of just guid for matchSameer Wadgaonkar2017-09-281-1/+10
* staging: unisys: visorbus: clean up parameter formattingDavid Kershner2017-09-281-1/+1
* staging: unisys: remove visorbus_type externDavid Kershner2017-09-281-1/+36
* staging: unisys: visorbus: vbuschannel doesn't use ctypesDavid Kershner2017-09-281-0/+1
* staging: unisys: only include a file where it is used.David Kershner2017-09-281-0/+2
* 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: 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-281-1/+2
* 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: change pr_err to dev_err in visor_check_channelSameer Wadgaonkar2017-08-311-15/+18
* staging: unisys: visorbus: remove EXPORT_SYMBOL_GPL for visor_check_channelSameer Wadgaonkar2017-08-311-1/+0
* staging: unisys: visorbus: just check for GUIDDavid Kershner2017-08-311-3/+1
* staging: unisys: Don't check for null before getting driver device.David Kershner2017-08-311-4/+4
* staging: unisys: visorbus: visorbus_main.c: Fix return values for checks in v...Sameer Wadgaonkar2017-08-311-4/+4
* staging: unisys: use ATTRIBUTE_GROUPS instead of creating our ownDavid Kershner2017-08-221-28/+5
* staging: unisys: visorbus: Get rid of passthrough function visorchipset_devic...Sameer Wadgaonkar2017-08-221-7/+2
* staging: unisys: visorbus: Get rid of passthrough function visorchipset_devic...Sameer Wadgaonkar2017-08-221-15/+3
* staging: unisys: visorbus: Get rid of passthrough function visorchipset_bus_d...Sameer Wadgaonkar2017-08-221-7/+2
* staging: unisys: visorbus: visorbus_main.c: Remove filename in top commentDavid Binder2017-08-221-2/+0
* staging: unisys: visorbus: Get rid of passthrough function visorchipset_bus_c...David Kershner2017-08-221-15/+4
* staging: unisys: visorbus: merging the visorbus_device_pause_response and vis...Sameer Wadgaonkar2017-08-221-2/+4
* staging: unisys: visorbus: merging the visorbus_*_response functions into one.Sameer Wadgaonkar2017-08-221-4/+6
* staging: unisys: Switch to use new generic UUID APIAndy Shevchenko2017-08-221-22/+22
* staging: unisys: visorbus: Constify attribute_group structures.Arvind Yadav2017-07-271-2/+2
* staging: unisys: visorbus: Removed unused define from visorbus_main.cMark Foresta2017-07-181-1/+0
* staging: unisys: visorbus: removed blank line in viorbus_main.cMark Foresta2017-07-181-1/+0
* staging: unisys: visorbus: rename fix_vbus_dev_infoErik Arfvidson2017-07-181-8/+7
* staging: unisys: moved visor_check_channel from include/channel.h to visorbus...Sameer Wadgaonkar2017-07-181-0/+55
* staging: unisys: visorbus: add checks for probe, remove, pause and resume in ...Sameer Wadgaonkar2017-07-181-9/+13
* staging: unisys: visorbus: visorbus_main.c: remove check from typename_showSameer Wadgaonkar2017-07-181-1/+1
* staging: unisys: visorbus: visorbus_main.c: put function name and return valu...Sameer Wadgaonkar2017-07-181-83/+48
* staging: unisys: visorbus: visorbus_main.c: remove extra checks for dev->viso...Sameer Wadgaonkar2017-07-181-8/+2
* staging: unisys: visorbus: vbuschannel.h: removed VISOR_VBUS_CHANNEL_SIGNATUREAlex Curtin2017-07-181-1/+1
* staging: unisys: visorbus: visorbus_main.c: Adjust code layoutDavid Binder2017-07-181-17/+11