<div dir="ltr"><div><div><div><div><div>Hi Nick,<br><br>On Sat, Aug 16, 2014 at 7:45 PM, Nick Krause <<a href="mailto:xerofoify@gmail.com">xerofoify@gmail.com</a>> wrote:<br>><br>> I would like to read the code for these drivers and am not sure where<br>
> the code for them is.<br>> If someone can send me the directory that would be great as I am not<br>> sure where the<br>> code is.<br><br></div>You're going to find that the drivers are spread out around the tree (well mosstly in the drivers tree)<br>
<br></div>The way I would go about this is to build a kernel for the board in question. Make sure it has all of the drivers installed.<br><br></div>Then go and look in your build tree. There will be a .o file for each source file that was compiled into the kernel (or made into a module).<br>
<br></div>Then you'll know exactly which source files were actually compiled into the kernel that you built.<br><br></div>Once you understand how .config files work, you can also figure out which source files would be compiled, but you can leave that for later.<br>
<div><div><div><div><div><br>--<br>Dave Hylands<br>Shuswap, BC, Canada<br><a href="http://www.davehylands.com">http://www.davehylands.com</a></div></div></div></div></div></div>