This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335 Kernel 3.12 Software UART

HI,

I would like to know if it is complicate to port the software uart driver to the kernel 3.12 or 3.8 ?

I tried to do it, by copying the folder drivers/tty/serial/am335x_pru_suart

But when I start to build the kernel I got :

drivers/tty/serial/am335x_pru_suart/am335x_suart_board.h:22:34: fatal error: linux/mfd/pruss_core.h: No such file or directory
compilation terminated.
make[4]: *** [drivers/tty/serial/am335x_pru_suart/suart_api.o] Error 1
make[3]: *** [drivers/tty/serial/am335x_pru_suart] Error 2
make[2]: *** [drivers/tty/serial] Error 2
make[1]: *** [drivers/tty] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [drivers] Error 2

What do you think ?