I have written a simple driver for a character device in Non Blocking mode using epoll. Now I would like to use that driver for SPI interface.
What should be the device name or how will I map the actual device with the kernel ? How will I use the interrupt?
Also who is the Master and Slave?Suppose I am connecting a SPI compatible device to the panda board.Will that device becomes a slave and the development board becomes Master?
I am a newbie.I am using a panda board. In what way should I go through the Technical Reference manual?
I would really appreciate if anybody would explain and clarify my doubts.