summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys/visorbus/visorbus_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-08drivers: visorbus: move driver out of stagingDavid Kershner1-1234/+0
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-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-03staging: unisys: don't care about debugfs errorsgregkh@linuxfoundation.org1-2/+0
2017-09-28staging: unisys: visorbus: Fix extraneous parenthesisDavid Kershner1-2/+2
2017-09-28staging: unisys: check the whole channel instead of just guid for matchSameer Wadgaonkar1-1/+10
2017-09-28staging: unisys: visorbus: clean up parameter formattingDavid Kershner1-1/+1
2017-09-28staging: unisys: remove visorbus_type externDavid Kershner1-1/+36
2017-09-28staging: unisys: visorbus: vbuschannel doesn't use ctypesDavid Kershner1-0/+1
2017-09-28staging: unisys: only include a file where it is used.David Kershner1-0/+2
2017-09-28staging: unisys: visorbus: to_visor_device/to_visor_driver move upDavid Kershner1-10/+4
2017-09-28staging: unisys: visorbus: visorbus_main.c: remove blank linesDavid Kershner1-41/+3
2017-09-28staging: unisys: visorbus: Remove unneeded initializationDavid Kershner1-1/+1
2017-09-28staging: unisys: visorbus: simplify debugfs print statmentDavid Kershner1-1/+1
2017-09-28staging: unisys: visorbus: clean up formatting of function definitionsDavid Kershner1-18/+9
2017-09-28staging: unisys: shrink the name of a variableDavid Kershner1-11/+9
2017-09-28staging: unisys: visorbus: keep the success path on the leftDavid Kershner1-7/+9
2017-09-28staging: unisys: visorbus: clean up initializationsDavid Kershner1-7/+7
2017-09-28staging: unisys; visorbus: visorbus_main.c: remove extraneous newlineDavid Kershner1-8/+4
2017-09-28staging: unisys: fix up device_destroyDavid Kershner1-2/+3
2017-09-28staging: unisys: visorbus: NULL pending_msg_hdr not an errorDavid Kershner1-1/+2
2017-09-28staging: unisys: visorbus: don't put code in declaration.David Kershner1-8/+6
2017-09-28staging: unisys: visorbus: use guid_is_equal instead of memcmpDavid Kershner1-3/+2
2017-09-28staging: unisys: visorbus: visorbus_main.c: cleanup and consolidate commentsDavid Kershner1-25/+19
2017-08-31staging: unisys: change pr_err to dev_err in visor_check_channelSameer Wadgaonkar1-15/+18
2017-08-31staging: unisys: visorbus: remove EXPORT_SYMBOL_GPL for visor_check_channelSameer Wadgaonkar1-1/+0
2017-08-31staging: unisys: visorbus: just check for GUIDDavid Kershner1-3/+1
2017-08-31staging: unisys: Don't check for null before getting driver device.David Kershner1-4/+4
2017-08-31staging: unisys: visorbus: visorbus_main.c: Fix return values for checks in v...Sameer Wadgaonkar1-4/+4
2017-08-23staging: unisys: use ATTRIBUTE_GROUPS instead of creating our ownDavid Kershner1-28/+5
2017-08-23staging: unisys: visorbus: Get rid of passthrough function visorchipset_devic...Sameer Wadgaonkar1-7/+2
2017-08-23staging: unisys: visorbus: Get rid of passthrough function visorchipset_devic...Sameer Wadgaonkar1-15/+3
2017-08-23staging: unisys: visorbus: Get rid of passthrough function visorchipset_bus_d...Sameer Wadgaonkar1-7/+2
2017-08-23staging: unisys: visorbus: visorbus_main.c: Remove filename in top commentDavid Binder1-2/+0
2017-08-23staging: unisys: visorbus: Get rid of passthrough function visorchipset_bus_c...David Kershner1-15/+4
2017-08-23staging: unisys: visorbus: merging the visorbus_device_pause_response and vis...Sameer Wadgaonkar1-2/+4
2017-08-23staging: unisys: visorbus: merging the visorbus_*_response functions into one.Sameer Wadgaonkar1-4/+6
2017-08-23staging: unisys: Switch to use new generic UUID APIAndy Shevchenko1-22/+22
2017-07-28staging: unisys: visorbus: Constify attribute_group structures.Arvind Yadav1-2/+2
2017-07-18staging: unisys: visorbus: Removed unused define from visorbus_main.cMark Foresta1-1/+0
2017-07-18staging: unisys: visorbus: removed blank line in viorbus_main.cMark Foresta1-1/+0
2017-07-18staging: unisys: visorbus: rename fix_vbus_dev_infoErik Arfvidson1-8/+7
2017-07-18staging: unisys: moved visor_check_channel from include/channel.h to visorbus...Sameer Wadgaonkar1-0/+55
2017-07-18staging: unisys: visorbus: add checks for probe, remove, pause and resume in ...Sameer Wadgaonkar1-9/+13
2017-07-18staging: unisys: visorbus: visorbus_main.c: remove check from typename_showSameer Wadgaonkar1-1/+1
2017-07-18staging: unisys: visorbus: visorbus_main.c: put function name and return valu...Sameer Wadgaonkar1-83/+48
2017-07-18staging: unisys: visorbus: visorbus_main.c: remove extra checks for dev->viso...Sameer Wadgaonkar1-8/+2
2017-07-18staging: unisys: visorbus: vbuschannel.h: removed VISOR_VBUS_CHANNEL_SIGNATUREAlex Curtin1-1/+1
2017-07-18staging: unisys: visorbus: visorbus_main.c: Adjust code layoutDavid Binder1-17/+11