2.6.20 problem after freeing init memory

2007-05-29 Thread Yogesh Kumar M
Hi, Can any body tell me the exact serial patch for 2.6.20 git kernel. since the problem is still existing after making changes in drivers/serial/8250.c line 174 thanks regards yogesh ___ Davinci-linux-open-source mailing list

low speed serial input into GPIO

2007-05-29 Thread Eric Tanner
Hi List, I need to create a module for a low speed serial input (800bps) using a GPIO pin, I already have GPIO interrupt working. I need to come up with a way to get the correct timing. What all I basically need to do is get the time between GPIO interrupts. Any suggestion? Thanks, Eric