Re: [PATCH v2 1/4] remoteproc: Introduce rproc_of_parse_firmware() helper

2020-06-02 Thread Mathieu Poirier
On Wed, May 20, 2020 at 07:10:03PM -0500, Suman Anna wrote: > Add a new helper function rproc_of_parse_firmware() to the remoteproc > core that can be used by various remoteproc drivers to look up the > the "firmware-name" property from a rproc device node. This property > is already being used by

Re: [PATCH v2 1/4] remoteproc: Introduce rproc_of_parse_firmware() helper

2020-05-21 Thread Bjorn Andersson
On Wed 20 May 17:10 PDT 2020, Suman Anna wrote: > Add a new helper function rproc_of_parse_firmware() to the remoteproc > core that can be used by various remoteproc drivers to look up the > the "firmware-name" property from a rproc device node. This property > is already being used by multiple

[PATCH v2 1/4] remoteproc: Introduce rproc_of_parse_firmware() helper

2020-05-20 Thread Suman Anna
Add a new helper function rproc_of_parse_firmware() to the remoteproc core that can be used by various remoteproc drivers to look up the the "firmware-name" property from a rproc device node. This property is already being used by multiple drivers, so this helper can avoid repeating equivalent