[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398428541-912-1-git-send-email-heikki.krogerus@linux.intel.com>
Date: Fri, 25 Apr 2014 15:22:19 +0300
From: Heikki Krogerus <heikki.krogerus@...ux.intel.com>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Mike Turquette <mturquette@...aro.org>
Cc: Len Brown <lenb@...nel.org>,
Mika Westerberg <mika.westerberg@...el.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Loic Poulain <loic.poulain@...el.com>,
linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] ACPI / LPSS: fractional divider clocks
Hi,
This serie is about getting support for the m over n fractional
divisors that are available for SPI and UART in Intel LPSS. We will
need support for it with the UART.
Fractional dividers appear to be quite common so I'm suggesting a new
basic clk type for them in the first patch.
Heikki Krogerus (2):
clk: new basic clk type for fractional divider
ACPI / LPSS: Support for fractional divider clock
drivers/acpi/acpi_lpss.c | 37 ++++++++--
drivers/clk/Makefile | 1 +
drivers/clk/clk-fractional-divider.c | 132 +++++++++++++++++++++++++++++++++++
include/linux/clk-provider.h | 31 ++++++++
4 files changed, 194 insertions(+), 7 deletions(-)
create mode 100644 drivers/clk/clk-fractional-divider.c
--
2.0.0.rc0
--
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