On Sep 10, 2007, at 2:44 PM, Scott Wood wrote:
Kumar Gala wrote:
quoted
On Sep 5, 2007, at 2:29 PM, Scott Wood wrote:
quoted
The hardware adds one to the BRG value to get the divider, so it
must
be subtracted by software. Without this patch, characters will
occasionally
be corrupted.
Signed-off-by: Scott Wood <redacted>
---
arch/powerpc/sysdev/cpm2_common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
What was this patch against?
I ended up applying it by hand for 2.6.23 since its fixing a
bug.. But, I'm wondering if there was a base set of changes this
patchset was against?
It was against head-of-your-tree as of the time I sent it.
Odd, my top of tree doesn't use out_be32() for cpm_setbrg().
- k