Neil Armstrong <narmstr...@baylibre.com> writes: > This patch adds the platform driver for the Amlogic Meson GXBB Reset > Controller. > > Signed-off-by: Neil Armstrong <narmstr...@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