[PATCH] mmc: omap_hsmmc: fix max value of clkd

2012-09-21 Thread Balaji T K
clock divisor can take a max value of 1023 update code as per TRM so that card init can be handled with higher IP clock frequencies from which clock to the card is derived. Signed-off-by: Balaji T K balaj...@ti.com --- drivers/mmc/host/omap_hsmmc.c |5 +++-- 1 files changed, 3 insertions(+),

Re: [PATCH] mmc: omap_hsmmc: fix max value of clkd

2012-09-21 Thread S, Venkatraman
On Fri, Sep 21, 2012 at 8:51 PM, Balaji T K balaj...@ti.com wrote: clock divisor can take a max value of 1023 update code as per TRM so that card init can be handled with higher IP clock frequencies from which clock to the card is derived. This is difficult to read without some punctuation /

Re: [PATCH] mmc: omap_hsmmc: fix max value of clkd

2012-09-21 Thread Felipe Balbi
On Fri, Sep 21, 2012 at 10:28:00PM +0530, S, Venkatraman wrote: On Fri, Sep 21, 2012 at 8:51 PM, Balaji T K balaj...@ti.com wrote: clock divisor can take a max value of 1023 update code as per TRM so that card init can be handled with higher IP clock frequencies from which clock to the card