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 0/3] clk: Add APM X-Gene SoC clock driver
Date: Fri, 21 Jun 2013 17:42:57 +0100	[thread overview]
Message-ID: <20130621164257.GB25228@arm.com> (raw)
In-Reply-To: <1371828605-18053-1-git-send-email-lho@apm.com>

On Fri, Jun 21, 2013 at 04:30:02PM +0100, Loc Ho wrote:
> This patch adds APM X-Gene SoC clock driver support. Reference,
> PCP PLL, SoC PCP, and Ethernet clocks are defined via the DTS.
> 
> Loc Ho (3):
>   clk: Add APM X-Gene SoC clock driver with reference, PLL, and device
>     clocks.
>   clk: arm64: Add DTS clock entry for APM X-Gene Storm SoC.
>   Documentation: Add documentation for APM X-Gene clock binding.
> 
>  Documentation/devicetree/bindings/clock/xgene.txt |   90 ++++
>  arch/arm64/boot/dts/apm-storm.dtsi                |   75 +++
>  drivers/clk/Kconfig                               |    7 +
>  drivers/clk/Makefile                              |    1 +
>  drivers/clk/clk-xgene.c                           |  538 +++++++++++++++++++++
>  5 files changed, 711 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/clock/xgene.txt
>  create mode 100644 drivers/clk/clk-xgene.c

You'll have to send these patches to Mike Turquette (cc'ed), they are
not being merged via the arm64 tree.

Thanks.

-- 
Catalin

      parent reply	other threads:[~2013-06-21 16:42 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   ` [PATCH 1/3] clk: Add APM X-Gene SoC clock driver for reference, PLL, and device clocks Catalin Marinas
2013-06-24  8:48   ` Mark Rutland
2013-06-24 17:48     ` Loc Ho
2013-06-24 19:24       ` Mark Rutland
2013-06-21 16:42 ` Catalin Marinas [this message]

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=20130621164257.GB25228@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.