Re: [PATCH] clk: remove CONFIG_COMMON_CLK_DEBUG

2013-12-19 Thread Gerhard Sittig
On Wed, Dec 18, 2013 at 21:43 -0800, Mike Turquette wrote: > > Populate ${DEBUGS_MOUNT_POINT}/clk if CONFIG_DEBUG_FS is set. This > eliminates the extra (annoying) step of enabling the config option > manually. > > Signed-off-by: Mike Turquette Yes, please! The debugfs information is just too

[PATCH] clk: remove CONFIG_COMMON_CLK_DEBUG

2013-12-18 Thread Mike Turquette
Populate ${DEBUGS_MOUNT_POINT}/clk if CONFIG_DEBUG_FS is set. This eliminates the extra (annoying) step of enabling the config option manually. Signed-off-by: Mike Turquette --- drivers/clk/Kconfig | 10 -- drivers/clk/clk.c | 2 +- include/linux/clk-private.h | 2 +-