[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1337250134-29206-1-git-send-email-rnayak@ti.com>
Date: Thu, 17 May 2012 15:52:12 +0530
From: Rajendra Nayak <rnayak@...com>
To: <mturquette@...com>, <mturquette@...aro.org>
CC: <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
Rajendra Nayak <rnayak@...com>
Subject: [PATCH 0/2] clk: Add support for more default divider types
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists