RE: [PATCH v4 1/3] mwifiex: register platform specific driver

2016-02-29 Thread Amitkumar Karwar
nming Hu > Subject: Re: [PATCH v4 1/3] mwifiex: register platform specific driver > > On Tue, Feb 16, 2016 at 01:14:37AM -0800, Amitkumar Karwar wrote: > > From: Xinming Hu > > > > Platform device and driver provides easy way to interact with > > device-tree-en

Re: [PATCH v4 1/3] mwifiex: register platform specific driver

2016-02-18 Thread Rob Herring
On Tue, Feb 16, 2016 at 01:14:37AM -0800, Amitkumar Karwar wrote: > From: Xinming Hu > > Platform device and driver provides easy way to interact with > device-tree-enabled system. > > This patch registers platform driver and reorganise existing device > tree specific code. Corresponding device

Re: [PATCH v4 1/3] mwifiex: register platform specific driver

2016-02-16 Thread Arnd Bergmann
On Tuesday 16 February 2016 01:14:37 Amitkumar Karwar wrote: > + - compatible : must be "marvell,sd8xxx" > I think we mentioned it before, but a compatible string must not contain wildcards of any kind, as it is very possible that there are some future sd8xxx devices that are slightly incompatib

[PATCH v4 1/3] mwifiex: register platform specific driver

2016-02-16 Thread Amitkumar Karwar
From: Xinming Hu Platform device and driver provides easy way to interact with device-tree-enabled system. This patch registers platform driver and reorganise existing device tree specific code. Corresponding device tree binding file is also created. Signed-off-by: Xinming Hu Signed-off-by: Am