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

Kevin Hilman khilman at baylibre.com
Sat May 14 10:45:54 PDT 2016


Neil Armstrong <narmstrong at baylibre.com> writes:

> This patch adds the platform driver for the Amlogic Meson GXBB Reset
> Controller.
>
> Signed-off-by: Neil Armstrong <narmstrong at 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



More information about the linux-arm-kernel mailing list