aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
AgeCommit message (Expand)AuthorFilesLines
2011-03-07Staging: hv: Remove probe_error from vm_deviceK. Y. Srinivasan3-3/+4
2011-03-07Staging: hv: Move probe_failed_work_item from vm_deviceK. Y. Srinivasan3-3/+6
2011-03-07Staging: hv: Eliminate storvsc_driver_context structureK. Y. Srinivasan1-20/+8
2011-03-07Staging: hv: Eliminate netvsc_driver_contextK. Y. Srinivasan1-17/+8
2011-03-07Staging: hv: Eliminate mousevsc_driver_contextK. Y. Srinivasan1-14/+7
2011-03-07Staging: hv: Eliminate blkvsc_driver_context structureK. Y. Srinivasan1-18/+8
2011-03-07Staging: hv: Eliminate driver_context structureK. Y. Srinivasan7-118/+103
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_unregisterK. Y. Srinivasan6-11/+10
2011-03-07Staging: hv: Change the signature for vmbus_child_driver_registerK. Y. Srinivasan6-11/+10
2011-03-07Staging: hv: Remove unnecessary function pointers in driver_contextK. Y. Srinivasan1-8/+0
2011-03-07Staging: hv: Use generic device_driver shutdown functionK. Y. Srinivasan2-3/+3
2011-03-07Staging: hv: Use generic device_driver remove functionK. Y. Srinivasan5-6/+6
2011-03-07Staging: hv: Use generic device_driver probe functionK. Y. Srinivasan5-6/+7
2011-03-02Staging: hv: hv_mouse: remove unneeded function forward declarationGreg Kroah-Hartman1-3/+0
2011-03-02Staging: hv: hv_mouse: fix up guid variable nameGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: get rid of hungarian notation for name of the moduleGreg Kroah-Hartman1-5/+2
2011-03-02Staging: hv: hv_mouse: fix up camelcase fields in struct mousevsc_prt_msgGreg Kroah-Hartman1-10/+10
2011-03-02Staging: hv: hv_mouse: fix up camelcase usage in struct pipe_prt_msgGreg Kroah-Hartman1-4/+4
2011-03-02Staging: hv: hv_mouse: fix up pipe size field nameGreg Kroah-Hartman1-7/+9
2011-03-02Staging: hv: hv_mouse: fix up camelcase use for enum pipe_prot_msg_type in structuresGreg Kroah-Hartman1-6/+6
2011-03-02Staging: hv: hv_mouse: use an anonymous union for struct mousevsc_prt_msgGreg Kroah-Hartman1-8/+8
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_reportGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ackGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: use a real struct hid_descriptorGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: clean up camelcase when using struct hv_input_dev_infoGreg Kroah-Hartman1-9/+9
2011-03-02Staging: hv: hv_mouse: clean up camelcase in struct synthhid_protocol_responseGreg Kroah-Hartman1-2/+2
2011-03-02Staging: hv: hv_mouse: clean up version structure usageGreg Kroah-Hartman1-13/+11
2011-03-02Staging: hv: hv_mouse: change camelcase for struct synthhid_msgGreg Kroah-Hartman1-1/+1
2011-03-02Staging: hv: hv_mouse: fix build warningGreg Kroah-Hartman1-1/+1
2011-03-02Staging: hv: hv_mouse: fix camelcase use of struct synthhid_msg_hdrGreg Kroah-Hartman1-13/+13
2011-03-02Staging: hv: hv_mouse.c: clean up struct synthhid_msg_hdrGreg Kroah-Hartman1-11/+9
2011-03-02Staging: hv: hv_mouse: use proper input define for bus typeGreg Kroah-Hartman1-1/+1
2011-03-02Staging: hv: hv_mouse: fix up input device info structureGreg Kroah-Hartman1-23/+22
2011-03-02Staging: hv: hv_mouse: reorder functions to remove forward declarationsGreg Kroah-Hartman1-276/+221
2011-03-02Staging: hv: hv_mouse: remove inline function markingsGreg Kroah-Hartman1-7/+7
2011-03-02Staging: hv: hv_mouse.c: remove struct mousevsc_drv_obj function callbacksGreg Kroah-Hartman1-31/+17
2011-03-02Staging: hv: hv_mouse: unwind the initialization process a bitGreg Kroah-Hartman1-51/+20
2011-03-02Staging: hv: hv_mouse: remove typedefsGreg Kroah-Hartman1-42/+43
2011-03-02Staging: hv: delete mousevsc_api.hGreg Kroah-Hartman2-74/+36
2011-03-02Staging: hv: delete vmbus_hid_protocol.hGreg Kroah-Hartman2-121/+87
2011-03-02Staging: hv: hv_mouse: fix up copyright and license headerGreg Kroah-Hartman1-21/+10
2011-03-02Staging: hv: hv_mouse: rename hv_mouse_drv.cGreg Kroah-Hartman2-1/+0
2011-03-02Staging: hv: hv_mouse: delete mouse_vsc.cGreg Kroah-Hartman3-760/+720
2011-03-02Staging: hv: mouse_vsc: fix comment coding styleGreg Kroah-Hartman1-2/+8
2011-03-02Staging: hv: mouse_vsc: fix space coding style issuesGreg Kroah-Hartman1-24/+22
2011-03-02Staging: hv: mouse_vsc.c: fix brace coding style issuesGreg Kroah-Hartman1-19/+11
2011-03-02Staging: hv: hv_mouse_drv.c: minor coding style cleanupsGreg Kroah-Hartman1-6/+4
2011-03-02Staging: hv: enable mouse driver to buildGreg Kroah-Hartman2-1/+9
2011-02-27Staging: hv: add mouse driverGreg Kroah-Hartman6-0/+1300
2011-02-23staging: hv: Fix the WARN_ON condition in free_net_device()Haiyang Zhang1-1/+1