linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: enable common clk and add support for Lynxpoint clocks
@ 2013-01-14 14:46 Mika Westerberg
  2013-01-14 14:46 ` [PATCH 1/3] x86: enable common clk on x86 Mika Westerberg
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Mika Westerberg @ 2013-01-14 14:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, Len Brown,
	Rafael J. Wysocki, Mike Turquette, Arnd Bergmann, Linus Walleij,
	Mark Brown, Heikki Krogerus, linux-acpi

Hi all,

The discussion that lead to this patch series starts from the below thread:

	http://thread.gmane.org/gmane.linux.kernel/1417691

In summary, there is no point in adding a special case code to the drivers
in order to pass them a fixed clock rate, but instead x86 should just
enable common clk subsystem and take advantage of it.

This has been proposed before by Mark Brown but for some reason it has not
merged into x86 tree.

This series tries to do the same but in this time we have real users for
the clk API.

[1/3] Enables the common clk framework on x86
[2/3] Adds Intel Lynxpoint Low Power Subsystem specific clocks as platform
      driver.
[3/3] Creates the platform device for the LPSS clocks driver if we find out
      that the Lynxpoint LPSS devices are available.

This series is based on Rafael's linux-pm/linux-next branch because there
is a dependency to the ACPI scan rework by Rafael.

Please review.

Mika Westerberg (3):
  x86: enable common clk on x86
  clk: x86: add support for Lynxpoint LPSS clocks
  ACPI: create Lynxpoint clocks if LPSS devices are found during scan

 arch/x86/Kconfig           |    1 +
 drivers/acpi/scan.c        |   36 ++++++++++++----
 drivers/clk/Makefile       |    1 +
 drivers/clk/x86/Makefile   |    2 +
 drivers/clk/x86/clk-lpss.c |   99 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/x86/clk-lpss.h |   36 ++++++++++++++++
 drivers/clk/x86/clk-lpt.c  |   86 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 252 insertions(+), 9 deletions(-)
 create mode 100644 drivers/clk/x86/Makefile
 create mode 100644 drivers/clk/x86/clk-lpss.c
 create mode 100644 drivers/clk/x86/clk-lpss.h
 create mode 100644 drivers/clk/x86/clk-lpt.c

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-01-17 23:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 14:46 [PATCH 0/3] x86: enable common clk and add support for Lynxpoint clocks Mika Westerberg
2013-01-14 14:46 ` [PATCH 1/3] x86: enable common clk on x86 Mika Westerberg
2013-01-15 23:59   ` Rafael J. Wysocki
2013-01-16  5:20     ` Mika Westerberg
2013-01-16 15:01       ` Rafael J. Wysocki
2013-01-16 15:28         ` Mika Westerberg
2013-01-17 22:38           ` Rafael J. Wysocki
2013-01-14 14:46 ` [PATCH 2/3] clk: x86: add support for Lynxpoint LPSS clocks Mika Westerberg
2013-01-15  3:11   ` Mark Brown
2013-01-14 14:46 ` [PATCH 3/3] ACPI: create Lynxpoint clocks if LPSS devices are found during scan Mika Westerberg
2013-01-17 23:07   ` Rafael J. Wysocki
2013-01-15  5:27 ` [PATCH 0/3] x86: enable common clk and add support for Lynxpoint clocks Mika Westerberg

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).