Re: [PATCH v2 1/7] Intel MIC Host Driver for X100 family.

2013-08-14 Thread Sudeep Dutt
On Mon, 2013-08-12 at 16:06 -0700, Greg Kroah-Hartman wrote: > On Wed, Aug 07, 2013 at 08:04:07PM -0700, Sudeep Dutt wrote: > > +/** > > + * struct mic_device - MIC device information for each card. > > + * > > + * @name: Unique name for this MIC device. > > + * @mmio: MMIO bar information. > > +

Re: [PATCH v2 1/7] Intel MIC Host Driver for X100 family.

2013-08-12 Thread Greg Kroah-Hartman
On Wed, Aug 07, 2013 at 08:04:07PM -0700, Sudeep Dutt wrote: > +/** > + * struct mic_device - MIC device information for each card. > + * > + * @name: Unique name for this MIC device. > + * @mmio: MMIO bar information. > + * @pdev: The PCI device structure. > + * @family: The MIC family to which t

Re: [PATCH v2 1/7] Intel MIC Host Driver for X100 family.

2013-08-12 Thread Greg Kroah-Hartman
On Wed, Aug 07, 2013 at 08:04:07PM -0700, Sudeep Dutt wrote: > diff --git a/drivers/misc/mic/host/mic_common.h > b/drivers/misc/mic/host/mic_common.h > new file mode 100644 > index 000..55b0337 > --- /dev/null > +++ b/drivers/misc/mic/host/mic_common.h > @@ -0,0 +1,30 @@ > +/* > + * Intel MIC

[PATCH v2 1/7] Intel MIC Host Driver for X100 family.

2013-08-07 Thread Sudeep Dutt
This patch enables the following: a) Initializes the Intel MIC X100 PCIe devices. b) Provides sysfs entries for family and stepping information. Co-author: Dasaratharaman Chandramouli Signed-off-by: Ashutosh Dixit Signed-off-by: Caz Yokoyama Signed-off-by: Dasaratharaman Chandramouli Signed-o