[PATCH 0/2] clk: Add support for more default divider types

From: Rajendra Nayak
Date: Thu May 17 2012 - 06:22:49 EST


Mike,

The 2 patches here add support for 'power of two' and 'table based'
dividers to clk-divider.c.
These divider types are useful on OMAP and extending clk-divider.c
to support these should help other platforms too which have
such divider types.

regards,
Rajendra

Rajendra Nayak (2):
clk: Add support for power of two type dividers
clk: Add support for rate table based dividers

drivers/clk/clk-divider.c | 129 +++++++++++++++++++++++++++++++++++-------
include/linux/clk-private.h | 3 +-
include/linux/clk-provider.h | 10 +++-
3 files changed, 120 insertions(+), 22 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/