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

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 05:07, Maxime Ripard wrote: > On Wed, May 07, 2014 at 07:25:49PM +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, whic

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

2014-05-07 Thread Maxime Ripard
On Wed, May 07, 2014 at 07:25:49PM +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 v2 2/7] reset: sunxi: allow MFD subdevices probe

2014-05-07 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.