Re: [PATCH] cpm2: Round the baud-rate clock divider to the nearest integer.
From: Kumar Gala <hidden>
Date: 2008-11-20 16:01:08
From: Kumar Gala <hidden>
Date: 2008-11-20 16:01:08
On Nov 20, 2008, at 9:57 AM, Laurent Pinchart wrote:
Hi Kumar, On Thursday 20 November 2008 16:32:21 Kumar Gala wrote:quoted
On Nov 20, 2008, at 6:32 AM, Laurent Pinchart wrote:quoted
Instead of rounding the divider down, improve the baud-rate generators accuracy by rounding to the nearest integer. Signed-off-by: Laurent Pinchart <redacted> --- arch/powerpc/sysdev/cpm2.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)is this fixing a bug or just making things better?I guess it depends on your definition of bug :-) The problem has always been present in the kernel sources, and people seem to have coped with it until today. It is still a bug in my opinion, but I suppose the patch can wait until 2.6.29 especially if we want to get it tested (it slightly changes baud rates after all).
Ok. I'll put this in the .29 queue. Can you provide a bit more detail on the issue this is resolving. - k