RE: [PATCH 3/4] DaVinci SPI: Fix SPI clock prescale factor computation

2010-04-26 Thread Koeller, T.
From: Kevin Hilman [mailto:khil...@deeprootsystems.com]: What platforms was this tested on? dm365_evm This looks like a fix that should be queued for 2.6.34-rc, but would be helpful to have a review/ack from Sandeep on this. Also, this fix needs to go upstream through the SPI maintainers.

Re: [PATCH 3/4] DaVinci SPI: Fix SPI clock prescale factor computation

2010-04-20 Thread Kevin Hilman
thomas.koel...@baslerweb.com writes: From: Thomas Koeller thomas.koel...@baslerweb.com Computation of the clock prescaler value returned bogus results if the requested SPI clock was impossible to set. It now sets either the maximum or minimum clock frequency, as appropriate. Signed-off-by:

[PATCH 3/4] DaVinci SPI: Fix SPI clock prescale factor computation

2010-04-08 Thread thomas . koeller
From: Thomas Koeller thomas.koel...@baslerweb.com Computation of the clock prescaler value returned bogus results if the requested SPI clock was impossible to set. It now sets either the maximum or minimum clock frequency, as appropriate. Signed-off-by: Thomas Koeller