hi all,
i have tested user mode spi driver successfully on mcspi-4
now i need to try the spi driver as a kernel module..... for this i
need a mcspi4 master controller driver.
wher can i find this??i checked in arch/arm/mach-omap2/ of v2.6.32
mainline but didn.t find.....
can anybody help me regarding this??
hi all,
i have tested user mode spi driver successfully on mcspi-4
You mean spidev?
now i need to try the spi driver as a kernel module..... for this i
need a mcspi4 master controller driver.
wher can i find this??i checked in arch/arm/mach-omap2/ of v2.6.32
I'm not sure I follow. If you have used spidev this means the kernel
driver is working just fine. Spidev is simply a user-mode interface for
the kernel's spi subsystem. If you are looking for the driver for the
McSPI controller, this is found in drivers/spi/omap2_mcspi.c.
Do you want to use the spi subsystem from a kernel mode driver? I would
recommend that you take a look at the documentation in
Documentation/spi.
Cheers,
- Ben
> hi all,
> i have tested user mode spi driver successfully on mcspi-4You mean spidev?
ya.. exactly......