RE: [PATCH V2 1/1] Drivers: hv: vmbus: Extract the mmio information from DSDT

2014-02-07 Thread KY Srinivasan
Subject: Re: [PATCH V2 1/1] Drivers: hv: vmbus: Extract the mmio information > from DSDT > > On Wed, Jan 29, 2014 at 06:14:39PM -0800, K. Y. Srinivasan wrote: > > On Gen2 firmware, Hyper-V does not emulate the PCI bus. However, the > MMIO > > information is packaged up

Re: [PATCH V2 1/1] Drivers: hv: vmbus: Extract the mmio information from DSDT

2014-02-07 Thread Greg KH
On Wed, Jan 29, 2014 at 06:14:39PM -0800, K. Y. Srinivasan wrote: > 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 > ne

[PATCH V2 1/1] Drivers: hv: vmbus: Extract the mmio information from DSDT

2014-01-29 Thread K. Y. Srinivasan
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