Re: [U-Boot] [PATCH 1/3] drivers: Introduce a simplified remoteproc framework

+U-Boot
On 26 August 2015 at 16:51, Nishanth Menon nm@ti.com wrote:
On Tue, Aug 25, 2015 at 9:26 PM, Simon Glass sjg@chromium.org wrote:
+#include <dm/platdata.h> /* For platform data support - non dt world */
Does this need to be supported for a new uclass?
we do have platforms that are not using DT yet... they will need to pass platform data.
Is this a good opportunity to convert them?
It might be better not to hold the platforms hostage yet -> at least the TI ones(which depend on this series) are already in the pipe for conversion - the journey will take some time to complete though.
That seems OK, but please add a comment that new platforms should not use the platform data.
Regards, Simon

On Thu, Aug 27, 2015 at 10:49 AM, Simon Glass sjg@chromium.org wrote:
+U-Boot
Aaah.. i missed a reply-all, did'nt I?.. Sorry about that.
On 26 August 2015 at 16:51, Nishanth Menon nm@ti.com wrote:
On Tue, Aug 25, 2015 at 9:26 PM, Simon Glass sjg@chromium.org wrote:
+#include <dm/platdata.h> /* For platform data support - non dt world */
Does this need to be supported for a new uclass?
we do have platforms that are not using DT yet... they will need to pass platform data.
Is this a good opportunity to convert them?
It might be better not to hold the platforms hostage yet -> at least the TI ones(which depend on this series) are already in the pipe for conversion - the journey will take some time to complete though.
That seems OK, but please add a comment that new platforms should not use the platform data.
That is fair enough. will definitely do that. thanks for the suggestion.
participants (2)
-
Nishanth Menon
-
Simon Glass