[PATCH] mmci: corrected calculation of clock div for ux500 v2

2010-12-03 Thread Linus Walleij
From: Ulf Hansson ulf.hans...@stericsson.com The Ux500 variant of this block has a different divider. The value used right now is too big and which means a loss in performance. This fix corrects it. Also expand the math comments a bit so it's clear what's happening. Further the Ux500 variant does

[PATCH] mmci: corrected calculation of clock div for ux500

2010-12-02 Thread Linus Walleij
From: Ulf Hansson ulf.hans...@stericsson.com The Ux500 variant of this block has a different divider. The value used right now is too big and which means a loss in performance. This fix corrects it. Signed-off-by: Ulf Hansson ulf.hans...@stericsson.com Signed-off-by: Linus Walleij

Re: [PATCH] mmci: corrected calculation of clock div for ux500

2010-12-02 Thread Russell King - ARM Linux
On Thu, Dec 02, 2010 at 05:51:18PM +0100, Linus Walleij wrote: From: Ulf Hansson ulf.hans...@stericsson.com The Ux500 variant of this block has a different divider. The value used right now is too big and which means a loss in performance. This fix corrects it. Err. + } else

Re: [PATCH] mmci: corrected calculation of clock div for ux500

2010-12-02 Thread Linus Walleij
Hansson ulf.hans...@stericsson.com Date: Tue, 12 Oct 2010 18:00:28 +0200 Subject: [PATCH] mmci: corrected calculation of clock div for ux500 The Ux500 variant of this block has a different divider. The value used right now is too big and which means a loss in performance. This fix corrects it. Also