On Wed, Mar 27, 2013 at 9:14 PM, Felipe Balbi wrote:
> Hi,
>
> On Mon, Mar 25, 2013 at 03:06:51AM -0400, Chao Xie wrote:
>> The clock is defined by device, so the driver knows how many
>> clocks needed by the device.
>> The orignal way that passing the clock name by pdata is not correct.
>> The fo
Hi,
On Mon, Mar 25, 2013 at 03:06:51AM -0400, Chao Xie wrote:
> The clock is defined by device, so the driver knows how many
> clocks needed by the device.
> The orignal way that passing the clock name by pdata is not correct.
> The following patches fix it.
>
> V2->V1:
>typo fix
>rebased