Hello everybody,
I need to write my own uart driver, which use interrupts, to communicate with microcontroller. I have custom board based on c6a816x and need to use uart2 (ttyO2). But i can't read uart registers, even after request_mem_region was successful. I tried to disable omap-serial driver for this uart, but it seems unsuccessfully. Each attempt to read registers cause a kernel error.
I use EZSDK 5_04_00_11 and kernel from it.
I wrote a user space program which works fine, but now i need to write kernel module.
I will be grateful for any help.