public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Some musb Blackfin porting issues
@ 2007-09-06  6:52 Bryan Wu
  2007-09-06 14:43 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Bryan Wu @ 2007-09-06  6:52 UTC (permalink / raw)
  To: David Brownell, Tony Lindgren, linux-omap-open-source

Dear David and Tony:

I almost imported the musb stack to our Blackfin tree. But there are
some code highly coupled with ARM Linux architecture. Please give me
some idea about following issues:

1. Clock framework is not available in Blackfin Linux arch currently. Is
it possible to skip it?

2. Registers layout in musb-regs.h is different with BF54x processor. I
plan to write a musb-bf54x.h to replace the whole definition in
musb-regs.h. Is that possible or do it conflict with current musb
design?
in musb-regs.h:
---
#ifdef CONFIG_BF54x
#include "musb-bf54x.h"
#else
..... /* original code from musb-regs.h */
#endif
--

Thanks a lot
- Bryan Wu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-06 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-06  6:52 Some musb Blackfin porting issues Bryan Wu
2007-09-06 14:43 ` Tony Lindgren
2007-09-06 18:44   ` David Brownell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox