commit | 3546448338e76a52d4f86eb3680cb2934e22d89b | [log] [tgz] |
---|---|---|
author | Jake Oshins <jakeo@microsoft.com> | Wed Aug 05 00:52:37 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 05 11:41:31 2015 -0700 |
tree | a49964478359e20a4cffb9d5a32079f85947712e | |
parent | 7f163a6fd957a85f7f66a129db1ad243a44399ee [diff] |
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>