>-----Original Message-----
>From: Mike Frysinger [mailto:[email protected]] 
>Sent: Thursday, January 21, 2010 4:31 PM
>To: [email protected]
>Cc: [email protected]
>Subject: Re: [Linux-kernel-commits] [8209] 
>trunk/drivers/usb/musb/musb_core.c: set version of musb of 
>Blackfin with a hardcoded value, 1.9.
>
>On Thu, Jan 21, 2010 at 03:29,  <[email protected]> wrote:
>> +#ifdef BLACKFIN
>> +    /* This register is invisible on Blackfin, actually the MUSB
>> +     * RTL version of Blackfin is 1.9, So just set it's 
>value to 1.9.
>> +     */
>> +    musb->hwvers = 1 << 10 | 9;
>> +#else
>>      musb->hwvers = musb_read_hwvers(mbase);
>> +#endif
>
>ugh, musb_read_hwvers() is already in port-specific code.  fix 
>this in the right place:
>drivers/usb/musb/musb_regs.h
Got it done

Thanks

Cliff
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to