Re: [PATCH] mmc: debugfs: expose the SDCLK frq in sys ios (v2)

2011-10-26 Thread Giuseppe CAVALLARO
Hello Adrian On 10/25/2011 10:40 AM, Adrian Hunter wrote: > On 21/10/11 11:16, Giuseppe CAVALLARO wrote: >> This patch is to expose the actual SDCLK frequency in >> /sys/kernel/debug/mmcX/ios entry. >> >> For example, if the max clk for a normal speed card is 20MHz >> this is reported in /sys/kern

Re: [PATCH] mmc: debugfs: expose the SDCLK frq in sys ios (v2)

2011-10-25 Thread Adrian Hunter
On 21/10/11 11:16, Giuseppe CAVALLARO wrote: > This patch is to expose the actual SDCLK frequency in > /sys/kernel/debug/mmcX/ios entry. > > For example, if the max clk for a normal speed card is 20MHz > this is reported in /sys/kernel/debug/mmcX/ios. > Unfortunately the actual SDCLK frequency (i.e

[PATCH] mmc: debugfs: expose the SDCLK frq in sys ios (v2)

2011-10-21 Thread Giuseppe CAVALLARO
This patch is to expose the actual SDCLK frequency in /sys/kernel/debug/mmcX/ios entry. For example, if the max clk for a normal speed card is 20MHz this is reported in /sys/kernel/debug/mmcX/ios. Unfortunately the actual SDCLK frequency (i.e. Baseclock / divisor) is not reported at all: for examp