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


Groups > linux.kernel > #1401122

Re: [RFC PATCH 1/3] reset: Add support for the Amlogic Meson GXBB Reset Controller

From Kevin Hilman <khilman@baylibre.com>
Newsgroups linux.kernel
Subject Re: [RFC PATCH 1/3] reset: Add support for the Amlogic Meson GXBB Reset Controller
Date 2016-05-14 19:50 +0200
Message-ID <ryLRn-5cS-7@gated-at.bofh.it> (permalink)
References <rylWW-4R7-9@gated-at.bofh.it> <rylWW-4R7-7@gated-at.bofh.it>
Organization BayLibre

Show all headers | View raw


Neil Armstrong <narmstrong@baylibre.com> writes:

> This patch adds the platform driver for the Amlogic Meson GXBB Reset
> Controller.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

[...]

> +struct meson_gxbb_reset {
> +	void *reg_base;

nit: along wit the readw/writel, this should be void __iomem *.

> +	struct reset_controller_dev rcdev;
> +};

Kevin

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


Thread

[RFC PATCH 1/3] reset: Add support for the Amlogic Meson GXBB Reset Controller Neil Armstrong <narmstrong@baylibre.com> - 2016-05-13 16:10 +0200
  Re: [RFC PATCH 1/3] reset: Add support for the Amlogic Meson GXBB Reset Controller Kevin Hilman <khilman@baylibre.com> - 2016-05-14 17:10 +0200
    Re: [RFC PATCH 1/3] reset: Add support for the Amlogic Meson GXBB  Reset Controller Neil Armstrong <narmstrong@baylibre.com> - 2016-05-16 10:50 +0200
  Re: [RFC PATCH 1/3] reset: Add support for the Amlogic Meson GXBB Reset Controller Kevin Hilman <khilman@baylibre.com> - 2016-05-14 19:50 +0200

csiph-web