Re: [PATCH 5/5] lustre: add myself to list of people to CC on lustre patches

2014-01-29 Thread Greg Kroah-Hartman
On Tue, Jan 28, 2014 at 08:28:33PM +0100, Geert Uytterhoeven wrote: > On Sat, Jan 25, 2014 at 4:23 AM, Oleg Drokin wrote: > > On Jan 24, 2014, at 3:55 AM, Geert Uytterhoeven wrote: > >> On Fri, Jan 24, 2014 at 6:51 AM, Oleg Drokin wrote: > +STAGING - LUSTRE > +M: Andreas Dilger > >>>

Drivers/hv

2014-01-29 Thread K. Y. Srinivasan
Greg, Some time back I had sent a buch of patches for Hyper-V drivers. Are they still in the queue or should I resend them. Regards, K. Y ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/dri

Re: Drivers/hv

2014-01-29 Thread Greg KH
On Wed, Jan 29, 2014 at 07:57:29AM -0800, K. Y. Srinivasan wrote: > > Greg, > > Some time back I had sent a buch of patches for > Hyper-V drivers. Are they still in the queue or should I resend > them. Which specific patches are you referring to? I can't take anything until after 3.14-rc1 is ou

RE: Drivers/hv

2014-01-29 Thread KY Srinivasan
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Wednesday, January 29, 2014 1:16 PM > To: KY Srinivasan > Cc: linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; > o...@aepfle.de; > a...@canonical.com; jasow...@redhat.com > Subject: Re: Drivers/hv

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

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. Signed-off-by: K. Y. Srinivasan --- drivers/hv/vmbu

[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