aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-05-11Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove()K. Y. Srinivasan1-9/+2
2011-05-11Staging: hv: Get rid of the indirection to invoke netvsc_device_add()K. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add()K. Y. Srinivasan1-4/+1
2011-05-11Staging: hv: Get rid of rndis_filter_cleanup()K. Y. Srinivasan1-6/+0
2011-05-11Staging: hv: Make rndis_filter_device_remove() non staticK. Y. Srinivasan2-3/+2
2011-05-11Staging: hv: Make rndis_filte_device_add() non staticK. Y. Srinivasan2-4/+4
2011-05-11Staging: hv: Get rid of netvsc_cleanup()K. Y. Srinivasan1-8/+0
2011-05-11Staging: hv: Make netvsc_device_remove non staticK. Y. Srinivasan2-1/+2
2011-05-11Staging: hv: Make the function netvsc_device_add() non staticK. Y. Srinivasan2-1/+2
2011-05-11Staging: hv: storvsc_drv: Simplify the code for getting the drive parametersK. Y. Srinivasan1-69/+15
2011-05-11Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch tableK. Y. Srinivasan1-5/+0
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io()K. Y. Srinivasan1-4/+2
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_add()K. Y. Srinivasan1-6/+1
2011-05-11Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_dev_remove()K. Y. Srinivasan1-4/+2
2011-05-11Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead codeK. Y. Srinivasan1-17/+0
2011-05-11Staging: hv: storvsc_drv: Statically initialize probe/remove elements of the driverK. Y. Srinivasan1-3/+4
2011-05-11Staging: hv: storvsc_drv: Move the declaration of the driver variableK. Y. Srinivasan1-3/+5
2011-05-11Staging: hv: storvsc_drv: Rename the driver variableK. Y. Srinivasan1-5/+5
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_probe()K. Y. Srinivasan1-72/+71
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()K. Y. Srinivasan1-169/+169
2011-05-11Staging: hv: Move the function storvsc_commmand_completion() to earlier in the fileK. Y. Srinivasan1-57/+58
2011-05-11Staging: hv: storvsc_drv: Move module parameters to earlier in the fileK. Y. Srinivasan1-3/+3
2011-05-11Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the fileK. Y. Srinivasan1-1/+1
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()K. Y. Srinivasan1-25/+24
2011-05-11Staging: hv: Move the definition of storvsc_host_reset() to earlier in the fileK. Y. Srinivasan1-49/+50
2011-05-11Staging: hv: Rename stor_vsc_initialize()K. Y. Srinivasan1-3/+3
2011-05-11Staging: hv: Rename the function stor_vsc_on_host_reset()K. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_get_chs()K. Y. Srinivasan1-84/+80
2011-05-11Staging: hv: Get rid of the forward declaration of storvsc_remove()K. Y. Srinivasan1-31/+31
2011-05-11Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()K. Y. Srinivasan1-66/+66
2011-05-11Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()K. Y. Srinivasan1-64/+65
2011-05-11Staging: hv: Get rid of the forward declaration for create_bounce_buffer()K. Y. Srinivasan1-32/+29
2011-05-11Staging: hv: Get rid of the forward declaration for do_bounce_buffer()K. Y. Srinivasan1-28/+27
2011-05-11Staging: hv: Get rid of the forwrd declaration of destroy_bounce_bufferK. Y. Srinivasan1-17/+15
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_device_configure()K. Y. Srinivasan1-20/+19
2011-05-11Staging: hv: Move the function storvsc_merge_bvec() to earlier in the fileK. Y. Srinivasan1-7/+7
2011-05-11Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()K. Y. Srinivasan1-14/+10
2011-05-11Staging: hv: storvsc_drv: Get rid of some DPRINTSK. Y. Srinivasan1-59/+6
2011-05-11Staging: hv: storvsc_drv: Get rid of some dated commentsK. Y. Srinivasan1-3/+0
2011-05-11Staging: hv: storvsc_drv: Rename variables pointing to struct hv_deviceK. Y. Srinivasan1-8/+7
2011-05-11Staging: hv: storvsc_drv: Rename the struct hv_device * element of struct hv_host_deviceK. Y. Srinivasan1-4/+4
2011-05-11Staging: hv: storvsc_drv: Rename variables pointing to struct hv_host_deviceK. Y. Srinivasan1-25/+25
2011-05-11Staging: hv: storvsc_drv: Rename struct host_device_contextK. Y. Srinivasan1-13/+14
2011-05-11Staging: hv: storvsc_drv: Rename g_driver_nameK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: storvsc: Get rid of some unnecessary DPRINTSK. Y. Srinivasan1-100/+16
2011-05-11Staging: hv: storvsc: Get rid of/change some dated commentsK. Y. Srinivasan1-11/+1
2011-05-11Staging: hv: Rename stor_vsc_connect_to_vspK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename stor_vsc_on_channel_callbackK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename stor_vsc_on_receiveK. Y. Srinivasan1-2/+2
2011-05-11Staging: hv: Rename stor_vsc_on_io_completionK. Y. Srinivasan1-2/+2