I am using DM355 EVM and I want to connect normal ADC IC communicating with DM355 using SPI . in LSP , I have touchscreen device driver for adx7846 and eeprom driver.But the problem is the touch screen driver is input type device and eeprom one is MTD. I just want SPI to configure and initiate the IC .My questions are..
1- Do I need to write my own character driver??if yes than is there any example available?? i am using LSP 1.2 and MV4.
2- If its fine to use after proper modification than which one is preferable input or MTD ??