Re: [PATCH] fix mpc83xx spi prescale modulus calculate

2008-06-20 Thread Kumar Gala
On Jun 20, 2008, at 4:38 AM, Chen Gong wrote: Signed-off-by: Chen Gong <[EMAIL PROTECTED]> --- drivers/spi/spi_mpc83xx.c | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) Please CC the SPI devel list. - k ___

Re: [PATCH] fix mpc83xx spi prescale modulus calculate

2008-06-20 Thread Anton Vorontsov
On Fri, Jun 20, 2008 at 05:38:17PM +0800, Chen Gong wrote: > Signed-off-by: Chen Gong <[EMAIL PROTECTED]> The patch lacks any description. E.g. at which frequencies the current math breaks, and why? > --- > drivers/spi/spi_mpc83xx.c | 29 - > 1 files changed, 16 ins

RE: [PATCH] fix mpc83xx spi prescale modulus calculate

2008-06-20 Thread Li Yang
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Chen Gong > Sent: Friday, June 20, 2008 5:38 PM > To: linuxppc-dev@ozlabs.org > Cc: Chen Gong > Subject: [PATCH] fix mpc83xx spi prescale modulus calculate > > Si

[PATCH] fix mpc83xx spi prescale modulus calculate

2008-06-20 Thread Chen Gong
Signed-off-by: Chen Gong <[EMAIL PROTECTED]> --- drivers/spi/spi_mpc83xx.c | 29 - 1 files changed, 16 insertions(+), 13 deletions(-) diff --git a/drivers/spi/spi_mpc83xx.c b/drivers/spi/spi_mpc83xx.c index 6832da6..070c621 100644 --- a/drivers/spi/spi_mpc83xx.c +++