Hi
Team
I am new bee to device driver!
I have a beagle bone black
I have downloaded the source code of linux 4.1.15
My task is to understand the I2C and serial driver for beagle bone!
As i know only few things on device driver i want to make sure i2c and serial works on my board.
I want to know where could I find the source code driver for am335x device driver and serial device driver for am335x driver so that i can understand the code and can learn the frame work.
As I have downloaded the source code i am able to find the files of i2c for other soc but not for am335x
Example :i have i2c-bcm-kona.c i2c-bcm2835.c but not able to find the file that corresponds to am335x for beagle bone!
My intention is to see and check how implementation is done and analyse the driver!
Kindly let me know what could be the approach as i have already gone through the documentation folder of i2c and there frame work i need to quickly get into coding and test the driver by analysing!
Need help on finding and let me know the suitable approach to do this and where to start for driver development!
Thank you
Deepak R