]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 26 Feb 2016 02:29:03 +0000 (18:29 -0800)
commitc96dc07c8631706d7219c5484ef5464945a561b1
tree969ee190a797a70fcf984a1aa07d5e7a88e6d012
parentffcab592ebddce80551b27c79f2735ec98783c23
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>
(cherry picked from commit 3546448338e76a52d4f86eb3680cb2934e22d89b)

Orabug: 21886720
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
drivers/hv/vmbus_drv.c
drivers/video/fbdev/hyperv_fb.c
include/linux/hyperv.h