All of lore.kernel.org
 help / color / mirror / Atom feed
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks.
Date: Fri, 21 Jun 2013 17:43:52 +0100	[thread overview]
Message-ID: <20130621164352.GC25228@arm.com> (raw)
In-Reply-To: <1371828605-18053-2-git-send-email-lho@apm.com>

On Fri, Jun 21, 2013 at 04:30:03PM +0100, Loc Ho wrote:
> clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks.
> 
> Signed-off-by: Loc Ho <lho@apm.com>
> Signed-off-by: Kumar Sankaran <ksankaran@apm.com>
> Signed-off-by: Vinayak Kale <vkale@apm.com>
> Signed-off-by: Feng Kan <fkan@apm.com>
> ---
>  drivers/clk/Kconfig     |    7 +
>  drivers/clk/Makefile    |    1 +
>  drivers/clk/clk-xgene.c |  538 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 546 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/clk/clk-xgene.c
> 
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index 0357ac4..aa4d8b6 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -81,6 +81,13 @@ config COMMON_CLK_AXI_CLKGEN
>           Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
>           FPGAs. It is commonly used in Analog Devices' reference designs.
> 
> +config COMMON_CLK_XGENE
> +       bool "Clock driver for APM XGene SoC"
> +       default y
> +       depends on ARCH_XGENE
> +       ---help---
> +         Sypport for the APM X-Gene SoC reference, PLL, and device clocks.

Like the recent vexpress changes, you can make this depend on ARM64
only.

-- 
Catalin

  parent reply	other threads:[~2013-06-21 16:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-21 15:30 [PATCH 0/3] clk: Add APM X-Gene SoC clock driver Loc Ho
2013-06-21 15:30 ` [PATCH 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Loc Ho
2013-06-21 15:30   ` [PATCH 2/3] clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC Loc Ho
2013-06-21 15:30     ` [PATCH 3/3] Documentation: Add documentation for APM X-Gene clock binding Loc Ho
2013-06-24  8:54       ` Mark Rutland
2013-06-24 17:57         ` Loc Ho
2013-06-24 19:20           ` Mark Rutland
2013-06-24 20:26             ` Loc Ho
2013-06-21 16:43   ` Catalin Marinas [this message]
2013-06-24  8:48   ` [PATCH 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Mark Rutland
2013-06-24 17:48     ` Loc Ho
2013-06-24 19:24       ` Mark Rutland
2013-06-21 16:42 ` [PATCH 0/3] clk: Add APM X-Gene SoC clock driver Catalin Marinas

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=20130621164352.GC25228@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.