Re: [U-Boot] [PATCH v4 05/15] dm: Rename struct device_id to udevice_id

2014-06-06 Thread Simon Glass
Hi Jon, On 6 June 2014 14:26, Jon Loeliger wrote: > Didn't this hit upstream master already? > 54c5d08a09e631f88738db54c75395c6457c2157 > > Or is this subsequent cleanup for straglers in this branch? > > Thanks, > jdl This is a subsequent clean-up, just to keep things consistent. Regards, Simon

Re: [U-Boot] [PATCH v4 05/15] dm: Rename struct device_id to udevice_id

2014-06-06 Thread Jon Loeliger
Gah. Sorry about that top-post. I hate gmail's collapsed stupid-shit representation. Sorry. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v4 05/15] dm: Rename struct device_id to udevice_id

2014-06-06 Thread Jon Loeliger
Didn't this hit upstream master already? 54c5d08a09e631f88738db54c75395c6457c2157 Or is this subsequent cleanup for straglers in this branch? Thanks, jdl On Fri, Jun 6, 2014 at 2:13 PM, Simon Glass wrote: > It is best to avoid having any occurence of 'struct device' in driver > model, so rename

[U-Boot] [PATCH v4 05/15] dm: Rename struct device_id to udevice_id

2014-06-06 Thread Simon Glass
It is best to avoid having any occurence of 'struct device' in driver model, so rename to achieve this. - Add new patch to rename struct device_id to udevice_id Signed-off-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: None doc/driver-model/README.txt | 2 +- drive