Neil Armstrong <[email protected]> writes: > This patch adds the platform driver for the Amlogic Meson GXBB Reset > Controller. > > Signed-off-by: Neil Armstrong <[email protected]>
[...]
> +struct meson_gxbb_reset {
> + void *reg_base;
nit: along wit the readw/writel, this should be void __iomem *.
> + struct reset_controller_dev rcdev;
> +};
Kevin

