Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-11 | Staging: hv: vmbus_drv: Rename the variable messageHandler | K. Y. Srinivasan | 1 | -3/+3 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: vmbus_drv: Rename the variable gSupportedDeviceClasses | K. Y. Srinivasan | 1 | -2/+3 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Cleanup ring_buffer.h | K. Y. Srinivasan | 1 | -4/+3 | |
Access to these variables is already serialized via a spin lock. Get rid of the unnecessary volatile qualifier. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the volatile qualifier for a variable in ring_buffer.c | K. Y. Srinivasan | 1 | -1/+1 | |
Access to this variable is already serialized via a spin lock. Get rid of the unnecessary volatile qualifier. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the forward declaration of hv_copyto_ringbuffer() | K. Y. Srinivasan | 1 | -39/+27 | |
Get rid of the forward declaration by moving the code around. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the forward declaration of hv_copyfrom_ringbuffer | K. Y. Srinivasan | 1 | -46/+37 | |
Get rid of the forward declaration by moving code around. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Cleanup comments in ring_buffer.c | K. Y. Srinivasan | 1 | -194/+129 | |
Cleanup comments in ring_buffer.c Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename all static functions in ring_buffer.c | K. Y. Srinivasan | 1 | -44/+44 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename ringbuffer_get_debuginfo | K. Y. Srinivasan | 3 | -5/+5 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename dump_ring_info | K. Y. Srinivasan | 3 | -5/+5 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename get_ringbuffer_interrupt_mask | K. Y. Srinivasan | 3 | -6/+6 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename ringbuffer_read | K. Y. Srinivasan | 3 | -5/+5 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename ringbuffer_peek | K. Y. Srinivasan | 3 | -5/+5 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename ringbuffer_write | K. Y. Srinivasan | 3 | -6/+6 | |
Rename ringbuffer_write. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename ringbuffer_cleanup | K. Y. Srinivasan | 3 | -7/+7 | |
Rename ringbuffer_cleanup. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Rename the function ringbuffer_init | K. Y. Srinivasan | 3 | -5/+9 | |
Rename the function ringbuffer_init to not pollute the namespace. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: mousevsc_drv: Statically initialize probe/remove | K. Y. Srinivasan | 1 | -4/+4 | |
Statically initialize probe/remove. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Move the declaration of the variable mousevsc_drv | K. Y. Srinivasan | 1 | -2/+2 | |
Move the declaration of the variable mousevsc_drv. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: mouse_vsc: Rename the variable g_mousevsc_drv | K. Y. Srinivasan | 1 | -4/+4 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: netvsc_drv: Statically initialize probe/remove | K. Y. Srinivasan | 1 | -4/+4 | |
Statically initialize probe/remove. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Move the declaration of the variable netvsc_drv | K. Y. Srinivasan | 1 | -3/+3 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: netvsc_drv: Rename the variable g_netvsc_drv | K. Y. Srinivasan | 1 | -4/+4 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of cleanup from struct hv_driver | K. Y. Srinivasan | 1 | -2/+0 | |
Now that we have removed calls to this empty function, get rid of the unnecessary state in struct hv_driver. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Cleanup calls to cleanup() in hv_mouse.c | K. Y. Srinivasan | 1 | -4/+0 | |
Cleanup calls to cleanup() in hv_mouse.c as this is an empty function. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Cleanup calls to cleanup in storvsc_drv.c | K. Y. Srinivasan | 1 | -4/+0 | |
cleanup() is an empty function; get rid of calls to this. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of dev_rm from struct hv_driver | K. Y. Srinivasan | 1 | -1/+0 | |
Now that we have gotten rid of the indirection for invoking dev_rm, get rid of this. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of dev_add from struct hv_driver | K. Y. Srinivasan | 1 | -1/+0 | |
Now that we have gotten rid of the indirection, get rid of the unnecessary state struct hv_driver. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Cleanup mouse_vsc_initialize() | K. Y. Srinivasan | 1 | -9/+1 | |
Now that we have gotten rid of the indirection, cleanup mouse_vsc_initialize(). Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the mouse cleanup() function | K. Y. Srinivasan | 1 | -4/+0 | |
mousevsc_on_cleanup() is an empty function; get rid of it. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_remove | K. Y. Srinivasan | 1 | -7/+1 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_add() | K. Y. Srinivasan | 1 | -4/+1 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of some unnecessary code in rndis_filter.c | K. Y. Srinivasan | 1 | -7/+0 | |
Now that we have gotten rid of the indirection; get rid of some unnecessary code. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of unnecessary code in netvsc.c | K. Y. Srinivasan | 1 | -3/+0 | |
Now that we had gotten rid of the indirection; get rid of some unnecessary code. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: netvsc_drv: Get rid of call to cleanup() | K. Y. Srinivasan | 1 | -4/+0 | |
cleanup() is an empty function; get rid of it. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the indirection in invoking netvsc_device_remove() | K. Y. Srinivasan | 1 | -2/+1 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the indirection in invoking rndis_filter_device_remove() | K. Y. Srinivasan | 1 | -9/+2 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the indirection to invoke netvsc_device_add() | K. Y. Srinivasan | 1 | -1/+1 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of the indirection to invoke rndis_filte_device_add() | K. Y. Srinivasan | 1 | -4/+1 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of rndis_filter_cleanup() | K. Y. Srinivasan | 1 | -6/+0 | |
rndis_filter_cleanup() is an empty function; get rid of it. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Make rndis_filter_device_remove() non static | K. Y. Srinivasan | 2 | -3/+2 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Make rndis_filte_device_add() non static | K. Y. Srinivasan | 2 | -4/+4 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Get rid of netvsc_cleanup() | K. Y. Srinivasan | 1 | -8/+0 | |
netvsc_cleanup() is an empty function; get rid of it. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Make netvsc_device_remove non static | K. Y. Srinivasan | 2 | -1/+2 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: Make the function netvsc_device_add() non static | K. Y. Srinivasan | 2 | -1/+2 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: storvsc_drv: Simplify the code for getting the drive parameters | K. Y. Srinivasan | 1 | -69/+15 | |
We are making up the drive parameters; simplify the code. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: storvsc_drv: Get rid of the code initializing the dispatch table | K. Y. Srinivasan | 1 | -5/+0 | |
Now that we have eliminated the indirection, we can get rid of the code to initialize the dispatch table. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: storvsc_drv: Get rid of the indirection in invoking storvsc_do_io() | K. Y. Srinivasan | 1 | -4/+2 | |
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: storvsc_drv: Get rid of the indirection in invoking ↵ | K. Y. Srinivasan | 1 | -6/+1 | |
storvsc_dev_add() Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: storvsc_drv: Get rid of the indirection in invoking ↵ | K. Y. Srinivasan | 1 | -4/+2 | |
storvsc_dev_remove() Get rid of the indirection in invoking storvsc_dev_remove() Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2011-05-11 | Staging: hv: storvsc_drv: Get rid of unnecessary comments/dead code | K. Y. Srinivasan | 1 | -17/+0 | |
Get rid of unnecessary comments/dead code. Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> |