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)
commit3546448338e76a52d4f86eb3680cb2934e22d89b
treea49964478359e20a4cffb9d5a32079f85947712e
parent7f163a6fd957a85f7f66a129db1ad243a44399ee
drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus

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
This page took 0.026494 seconds and 5 git commands to generate.