]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/hv/vmbus_drv.c
Drivers: hv: vmbus: Extract the mmio information from DSDT
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 30 Jan 2014 02:14:39 +0000 (18:14 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 23:21:48 +0000 (15:21 -0800)
commit90f3453585479d5beb75058da46eb573ced0e6ac
treee4219afd86876cd682e6c5c2581bc6c2754aa27d
parent5267cf02c7794953d89e9593a0d497bf43e3790d
Drivers: hv: vmbus: Extract the mmio information from DSDT

On Gen2 firmware, Hyper-V does not emulate the PCI bus. However, the MMIO
information is packaged up in DSDT. Extract this information and export it
for use by the synthetic framebuffer driver. This is the only driver that
needs this currently.

In this version of the patch mmio, I have updated the hyperv header file
(linux/hyperv.h) with mmio definitions.

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