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 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 > > d

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 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 / capitalizat

[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 --- drivers/mmc/host/omap_hsmmc.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)