aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-25staging: unisys: visorbus: remove channel_addr check in handle_commandSameer Wadgaonkar1-3/+0
2017-05-25staging: unisys: visorbus: add comment to explain polling logic in controlvm_periodic_workSameer Wadgaonkar1-0/+5
2017-05-25staging: unisys: include: renamed #defines in channel.h to match driver namespaceSameer Wadgaonkar3-4/+4
2017-05-25staging: unisys: include: renamed function spar_check_channel in channel.h to match driver namespaceSameer Wadgaonkar2-12/+12
2017-05-25staging: unisys: visorbus: renamed enum in controlvmchannel.h to match driver namespaceSameer Wadgaonkar2-8/+8
2017-05-25staging: unisys: visorbus: renamed structures in controlvmchannel.h to match driver namespaceSameer Wadgaonkar2-65/+59
2017-05-25staging: unisys: visorbus: renamed #defines in controlvmchannel.h to match driver namespaceSameer Wadgaonkar2-18/+17
2017-05-25staging: unisys: visorbus: renamed #defines in visorchipset.c to match driver namespaceSameer Wadgaonkar1-8/+8
2017-05-25staging: unisys: visorbus: renamed #define in visorchannel.c to match driver namespaceSameer Wadgaonkar1-4/+4
2017-05-25staging: unisys: visorbus: renamed structures in vbuschannel.h to match driver namespaceSameer Wadgaonkar2-38/+36
2017-05-25staging: unisys: visorbus: renamed #defines in vbuschannel.h to match driver namespaceSameer Wadgaonkar2-8/+7
2017-05-25staging: unisys: visorbus: renamed functions like my_device_* to match driver namespaceSameer Wadgaonkar1-7/+7
2017-05-25staging: unisys: visorbus: renamed function initiate_chipset_device_pause_resume to match driver namespaceSameer Wadgaonkar1-5/+6
2017-05-25staging: unisys: visorbus: renamed functions like chipset_device_* to match driver namespaceSameer Wadgaonkar3-17/+17
2017-05-25staging: unisys: visorbus: renamed functions like chipset_bus_* to match driver namespaceSameer Wadgaonkar3-9/+9
2017-05-25staging: unisys: visorbus: renamed functions like *_bus_instance to match driver namespaceSameer Wadgaonkar1-9/+9
2017-05-25staging: unisys: visorbus: renamed functions like device_*_response to match driver namespaceSameer Wadgaonkar3-13/+12
2017-05-25staging: unisys: visorbus: renamed functions like bus_*_response to match driver namespaceSameer Wadgaonkar3-6/+6
2017-05-25staging: unisys: visorbus: renamed functions bus_create, bus_destroy and bus_configure to match driver namespaceSameer Wadgaonkar1-10/+10
2017-05-25staging: unisys: visorbus: rename typ to cr_typeJon Frisch1-2/+2
2017-04-28staging: unisys: visorbus: fix s-Par to boot with option CONFIG_VMAP_STACK set to ySameer Wadgaonkar1-14/+19
2017-04-28staging: unisys: visorbus: remove POSTCODE from visorchipset_initDavid Kershner2-107/+1
2017-04-28staging: unisys: visorbus: remove postcodes in setup_crash_devices_work_queueDavid Kershner1-19/+14
2017-04-28staging: unisys: visorbus: refactor setup_crash_devices_work_queueDavid Kershner1-6/+5
2017-04-28staging: unisys: visorbus: get rid of POSTCODES in my_device_changestateDavid Kershner1-4/+1
2017-04-28staging: unisys: visorbus: remove POSTCODE from my_device_createDavid Kershner1-15/+9
2017-04-28staging: unisys: visorbus: remove POSTCODE from bus_configureDavid Kershner1-12/+2
2017-04-28staging: unisys: visorbus: remove POSTCODEs from bus_createDavid Kershner1-12/+2
2017-04-28staging: unisys: visorbus: get rid of POSTCODEs in save_crash_msgDavid Kershner1-12/+12
2017-04-28staging: unisys: visorbus: remove postcodes in visorbus_initDavid Kershner1-11/+3
2017-04-28staging: unisys: visorbus: remove noisy postcode from visorchipset_exitDavid Kershner1-4/+0
2017-04-28staging: unisys: visorbus: remove noisy postcode in bus_destroyDavid Kershner1-3/+0
2017-04-28staging: unisys: visorbus: remove noisy postcodesDavid Kershner1-19/+2
2017-04-28staging: unisys: visorbus: remove POSTCODE in create_bus_instanceDavid Kershner1-6/+2
2017-04-28staging: unisys: visorbus: remove POSTCODE from chispet_initDavid Kershner1-2/+0
2017-04-28staging: unisys: visorbus: remove POSTCODE from create_visor_deviceDavid Kershner1-7/+2
2017-04-28staging: unisys: visorbus: remove NORETRYDavid Kershner1-3/+3
2017-04-28staging: unisys: visorbus: handle visorchannel_write errors in codeDavid Kershner1-19/+16
2017-04-28staging: unisys: visorbus: add timeout to controlvm_periodic_workDavid Kershner1-1/+2
2017-04-28staging: unisys: visorbus: update commentDavid Kershner1-11/+4
2017-04-28staging: unisys: visorbus: fixed indentationDavid Kershner1-1/+1
2017-04-28staging; unisys: visorbus: replace uint32 with intDavid Kershner1-1/+1
2017-04-28staging: unisys: visorbus: combine response functions into a single oneDavid Kershner1-31/+22
2017-04-08staging: unisys: visorbus: fix kernel BUG discovered by day0 testingDavid Kershner1-0/+6
2017-03-29staging: unisys: visorbus: Have unisys_vmcall return Linux error instead of VMCALL errorDavid Kershner2-11/+32
2017-03-29staging: unisys: visorbus: move unisys_vmcall into visorchipsetDavid Kershner2-20/+20
2017-03-29staging: unisys: visorbus: Update vmcallinterface commentDavid Kershner1-3/+3
2017-03-29staging: unisys: visorbus: get rid of ISSUE_IO_VMCALLDavid Kershner2-6/+4
2017-03-29staging: unisys: visorbus: remove useless ifdefDavid Kershner1-4/+0
2017-03-29staging: unisys: visorbus: consolidate if statementsDavid Kershner1-12/+6