From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric.y.miao@gmail.com (Eric Miao) Date: Thu, 15 Apr 2010 01:32:59 +0800 Subject: [PATCH] pxa: make it clear by converting MMC 'delay_detect' to millisecond In-Reply-To: <87hbne7xmo.fsf@free.fr> References: <87hbne7xmo.fsf@free.fr> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 15, 2010 at 1:27 AM, Robert Jarzmik wrote: > Eric Miao writes: > >> commit 4db1d6645934f49806bd1b49ae4c4176e9b7c843 >> Author: Eric Miao >> Date: ? Wed Apr 14 07:00:42 2010 +0800 >> >> ? ? [ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecond >> >> ? ? delay_detect in HZ is confusing, convert it to be millisecond based. And >> ? ? thus remove those unnecessary call to msecs_to_jiffies() at runtime for >> ? ? this field. Other constants are converted assuming HZ == 100, which are >> ? ? basically true for those platforms. >> >> ? ? The assignment in csb726.c was incorrect, and is fixed in this patch as >> ? ? a result. >> >> ? ? Signed-off-by: Eric Miao > > For mioa701 part, please find my : > Acked-by: Robert Jarzmik > Thanks, Robert.