Re: [PATCH V2 0/6] remove the clock name from pdata

2013-03-27 Thread Chao Xie
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

Re: [PATCH V2 0/6] remove the clock name from pdata

2013-03-27 Thread Felipe Balbi
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