]> git.baikalelectronics.ru Git - kernel.git/commit
reset: sunxi: allow MFD subdevices probe
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Wed, 14 May 2014 12:38:16 +0000 (14:38 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 15 May 2014 08:31:04 +0000 (10:31 +0200)
commit1fa7c62664e41b671f4885b871ebf39dab0a0884
tree1f806c2c3537ea31db953815ae7b02a348bfc68d
parent5ae82299b2ca0a72812756f67d1e46fc8cec5360
reset: sunxi: allow MFD subdevices probe

The current implementation uses sunxi_reset_init function for both early
init and platform device probe.

The sunxi_reset_init function uses DT to retrieve device resources, which
will be an issue if reset controllers are registered from an MFD device
that define resources from mfd_cell definition.

Moreover, we can make of devm functions when we're in the probe context.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/reset-sunxi.c