Re: [PATCH V2 4/6] arm: mmp: remove clock from usb pdata for aspenite

2013-03-27 Thread Haojian Zhuang
On Thu, Mar 28, 2013 at 8:59 AM, Chao Xie wrote: > hi, Haojian > The patches correct the wrong usage of clock. It finally do not need > pass clock by pdata. Can you help to review the patches relates to > arch-mmp, and ack it?Thanks. > > On Mon, Mar 25, 2013 at 3:06 PM, Chao Xie wrote: >> The clo

Re: [PATCH V2 4/6] arm: mmp: remove clock from usb pdata for aspenite

2013-03-27 Thread Chao Xie
hi, Haojian The patches correct the wrong usage of clock. It finally do not need pass clock by pdata. Can you help to review the patches relates to arch-mmp, and ack it?Thanks. On Mon, Mar 25, 2013 at 3:06 PM, Chao Xie wrote: > The clock name will directly get by driver. Removing > the name from

[PATCH V2 4/6] arm: mmp: remove clock from usb pdata for aspenite

2013-03-25 Thread Chao Xie
The clock name will directly get by driver. Removing the name from pdata. Signed-off-by: Chao Xie --- arch/arm/mach-mmp/aspenite.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c index 9f64d56..76901f4 1006