public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] reset: uniphier: add analog amplifiers reset control
Date: Thu, 10 Aug 2017 12:37:34 +0200	[thread overview]
Message-ID: <1502361454.10792.5.camel@pengutronix.de> (raw)
In-Reply-To: <20170810072703.32433-3-suzuki.katsuhiro@socionext.com>

Hi Katsuhiro,

On Thu, 2017-08-10 at 16:27 +0900, Katsuhiro Suzuki wrote:
> Add a reset line for analog signal amplifier core (ADAMV) on
> UniPhier LD11/LD20 SoCs.
> 
> > Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
> ---
> ?drivers/reset/reset-uniphier.c | 15 +++++++++++++++
> ?1 file changed, 15 insertions(+)
> 
> diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
> index f60c137c17cb..cda4a78a58e2 100644
> --- a/drivers/reset/reset-uniphier.c
> +++ b/drivers/reset/reset-uniphier.c
> @@ -196,6 +196,12 @@ static const struct uniphier_reset_data uniphier_pro4_peri_reset_data[] = {
> > ?	UNIPHIER_RESET_END,
> ?};
> ?
> +/* Analog signal amplifiers reset data */
> +static const struct uniphier_reset_data uniphier_ld11_adamv_reset_data[] = {
> > +	UNIPHIER_RESETX(100, 0x10, 6), /* EVEA */
> > +	UNIPHIER_RESET_END,
> +};
> +
> ?/* core implementaton */
> ?struct uniphier_reset_priv {
> > ?	struct reset_controller_dev rcdev;
> @@ -415,6 +421,15 @@ static const struct of_device_id uniphier_reset_match[] = {
> > ?		.compatible = "socionext,uniphier-ld20-peri-reset",
> > ?		.data = uniphier_pro4_peri_reset_data,
> > ?	},
> > +	/* Analog signal amplifiers reset */
> > +	{
> > +		.compatible = "socionext,uniphier-ld11-adamv-reset",
> > +		.data = uniphier_ld11_adamv_reset_data,
> > +	},
> > +	{
> > +		.compatible = "socionext,uniphier-ld20-adamv-reset",
> > +		.data = uniphier_ld11_adamv_reset_data,
> > +	},
> > ?	{ /* sentinel */ }
> ?};
> ?MODULE_DEVICE_TABLE(of, uniphier_reset_match);

Please add a patch to describe the new compatible values in
Documentation/devicetree/bindings/reset/uniphier-reset.txt.

regards
Philipp

  reply	other threads:[~2017-08-10 10:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-10  7:27 [PATCH 1/3] reset: uniphier: add audio systems reset control Katsuhiro Suzuki
2017-08-10  7:27 ` [PATCH 2/3] reset: uniphier: add video input subsystem " Katsuhiro Suzuki
2017-08-10 11:08   ` Masahiro Yamada
2017-08-10  7:27 ` [PATCH 3/3] reset: uniphier: add analog amplifiers " Katsuhiro Suzuki
2017-08-10 10:37   ` Philipp Zabel [this message]
2017-08-10 11:11     ` Masahiro Yamada
2017-08-10 11:23       ` Masahiro Yamada
2017-08-11  4:23         ` Katsuhiro Suzuki
2017-08-11  4:14     ` Katsuhiro Suzuki
2017-08-10 11:08 ` [PATCH 1/3] reset: uniphier: add audio systems " Masahiro Yamada

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=1502361454.10792.5.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox