On 10/31/06, Laurent Pinchart <[EMAIL PROTECTED]> wrote: > Ditto. Your patch fixed my problems. I'd like to see a fix (either this one or > another one, there are different solutions) pushed upstream soon, as the > problem is quite serious. I'm quite amazed nobody had ever reported it > before.
I think cpm_uart_startup() is the right place to enable both transmitter and receiver, since they are disabled in the corresponding shutdown() function. Or actually, one might be just fine with never disabling the hardware at all. I can't see any reason other than power consumption that they are disabled by the shutdown() function. It seems the reason of not enabling the transmitter at startup() is that the serial core specification only states that reception should be enabled with that function call. However enabling also the transmitter does not by itself initiate any transmissions, so it should be just fine. It just makes the hardware ready to transmit. _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
