[uClinux-dev] Re: [PATCH] isp1362: skip clock ready check

Thomas Chou thomas at wytron.com.tw
Wed Nov 21 01:29:59 EST 2007


Hi Greg,

Yes, it is. But please apply the depending patch first,
[PATCH] isp1362: merge updates in blackfin linux

Sorry, I will add number option to git format-patch to avoid such
confusion in the future.

Best regards,
Thomas

Greg Ungerer 提到:
> Hi Thomas,
>
> Thomas Chou wrote:
>> The clock check does not work on DE2.
>>
>> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
>
> The code I have for this already has this applied?
>
> Regards
> Greg
>
>
>> diff --git a/linux-2.6.x/drivers/usb/host/isp1362-hcd.c 
>> b/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
>> index 676dab1..f08955e 100644
>> --- a/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
>> +++ b/linux-2.6.x/drivers/usb/host/isp1362-hcd.c
>> @@ -2490,7 +2490,7 @@ static int isp1362_hc_reset(struct usb_hcd *hcd)
>> ERR("Clock not ready after %lums\n", timeout);
>> ret = -ENODEV;
>> }
>> - return ret;
>> + return 0; // SKIP ret;
>> }
>>
>> static void isp1362_hc_stop(struct usb_hcd *hcd)
>




More information about the uClinux-dev mailing list