Results 1 to 2 of 2
Where can I find the source code to an SDIO controller in the Linux kernel? I not looking for a driver for a device that uses SDIO as interface, but ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-30-2012 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 8
SDIO driver in the kernel
Where can I find the source code to an SDIO controller in the Linux kernel? I not looking for a driver for a device that uses SDIO as interface, but the source code that operates the SDIO controller itself.
- 05-03-2012 #2
In my idea grep command is your friend. this command can search in files for a word fast. e.g.
which searchs recursively (-r) for " SDIO " string with case ignoring (-i) in tree ~/src/kernel3Code:grep -ri " SDIO " ~/src/kernel3
Sincerely,
Yasser.


Reply With Quote
