alistair23-linux/drivers/reset
Boris BREZILLON cd90f0cf44 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>
2014-05-15 10:31:04 +02:00
..
sti drivers: reset: stih416: add softreset controller 2014-03-11 10:53:26 +00:00
core.c reset: Add of_reset_control_get 2014-02-03 10:19:40 +01:00
Kconfig drivers: reset: STi SoC system configuration reset controller support 2014-03-11 10:47:23 +00:00
Makefile drivers: reset: STi SoC system configuration reset controller support 2014-03-11 10:47:23 +00:00
reset-sunxi.c reset: sunxi: allow MFD subdevices probe 2014-05-15 10:31:04 +02:00