Re: [PATCH 1/1] drivers:hv:vmbus Allow for more than one MMIO range for children.

2015-01-23 Thread Vitaly Kuznetsov
Jake Oshins writes: > Signed-off-by: Jake Oshins > --- > drivers/hv/vmbus_drv.c | 85 > + > drivers/video/fbdev/hyperv_fb.c | 2 +- > include/linux/hyperv.h | 2 +- > 3 files changed, 72 insertions(+), 17 deletions(-) > > diff --git a

RE: [PATCH 1/1] drivers:hv:vmbus Allow for more than one MMIO range for children.

2015-01-20 Thread KY Srinivasan
..@redhat.com > Cc: Jake Oshins > Subject: [PATCH 1/1] drivers:hv:vmbus Allow for more than one MMIO range > for children. Include a descriptive commit log for this patch. > > Signed-off-by: Jake Oshins > --- > drivers/hv/vmbus_drv.c | 85 > ++

Re: [PATCH 1/1] drivers:hv:vmbus Allow for more than one MMIO range for children.

2015-01-20 Thread Greg KH
On Tue, Jan 20, 2015 at 01:59:40PM -0800, Jake Oshins wrote: > Signed-off-by: Jake Oshins No changelog body explaining why this is needed and what it fixes? Please redo. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverpr

[PATCH 1/1] drivers:hv:vmbus Allow for more than one MMIO range for children.

2015-01-20 Thread Jake Oshins
Signed-off-by: Jake Oshins --- drivers/hv/vmbus_drv.c | 85 + drivers/video/fbdev/hyperv_fb.c | 2 +- include/linux/hyperv.h | 2 +- 3 files changed, 72 insertions(+), 17 deletions(-) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmb