On Wed, Apr 07, 2010 at 09:30:55AM -0500, Timur Tabi wrote:
> On Tue, Apr 6, 2010 at 7:40 PM, Kim Phillips <kim.phill...@freescale.com> 
> wrote:
> 
> >> > You should add a comment explaining why you're not using I/O
> >> > accessors.
> >>
> >> Ok, I will add the explanation.
> >
> > use raw i/o accessors please.
> 
> But what about his performance concern?  Shouldn't it be okay for him
> to do direct writes and then follow-up with a sync(), as long as he
> comments it?

That's exactly what raw accessors are for.  They don't include
synchronization (and unfortunately this somehow gets tied up in whether
endian conversions are done).

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

Reply via email to