Re: [PATCH 2/7] reset: sunxi: allow MFD subdevices probe

2014-04-28 Thread Maxime Ripard
On Mon, Apr 28, 2014 at 04:58:45PM +0200, Boris BREZILLON wrote: > 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 re

[PATCH 2/7] reset: sunxi: allow MFD subdevices probe

2014-04-28 Thread Boris BREZILLON
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.