Re: [PATCH 3/3] mmc: atmel-mci: add support for odd clock dividers

2012-04-01 Thread Ludovic Desroches
Hi Chris, On Sat, Mar 31, 2012 at 11:44:41PM -0400, Chris Ball wrote: > Hi, > > On Thu, Mar 22 2012, Nicolas Ferre wrote: > > On 03/21/2012 04:41 PM, ludovic.desroc...@atmel.com : > >> From: Ludovic Desroches > >> > >> Add an odd clock divider capability available from v5xx. It also involves >

Re: [PATCH 3/3] mmc: atmel-mci: add support for odd clock dividers

2012-03-31 Thread Chris Ball
Hi, On Thu, Mar 22 2012, Nicolas Ferre wrote: > On 03/21/2012 04:41 PM, ludovic.desroc...@atmel.com : >> From: Ludovic Desroches >> >> Add an odd clock divider capability available from v5xx. It also involves >> changing the clock divider calculation. > > Also tell here that you have changed the

Re: [PATCH 3/3] mmc: atmel-mci: add support for odd clock dividers

2012-03-22 Thread Nicolas Ferre
On 03/21/2012 04:41 PM, ludovic.desroc...@atmel.com : > From: Ludovic Desroches > > Add an odd clock divider capability available from v5xx. It also involves > changing the clock divider calculation. Also tell here that you have changed the way that the switch/case directive has been implemented

[PATCH 3/3] mmc: atmel-mci: add support for odd clock dividers

2012-03-21 Thread ludovic . desroches
From: Ludovic Desroches Add an odd clock divider capability available from v5xx. It also involves changing the clock divider calculation. Signed-off-by: Ludovic Desroches --- drivers/mmc/host/atmel-mci-regs.h |1 + drivers/mmc/host/atmel-mci.c | 48 ++