linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Mike Turquette <mturquette@linaro.org>
Cc: Len Brown <lenb@kernel.org>,
	Mika Westerberg <mika.westerberg@intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Loic Poulain <loic.poulain@intel.com>,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] ACPI / LPSS: fractional divider clocks
Date: Fri, 25 Apr 2014 15:22:19 +0300	[thread overview]
Message-ID: <1398428541-912-1-git-send-email-heikki.krogerus@linux.intel.com> (raw)

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


             reply	other threads:[~2014-04-25 12:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-25 12:22 Heikki Krogerus [this message]
2014-04-25 12:22 ` [PATCH 1/2] clk: new basic clk type for fractional divider Heikki Krogerus
2014-04-25 12:22 ` [PATCH 2/2] ACPI / LPSS: Support for fractional divider clock Heikki Krogerus
2014-04-25 13:44   ` Andy Shevchenko
2014-04-25 13:49     ` Heikki Krogerus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1398428541-912-1-git-send-email-heikki.krogerus@linux.intel.com \
    --to=heikki.krogerus@linux.intel.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.poulain@intel.com \
    --cc=mika.westerberg@intel.com \
    --cc=mturquette@linaro.org \
    --cc=rjw@rjwysocki.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).