Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-21 Thread Stephen Warren
On 09/21/2012 06:53 AM, Rob Herring wrote: > On 09/18/2012 05:37 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> This patch introduces function get_device(). This looks up a >> block_dev_desc_t from an interface name (e.g. mmc) and device number >> (e.g. 0). This function is essentially th

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-21 Thread Rob Herring
On 09/18/2012 05:37 PM, Stephen Warren wrote: > From: Stephen Warren > > This patch introduces function get_device(). This looks up a > block_dev_desc_t from an interface name (e.g. mmc) and device number > (e.g. 0). This function is essentially the non-partition-specific > prefix of get_device_a

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-19 Thread Tom Rini
On Tue, Sep 18, 2012 at 08:25:31PM -0500, Rob Herring wrote: > On 09/18/2012 08:21 PM, Rob Herring wrote: > > On 09/18/2012 05:37 PM, Stephen Warren wrote: > >> From: Stephen Warren > >> > >> This patch introduces function get_device(). This looks up a > >> block_dev_desc_t from an interface name

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-19 Thread Stephen Warren
On 09/18/2012 07:25 PM, Rob Herring wrote: > On 09/18/2012 08:21 PM, Rob Herring wrote: >> On 09/18/2012 05:37 PM, Stephen Warren wrote: >>> From: Stephen Warren >>> >>> This patch introduces function get_device(). This looks up a >>> block_dev_desc_t from an interface name (e.g. mmc) and device n

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-18 Thread Rob Herring
On 09/18/2012 08:21 PM, Rob Herring wrote: > On 09/18/2012 05:37 PM, Stephen Warren wrote: >> From: Stephen Warren >> >> This patch introduces function get_device(). This looks up a >> block_dev_desc_t from an interface name (e.g. mmc) and device number >> (e.g. 0). This function is essentially th

Re: [U-Boot] [PATCH V3 3/8] disk: introduce get_device()

2012-09-18 Thread Rob Herring
On 09/18/2012 05:37 PM, Stephen Warren wrote: > From: Stephen Warren > > This patch introduces function get_device(). This looks up a > block_dev_desc_t from an interface name (e.g. mmc) and device number > (e.g. 0). This function is essentially the non-partition-specific > prefix of get_device_a