I am writing a simple UART device driver. I have been referring omap-serial.c as the device driver is for omap-4460 processor.
Can i write it using a simple > open,close,write,read and ioctl functions?
It is because I did not see these functions in the omap-serial.c, Instead in the init function,it was platform_driver_register function which inturn is pointing to probe,remove functions