[patch davinci-git] Simplify code to calculate MMC/SD memory clock divide

2009-05-08 Thread Steve Chen
From: Steve Chen Simplify code to calculate MMC/SD memory clock divide. In the original code, much of the logic were dedicated to rounding up the memory clock divide (mmc_push_pull). The code can be simplified by rounding up in the algorithm itself. Original code has cpu_arm_c

Re: [patch davinci-git] Simplify code to calculate MMC/SD memory clock divide

2009-06-03 Thread Kevin Hilman
Steve Chen writes: > From: Steve Chen > > Simplify code to calculate MMC/SD memory clock divide. This looks good to me. Purushotam, Vipin, any comments? If looks good, please pull into your driver for upstream submission, then ack this patch and I'll pull it into davinci git. Kevin > In the