[android-kernel] /sys/class/gpio not registered

2010-12-17 Thread A Curtis
Hello, I am working on a S3C6410 platform and need to expose various GPIO outputs. I can see that gpiolib.c is being compiled. There is a video driver that is using these functions. However it does not appear in sysfs so I am not able to export any pin interfaces. What am I missing? TIA -- uns

[android-kernel] Location of display code in android 2.6.36 kernel.

2010-12-17 Thread GoldenEagle
Can someone please point me to location of display code specially DSI (display serial interface) code in android 2.6.36 kernel. Also, are there any testcase files to test the display(DSI). -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-kernel] Re: location for insmod scripts

2010-12-17 Thread Earlence
guys! I put the insmods inside init.rc. Problem solved. dont worry about it. >just curios .. why should you need to play with init.goldfish.rc .. are you >trying something with android emulator? I had earlier written a shell script to insmod the modules (around 10) and place a command to execute t

Re: [android-kernel] Re: location for insmod scripts

2010-12-17 Thread Arun K. Singh
just curios .. why should you need to play with init.goldfish.rc .. are you trying something with android emulator? Best Regards, Arun Kumar Singh www.crazydaks.com On Fri, Dec 17, 2010 at 2:09 PM, Earlence wrote: > yeah...I put them there. > > On Dec 17, 9:31

Re: [android-kernel] Re: location for insmod scripts

2010-12-17 Thread Arindam Roy
Put the module in any directory. from ADB use insmod for that module. See if error is coming or not. If its not coming, introduce the same insmod command. inspect the dmesg logs after bootup. Thanks, Arindam On Fri, Dec 17, 2010 at 2:09 PM, Earlence wrote: > yeah...I put them there. > > On Dec 1

[android-kernel] Re: location for insmod scripts

2010-12-17 Thread Earlence
yeah...I put them there. On Dec 17, 9:31 am, hedwin wrote: > /system/lib/modules might also be a good location > > On Thu, Dec 16, 2010 at 1:15 PM, Arun K. Singh wrote: > > > Perhaps a bit of grepping into past Android discussions helps :-)  anyways > > init.rc the only and correct place for ins

Re: [android-kernel] Re: location for insmod scripts

2010-12-17 Thread hedwin
/system/lib/modules might also be a good location On Thu, Dec 16, 2010 at 1:15 PM, Arun K. Singh wrote: > Perhaps a bit of grepping into past Android discussions helps :-)  anyways > init.rc the only and correct place for insmod. add modules  in /lib/modules > and insmod via init.rc > > Best Rega