[U-Boot] [PATCH 7/9 v2] Exynos: clock: Add generic api to get the clk freq

2013-02-28 Thread Akshay Saraswat
Add generic api to get the frequency of the required peripherial. This API gets the source clock frequency and returns the required frequency by dividing with first and second dividers based on the requirement. Test with command "sf probe 1:0; time sf read 40008000 0 1000". Try with different numb

Re: [U-Boot] [PATCH 7/9 v2] Exynos: clock: Add generic api to get the clk freq

2013-02-28 Thread Simon Glass
On Thu, Feb 28, 2013 at 2:59 AM, Akshay Saraswat wrote: > Add generic api to get the frequency of the required peripherial. This > API gets the source clock frequency and returns the required frequency > by dividing with first and second dividers based on the requirement. > > Test with command "sf

Re: [U-Boot] [PATCH 7/9 v2] Exynos: clock: Add generic api to get the clk freq

2013-03-27 Thread Minkyu Kang
On 28/02/13 19:59, Akshay Saraswat wrote: > Add generic api to get the frequency of the required peripherial. This typo. peripherial -> peripheral > API gets the source clock frequency and returns the required frequency > by dividing with first and second dividers based on the requirement. > > T