public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* McBSP in ARM side
@ 2007-02-24 12:31 Luís Vitório Cargnini
  2007-02-24 15:26 ` Nishanth Menon
  0 siblings, 1 reply; 2+ messages in thread
From: Luís Vitório Cargnini @ 2007-02-24 12:31 UTC (permalink / raw)
  To: OMAP

someone knows how to access an specific McBSP in ARM side ?
according the sources i could load the McBSP driver and use some specific f
unctions as omap_mcbsp_start() for example.
Or what device of /dev i must open ???
or for what /dev entries the McBSP are mapped
-- 
------------------------------------------------------------------------------
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS
Electrical Engineer Faculty
Ipiranga Avenue, 6681 – Building 30
P.O. Box: 90619-900 – Porto Alegre/RS
Phone: +55 51 3320 3500  extension: 7696
---------------------------------------------------------------------------------

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

* Re: McBSP in ARM side
  2007-02-24 12:31 McBSP in ARM side Luís Vitório Cargnini
@ 2007-02-24 15:26 ` Nishanth Menon
  0 siblings, 0 replies; 2+ messages in thread
From: Nishanth Menon @ 2007-02-24 15:26 UTC (permalink / raw)
  To: Luís Vitório Cargnini; +Cc: OMAP

Hi Luis
Luís Vitório Cargnini stated on 2/24/2007 6:31 AM:
> someone knows how to access an specific McBSP in ARM side ?
> according the sources i could load the McBSP driver and use some
> specific f
> unctions as omap_mcbsp_start() for example.
> Or what device of /dev i must open ???
> or for what /dev entries the McBSP are mapped
There are drivers and driver libraries. Drivers provide interfaces to
the userspace.. and libraries are not designed to expose anything to the
external world, and are meant to be used by other drivers to perform
some operation... to my knowledge, McBSP falls in that world of "driver
libraries" just like DMA. if you would like to do something with it, you
should be in kernel space.. Now, if your usecase insists on having a
userspace access... you could write your own wrapper to the driver
library just like what i2c-dev does for I2C driver library.
Regards,
Nishanth Menon

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

end of thread, other threads:[~2007-02-24 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-24 12:31 McBSP in ARM side Luís Vitório Cargnini
2007-02-24 15:26 ` Nishanth Menon

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