Where is omap_mux source code?

Hi,
Can anyone please point me to the source code which generates /sys/kernel/debug/omap_mux?

Thanks much
Ashwin

Hi,
Can anyone please point me to the source code which generates
/sys/kernel/debug/omap_mux?

When you ask a query on mailing list, try to send the email to yourself first.
Then questions will pop up like, should i not specify what kernel
source i want help on?

Hi Randy,
Thanks for replying. I always read my posts twice and then again before hitting publish, in this case I didn’t specify “kernel” source code since I wasn’t sure which source code creates the omap_mux directory. To my knowledge there is only one source which creates the omap_mux directory, do you know of multiple source files doing the same? If so, point me to anyone and that’ll be helpful.

Thanks

Oops! Sorry I didn’t understand your statement at first, you were probably asking for the build flavor. I am using CircuitCo kernel 3.2.18, got the source from Koen Kooi’s Linux github.

Thanks
Ashwin

Found it in /kernel/linux/arch/arm/mach-omap2/mux.c

Thanks