Re: [PATCH 2/2] Utilize inotify to detect debugfs changes

2011-04-06 Thread Amit Kucheria
On Wed, Apr 6, 2011 at 11:36 AM, Yong Shen wrote: > > > On Tue, Apr 5, 2011 at 8:49 PM, Daniel Lezcano > wrote: >> >> On 04/05/2011 10:28 AM, yong.s...@linaro.org wrote: >>> >>> From: Yong Shen >>> >>> Signed-off-by: Yong Shen >>> --- >>>  clocks.c     |   54 >>> +

Re: [PATCH 2/2] Utilize inotify to detect debugfs changes

2011-04-06 Thread Yong Shen
On Tue, Apr 5, 2011 at 8:49 PM, Daniel Lezcano wrote: > On 04/05/2011 10:28 AM, yong.s...@linaro.org wrote: > >> From: Yong Shen >> >> Signed-off-by: Yong Shen >> --- >> clocks.c | 54 >> +- >> powerdebug.c |3 +++ >> powerdebug.h |

Re: [PATCH 2/2] Utilize inotify to detect debugfs changes

2011-04-05 Thread Daniel Lezcano
On 04/05/2011 10:28 AM, yong.s...@linaro.org wrote: From: Yong Shen Signed-off-by: Yong Shen --- clocks.c | 54 +- powerdebug.c |3 +++ powerdebug.h |3 +++ 3 files changed, 59 insertions(+), 1 deletions(-) diff --git a/cloc