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

Chao Xie xiechao.mail at gmail.com
Wed Mar 27 20:50:05 EDT 2013


On Wed, Mar 27, 2013 at 9:14 PM, Felipe Balbi <balbi at ti.com> 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 following patches fix it.
>>
>> V2->V1:
>>    typo fix
>>    rebased on latest usb-next
>>
>> Chao Xie (6):
>>   usb: gadget: mv_udc_core: remove unused clock
>>   usb: otg: mv_otg: remove unused clock
>>   usb: ehci: mv_ehci: remove unused clock
>>   arm: mmp: remove clock from usb pdata for aspenite
>>   arm: mmp: remove clock name from usb pdata for ttc
>>   usb: mv_usb: remove clock name from pdata
>
> how should this series be handled ?
>
> If you want me to carry all patches, I need Acks from other maintainers
> for ehci and arch/arm/ parts.
>
> Until then, I'm dropping this from my TODO list.
>
> --
> balbi

hi, Alan

Can you help me to review the EHCI parts?
It changes the way of getting clock. The orginal way uses the pdata to
get the clock name, and it is not correct, and the patch fix it.
Thanks.



More information about the linux-arm-kernel mailing list