Re: [android-kernel] SDIO on android

2010-10-28 Thread parth shah
Hi Silwerstar , I faced this problem before at hardware level. I had SDIO connected to 4 datalines of my WLAN module and that module was sharing the antenna with BT using automatic Switch. The workaround was both in H/w and in driver. Connect 8 datalines to module and change the driver accordin

Re: [android-kernel] SDIO on android

2010-10-27 Thread Abhinayak Mishra
why not create a test case inside your driver itself that starts when you write 1 to a sysfs entry?should rule out much of android stuff.:) Or, if you want finer comparison, just try the two kernels without any gui\os itself :) On Thu, Oct 7, 2010 at 8:07 AM, Silwerstar wrote: > > Hi, > > I

[android-kernel] SDIO on android

2010-10-08 Thread Silwerstar
Hi, I am working on my SDIO driver for beagle board. Initially I used the kernel from Angstrom and managed to achieve a throughput of around 20Mbps. Later on I got 0xdroid's port of Android up and running on beagle board. Both the kernels are of the same version 2.6.29. However using Angstrom's k