RE: [PATCH] ARM: SAMSUNG: Add support for clock debugging through debug-fs interface

2010-11-22 Thread Kukjin Kim
amit.dan...@samsung.com wrote: > Maybe missed set name in your e-mail client. > From: Amit Daniel Kachhap > > This patch adds support for clock information exposed to debug-fs > interface. > > Signed-off-by: Amit Daniel Kachhap > --- > arch/arm/plat-samsung/clock.c | 92 >

Re: [PATCH] ARM: SAMSUNG: Add support for clock debugging through debug-fs interface

2010-11-16 Thread Yong Shen
In that case, please see my few comments inline. Yong On Tue, Nov 16, 2010 at 8:40 PM, Amit Kucheria wrote: > Yong, > > No. The work that you're doing is long-term. It will take time for > platforms > to move to the common struct clk - almost unlikely for the next Linaro > release. > > In the sh

Re: [PATCH] ARM: SAMSUNG: Add support for clock debugging through debug-fs interface

2010-11-16 Thread Amit Kucheria
Yong, No. The work that you're doing is long-term. It will take time for platforms to move to the common struct clk - almost unlikely for the next Linaro release. In the short-term, we still need all partner platforms to expose this debug information for our tools in a consistent way - OMAP alrea

Re: [PATCH] ARM: SAMSUNG: Add support for clock debugging through debug-fs interface

2010-11-16 Thread Yong Shen
Hi Amit, We are trying to make this clock debug interface generic, so every platform can benefit from it. Maybe it is better to wait for a while until the common interface comes out. Yong On Tue, Nov 16, 2010 at 6:54 PM, wrote: > From: Amit Daniel Kachhap > > This patch adds support for clock

[PATCH] ARM: SAMSUNG: Add support for clock debugging through debug-fs interface

2010-11-16 Thread amit . daniel
From: Amit Daniel Kachhap This patch adds support for clock information exposed to debug-fs interface. Signed-off-by: Amit Daniel Kachhap --- arch/arm/plat-samsung/clock.c | 92 arch/arm/plat-samsung/include/plat/clock.h |3 + 2 files changed, 95