All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <lee.jones@linaro.org>, <sboyd@kernel.org>,
	<mturquette@baylibre.com>, <robh+dt@kernel.org>,
	<mark.rutland@arm.com>
Cc: <linus.walleij@linaro.org>, <linux-clk@vger.kernel.org>,
	<linux-gpio@vger.kernel.org>, <patches@opensource.cirrus.com>,
	<devicetree@vger.kernel.org>
Subject: Re: [PATCH v6 1/6] mfd: lochnagar: Add initial binding documentation
Date: Tue, 29 Jan 2019 16:58:32 +0000	[thread overview]
Message-ID: <20190129165832.GK3837@imbe.wolfsonmicro.main> (raw)
In-Reply-To: <20190117145858.26659-1-ckeepax@opensource.cirrus.com>

On Thu, Jan 17, 2019 at 02:58:53PM +0000, Charles Keepax wrote:
> +Example:
> +
> +lochnagar: lochnagar@22 {
> +	compatible = "cirrus,lochnagar2";
> +	reg = <0x22>;
> +
> +	reset-gpios = <&gpio0 55 0>;
> +	present-gpios = <&gpio0 60 0>;
> +
> +	lochnagar-clk {
> +		compatible = "cirrus,lochnagar2-clk";
> +		...
> +	};
> +
> +	lochnagar-pinctrl {
> +		compatible = "cirrus,lochnagar-pinctrl";
> +		...
> +	};
> +
> +	lochnagar-regulator {
> +		compatible = "cirrus,lochnagar-regulator";
> +		...

Sorry just realised this entry in the example is a hang over from
earlier versions of the regulator code and needs to go apologies I
will respin the series.

Thanks,
Charles

WARNING: multiple messages have this Message-ID (diff)
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: lee.jones@linaro.org, sboyd@kernel.org, mturquette@baylibre.com,
	robh+dt@kernel.org, mark.rutland@arm.com
Cc: linus.walleij@linaro.org, linux-clk@vger.kernel.org,
	linux-gpio@vger.kernel.org, patches@opensource.cirrus.com,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v6 1/6] mfd: lochnagar: Add initial binding documentation
Date: Tue, 29 Jan 2019 16:58:32 +0000	[thread overview]
Message-ID: <20190129165832.GK3837@imbe.wolfsonmicro.main> (raw)
In-Reply-To: <20190117145858.26659-1-ckeepax@opensource.cirrus.com>

On Thu, Jan 17, 2019 at 02:58:53PM +0000, Charles Keepax wrote:
> +Example:
> +
> +lochnagar: lochnagar@22 {
> +	compatible = "cirrus,lochnagar2";
> +	reg = <0x22>;
> +
> +	reset-gpios = <&gpio0 55 0>;
> +	present-gpios = <&gpio0 60 0>;
> +
> +	lochnagar-clk {
> +		compatible = "cirrus,lochnagar2-clk";
> +		...
> +	};
> +
> +	lochnagar-pinctrl {
> +		compatible = "cirrus,lochnagar-pinctrl";
> +		...
> +	};
> +
> +	lochnagar-regulator {
> +		compatible = "cirrus,lochnagar-regulator";
> +		...

Sorry just realised this entry in the example is a hang over from
earlier versions of the regulator code and needs to go apologies I
will respin the series.

Thanks,
Charles

  parent reply	other threads:[~2019-01-29 16:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 14:58 [PATCH v6 1/6] mfd: lochnagar: Add initial binding documentation Charles Keepax
2019-01-17 14:58 ` Charles Keepax
2019-01-17 14:58 ` [PATCH v6 2/6] clk: " Charles Keepax
2019-01-17 14:58   ` Charles Keepax
2019-01-21 14:33   ` Rob Herring
2019-01-17 14:58 ` [PATCH v6 3/6] pinctrl: " Charles Keepax
2019-01-17 14:58   ` Charles Keepax
2019-01-17 14:58 ` [PATCH v6 4/6] mfd: lochnagar: Add support for the Cirrus Logic Lochnagar Charles Keepax
2019-01-17 14:58   ` Charles Keepax
2019-01-17 14:58 ` [PATCH v6 5/6] clk: " Charles Keepax
2019-01-17 14:58   ` Charles Keepax
2019-01-17 14:58 ` [PATCH v6 6/6] pinctrl: " Charles Keepax
2019-01-17 14:58   ` Charles Keepax
2019-01-29 16:58 ` Charles Keepax [this message]
2019-01-29 16:58   ` [PATCH v6 1/6] mfd: lochnagar: Add initial binding documentation 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=20190129165832.GK3837@imbe.wolfsonmicro.main \
    --to=ckeepax@opensource.cirrus.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=patches@opensource.cirrus.com \
    --cc=robh+dt@kernel.org \
    --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.