All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Charles Keepax <ckeepax@opensource.cirrus.com>
Cc: lee.jones@linaro.org, mturquette@baylibre.com, sboyd@kernel.org,
	broonie@kernel.org, linus.walleij@linaro.org,
	mark.rutland@arm.com, lgirdwood@gmail.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	patches@opensource.cirrus.com
Subject: Re: [PATCH 2/5] clk: lochnagar: Add support for the Cirrus Logic Lochnagar
Date: Sun, 16 Sep 2018 18:12:39 -0500	[thread overview]
Message-ID: <5b9f3f63.1c69fb81.2105.2fc6@mx.google.com> (raw)
In-Reply-To: <20180905104120.17252-2-ckeepax@opensource.cirrus.com>

On Wed, Sep 05, 2018 at 11:41:17AM +0100, Charles Keepax wrote:
> From: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> 
> Lochnagar is an evaluation and development board for Cirrus
> Logic Smart CODEC and Amp devices. It allows the connection of
> most Cirrus Logic devices on mini-cards, as well as allowing
> connection of various application processor systems to provide a
> full evaluation platform.
> 
> The Lochnagar can take several input clocks from the host system,
> provides several of its own clock sources, and provides extensive
> routing options for those clocks to be supplied to the attached
> CODEC/Amp device.
> 
> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> ---
>  drivers/clk/Kconfig                 |   7 +
>  drivers/clk/Makefile                |   1 +
>  drivers/clk/clk-lochnagar.c         | 452 ++++++++++++++++++++++++++++++++++++
>  include/dt-bindings/clk/lochnagar.h |  36 +++

The binding headers should be part of the binding patch and that should 
come first in the series.

>  4 files changed, 496 insertions(+)
>  create mode 100644 drivers/clk/clk-lochnagar.c
>  create mode 100644 include/dt-bindings/clk/lochnagar.h

  reply	other threads:[~2018-09-16 23:12 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 10:41 [PATCH 1/5] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar Charles Keepax
2018-09-05 10:41 ` Charles Keepax
2018-09-05 10:41 ` [PATCH 2/5] clk: " Charles Keepax
2018-09-05 10:41   ` Charles Keepax
2018-09-16 23:12   ` Rob Herring [this message]
2018-09-05 10:41 ` [PATCH 3/5] regulator: " Charles Keepax
2018-09-05 10:41   ` Charles Keepax
2018-09-05 10:41 ` [PATCH 4/5] pinctrl: " Charles Keepax
2018-09-05 10:41   ` Charles Keepax
2018-09-25 20:20   ` Rob Herring
2018-09-05 10:41 ` [PATCH 5/5] mfd: lochnagar: Add initial binding documentation Charles Keepax
2018-09-05 10:41   ` Charles Keepax
2018-09-05 11:01 ` [PATCH 1/5] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar Mark Brown
2018-09-06 13:46 ` Linus Walleij
2018-09-06 13:46   ` Linus Walleij
2018-09-06 14:48   ` Charles Keepax
2018-09-06 14:48     ` Charles Keepax
2018-09-16 23:11     ` Rob Herring
2018-09-17 13:50       ` Charles Keepax
2018-09-17 13:50         ` Charles Keepax
2018-09-07  0:06 ` kbuild test robot
2018-09-07  8:44   ` Charles Keepax
2018-09-07  8:44     ` Charles Keepax

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=5b9f3f63.1c69fb81.2105.2fc6@mx.google.com \
    --to=robh@kernel.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=patches@opensource.cirrus.com \
    --cc=sboyd@kernel.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.