Re: [PATCH 1/3] mmc:core: parse voltage from device-tree

2013-07-30 Thread Scott Wood
On 07/29/2013 08:34:29 PM, Zhang Haijun wrote: On 07/30/2013 06:07 AM, Scott Wood wrote: On 07/28/2013 09:56:33 PM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the

Re: [PATCH 1/3] mmc:core: parse voltage from device-tree

2013-07-29 Thread Scott Wood
On 07/28/2013 09:56:33 PM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com ---

Re: [PATCH 1/3] mmc:core: parse voltage from device-tree

2013-07-29 Thread Zhang Haijun
On 07/30/2013 06:07 AM, Scott Wood wrote: On 07/28/2013 09:56:33 PM, Haijun Zhang wrote: Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang

[PATCH 1/3] mmc:core: parse voltage from device-tree

2013-07-28 Thread Haijun Zhang
Add function to support get voltage from device-tree. If there are voltage-range specified in device-tree node, this function will parse it and return the avail voltage mask. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com --- drivers/mmc/core/core.c | 48