RE: [PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-06 Thread KY Srinivasan
: hv: vmbus: Implement a clockevent device On Fri, Dec 05, 2014 at 07:58:44PM -0800, K. Y. Srinivasan wrote: Implement a clockevent device based on the timer support available on Hyper-V. In this version of the patch I have addressed Jason's review comments. Signed-off-by: K. Y. Srinivasan

[PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-05 Thread K. Y. Srinivasan
Implement a clockevent device based on the timer support available on Hyper-V. In this version of the patch I have addressed Jason's review comments. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Reviewed-by: Jason Wang jasow...@redhat.com --- arch/x86/include/uapi/asm/hyperv.h | 11 +

Re: [PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-05 Thread Greg KH
On Fri, Dec 05, 2014 at 07:58:44PM -0800, K. Y. Srinivasan wrote: Implement a clockevent device based on the timer support available on Hyper-V. In this version of the patch I have addressed Jason's review comments. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Reviewed-by: Jason Wang

[PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-04 Thread K. Y. Srinivasan
Signed-off-by: K. Y. Srinivasan k...@microsoft.com --- arch/x86/include/uapi/asm/hyperv.h | 11 + drivers/hv/hv.c| 78 drivers/hv/hyperv_vmbus.h | 21 ++ drivers/hv/vmbus_drv.c | 40

RE: [PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-04 Thread KY Srinivasan
Subject: [PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device Signed-off-by: K. Y. Srinivasan k...@microsoft.com --- arch/x86/include/uapi/asm/hyperv.h | 11 + drivers/hv/hv.c| 78 drivers/hv/hyperv_vmbus.h