Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1456981
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs |
| Date | 2016-08-05 11:30 +0200 |
| Message-ID | <s2JC2-5By-21@gated-at.bofh.it> (permalink) |
| References | <s1zlo-7J9-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-08-02 06:20 +0200 Re: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs Rob Herring <robh@kernel.org> - 2016-08-04 19:10 +0200 Re: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs Philipp Zabel <p.zabel@pengutronix.de> - 2016-08-05 11:30 +0200
csiph-web