Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456570

Re: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3] reset: uniphier: add reset controller driver for UniPhier SoCs
Date 2016-08-04 19:10 +0200
Message-ID <s2ujD-3Tg-15@gated-at.bofh.it> (permalink)
References <s1zlo-7J9-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Aug 02, 2016 at 01:18:29PM +0900, Masahiro Yamada wrote:
> This is the initial commit for UniPhier reset controller driver.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
> Changes in v3:
>   - Fix examples in binding document to add specific compatible string
>   - Assign each reset signal with a separate ID
>   - Simplify reset_control operations
>   - Unify to a single file because code is short enough now.
> 
> Changes in v2:
>   Changes suggested by Philipp Zabel:
>   - Unify multiple module_platform_driver() boilerplates into one
>   - Unify tiny driver code and decrease the number of files
>   - Invert the logic of .deassert_val, changing it into .assert_val
>   - Show error code when failed to get regmap
>   - Add a binding document
>   - Support more reset signals
> 
>  .../devicetree/bindings/reset/uniphier-reset.txt   |  93 +++++

Acked-by: Rob Herring <robh@kernel.org>

>  MAINTAINERS                                        |   1 +
>  drivers/reset/Kconfig                              |  10 +
>  drivers/reset/Makefile                             |   1 +
>  drivers/reset/reset-uniphier.c                     | 440 +++++++++++++++++++++
>  5 files changed, 545 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/reset/uniphier-reset.txt
>  create mode 100644 drivers/reset/reset-uniphier.c

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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