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
On Thu, Mar 10, 2011 at 01:59:42PM -0800, K. Y. Srinivasan wrote:> 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/devicesI've applied the first 9 patches, as I had questions on 10 and 11, and the others after that don't apply without those two applied. So, care to resend the rest of the series when we've figured out the root device stuff? thanks, greg k-h
Maybe Matching Threads
- [PATCH 00/21] Staging: hv: Cleanup vmbus driver
- [PATCH ]:Staging: hv: Allocate the vmbus irq dynamically
- [PATCH ]:Staging: hv: Allocate the vmbus irq dynamically
- [PATCH 10/21] Staging: hv: Cleanup root device handling
- [PATCH 10/21] Staging: hv: Cleanup root device handling