[PATCH 00/21] Staging: hv: Cleanup vmbus driver

From: K. Y. Srinivasan
Date: Thu Mar 10 2011 - 16:50:12 EST


This patch-set fixes the following issues in the vmbus driver (vmbus_drv.c):

Cleanup root device management: (patches 1/21 through 10/21)
1) Get rid of the hv_driver code from the vmbus abstraction
2) Get rid of unnecessary call sequences and functions
3) Cleanup the management of the root device by using the
standard mechanism for grouping devices under /sys/devices

Make vmbus driver a platform pci device and cleanup irq allocation
(patches 11/21 through 12/21):
1) Make vmbus driver a platform pci driver.
2) Leverage the pci model for allocating irq.

General cleanup of vmbus driver (patches 13/21 though 21/21):
1) Rename vmbus_driver_context structure and do
related cleanup.
2) Get rid of forward declarations by moving code.

Regards,

K. Y

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/