drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus
authorJake Oshins <jakeo@microsoft.com>
Wed, 5 Aug 2015 07:52:37 +0000 (00:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 18:41:31 +0000 (11:41 -0700)
This patch deletes the logic from hyperv_fb which picked a range of MMIO space
for the frame buffer and adds new logic to hv_vmbus which picks ranges for
child drivers.  The new logic isn't quite the same as the old, as it considers
more possible ranges.

Signed-off-by: Jake Oshins <jakeo@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/vmbus_drv.c
drivers/video/fbdev/hyperv_fb.c
include/linux/hyperv.h

Simple merge
Simple merge
Simple merge