Re: [PATCH/RFC] mmc: sh_mmcif: Increase MMCIF clock rate to 97.5MHz

2014-11-12 Thread Ulf Hansson
On 11 November 2014 07:42, Yoshihiro Kaneko ykaneko0...@gmail.com wrote: From: Shinobu Uehara shinobu.uehara...@renesas.com Some more info in the commit message please. Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com ---

Re: [PATCH/RFC] mmc: sh_mmcif: Increase MMCIF clock rate to 97.5MHz

2014-11-12 Thread Sergei Shtylyov
Hello. On 11/11/2014 9:42 AM, Yoshihiro Kaneko wrote: From: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com --- This patch is based on mmc-next branch of Chris Ball's mmc tree.

Re: [PATCH/RFC] mmc: sh_mmcif: Increase MMCIF clock rate to 97.5MHz

2014-11-12 Thread Kuninori Morimoto
Hi Kaneko-san From: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com --- (snip) + if (np !of_property_read_u32(np, renesas,clk-rate, clk_rate)) { + if (clk_rate)

Re: [PATCH/RFC] mmc: sh_mmcif: Increase MMCIF clock rate to 97.5MHz

2014-11-12 Thread Simon Horman
On Thu, Nov 13, 2014 at 12:15:58AM +, Kuninori Morimoto wrote: Hi Kaneko-san From: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com --- (snip) + if (np

Re: [PATCH/RFC] mmc: sh_mmcif: Increase MMCIF clock rate to 97.5MHz

2014-11-12 Thread Kuninori Morimoto
Hi Simon you are correct in assuming that this patch came from the BSP. Is your opinion that a) changing the clock rate is good but b) it needs to be done using a standard method? If so, is the main change required to use a standard binding string rather than renesas,clk-rate? Is the

[PATCH/RFC] mmc: sh_mmcif: Increase MMCIF clock rate to 97.5MHz

2014-11-10 Thread Yoshihiro Kaneko
From: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Yoshihiro Kaneko ykaneko0...@gmail.com --- This patch is based on mmc-next branch of Chris Ball's mmc tree. drivers/mmc/host/sh_mmcif.c | 14 ++ 1 file