Re: [RFC PATCH 02/15] dt: add a match table pointer to struct device

2011-02-23 Thread Rob Herring
Grant, On 02/22/2011 10:33 PM, Grant Likely wrote: Add a new .of_match field to struct device which points at the matching device driver .of_match_table entry when a device is probed via the device tree Signed-off-by: Grant Likely --- include/linux/device.h|1 + include/linux/of_devi

Re: [RFC PATCH 02/15] dt: add a match table pointer to struct device

2011-02-23 Thread Grant Likely
On Wed, Feb 23, 2011 at 12:29:03PM -0600, Rob Herring wrote: > Grant, > > On 02/22/2011 10:33 PM, Grant Likely wrote: > >Add a new .of_match field to struct device which points at the > >matching device driver .of_match_table entry when a device is probed > >via the device tree > > > >Signed-off-b

[RFC PATCH 02/15] dt: add a match table pointer to struct device

2011-02-22 Thread Grant Likely
Add a new .of_match field to struct device which points at the matching device driver .of_match_table entry when a device is probed via the device tree Signed-off-by: Grant Likely --- include/linux/device.h|1 + include/linux/of_device.h |5 +++-- 2 files changed, 4 insertions(+), 2