Re: [U-Boot] [PATCH v3 01/12] drivers: core: device: add support to check dt compatible for a device/machine

2016-05-03 Thread Simon Glass
Hi Mugunthan, On 3 May 2016 at 09:36, Mugunthan V N wrote: > > On Monday 02 May 2016 12:24 AM, Simon Glass wrote: > > Hi Mugunthan, > > > > On 28 April 2016 at 04:06, Mugunthan V N wrote: > >> Provide an api to check whether the given device or machine

Re: [U-Boot] [PATCH v3 01/12] drivers: core: device: add support to check dt compatible for a device/machine

2016-05-03 Thread Mugunthan V N
On Monday 02 May 2016 12:24 AM, Simon Glass wrote: > Hi Mugunthan, > > On 28 April 2016 at 04:06, Mugunthan V N wrote: >> Provide an api to check whether the given device or machine is >> compatible with the given compat string which helps in making >> decisions in drivers

Re: [U-Boot] [PATCH v3 01/12] drivers: core: device: add support to check dt compatible for a device/machine

2016-05-01 Thread Simon Glass
Hi Mugunthan, On 28 April 2016 at 04:06, Mugunthan V N wrote: > Provide an api to check whether the given device or machine is > compatible with the given compat string which helps in making > decisions in drivers based on device or machine compatible. > > Idea taken from

[U-Boot] [PATCH v3 01/12] drivers: core: device: add support to check dt compatible for a device/machine

2016-04-28 Thread Mugunthan V N
Provide an api to check whether the given device or machine is compatible with the given compat string which helps in making decisions in drivers based on device or machine compatible. Idea taken from Linux. Signed-off-by: Mugunthan V N Reviewed-by: Joe Hershberger