On Tuesday 17 April 2012 19:40:08 Graeme Russ wrote:
> On Wed, Apr 18, 2012 at 2:11 AM, ANDY KENNEDY wrote:
> But you fall into the trap of thinking that driver porting from Linux is
> trivial - I doubt this is the case as you do not have the feature rich
> kernel API (locks, mutexes, memory management, etc)

it's good that you don't have that cruft :).  i've also found that many 
Blackfin linux drivers utilize IRQs/DMA heavily while the u-boot driver does 
polling/register banging.  sometimes this can make a huge difference to the 
code base, as well as hit a completely different set of issues (such as 
hardware or documentation bugs).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to