From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs
Date: Fri, 05 Aug 2016 11:06:28 +0200 [thread overview]
Message-ID: <1470387988.3141.21.camel@pengutronix.de> (raw)
In-Reply-To: <1470111510-21247-1-git-send-email-yamada.masahiro@socionext.com>
Am Dienstag, den 02.08.2016, 13:18 +0900 schrieb Masahiro Yamada:
> This is the initial commit for UniPhier reset controller driver.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
[...]
> --- a/drivers/reset/Makefile
> +++ b/drivers/reset/Makefile
> @@ -7,6 +7,7 @@ obj-$(CONFIG_ARCH_MESON) += reset-meson.o
> obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o
> obj-$(CONFIG_ARCH_STI) += sti/
> obj-$(CONFIG_ARCH_HISI) += hisilicon/
> +obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
> obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o
> obj-$(CONFIG_ATH79) += reset-ath79.o
> obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
Thank you, I have applied this patch with one small change: The Makefile
change is moved after TI_SYSCON_RESET, like you did in the Kconfig, to
keep the non-arch symbols in alphabetic order.
regards
Philipp
prev parent reply other threads:[~2016-08-05 9:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 4:18 [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs Masahiro Yamada
2016-08-04 17:05 ` Rob Herring
2016-08-05 9:06 ` Philipp Zabel [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=1470387988.3141.21.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;
as well as URLs for NNTP newsgroup(s).