Re: [RFC v4 1/4] hotplug/drcinfo: Simplify parse ibm, drc-info structs

2018-05-22 Thread Nathan Fontenot
On 05/22/2018 11:37 AM, Michael Bringmann wrote: > Replace use of of_prop_next_u32() in when parsing 'ibm,drc-info' > structure to simplify and reduce parsing code. > You mention that this patch is to fix the parsing of the drc-info struct, but you end up making changes to the parsing code in pse

[RFC v4 1/4] hotplug/drcinfo: Simplify parse ibm,drc-info structs

2018-05-22 Thread Michael Bringmann
Replace use of of_prop_next_u32() in when parsing 'ibm,drc-info' structure to simplify and reduce parsing code. Signed-off-by: Michael Bringmann Fixes: 3f38000eda48 ("powerpc/firmware: Add definitions for new drc-info firmware feature" -- end of patch series applied to powerpc next) --- Changes