[PATCH 1/2] Add a common struct clk
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Jan 18 07:21:16 EST 2011
On Wed, Jan 05, 2011 at 11:51:02AM +0800, Jeremy Kerr wrote:
> ---
> arch/Kconfig | 3
> include/linux/clk.h | 164 +++++++++++++++++++++++++++++++++++++++++---
> kernel/Makefile | 1
> kernel/clk.c | 102 +++++++++++++++++++++++++++
> 4 files changed, 261 insertions(+), 9 deletions(-)
As we already have drivers/clk/, does it really make sense to spread this
far and wide around the kernel tree by putting it in kernel/ ?
More information about the linux-arm-kernel
mailing list