Re: [PATCH 1/2] dt: add helper function to read u32 arrays
From: Shawn Guo <hidden>
Date: 2011-07-08 01:38:51
Also in:
linux-arm-kernel, lkml
From: Shawn Guo <hidden>
Date: 2011-07-08 01:38:51
Also in:
linux-arm-kernel, lkml
On Wed, Jul 06, 2011 at 02:59:33PM -0600, Grant Likely wrote:
On Wed, Jul 06, 2011 at 03:42:58PM -0500, Rob Herring wrote:quoted
From: Rob Herring <redacted> Rework of_property_read_u32 to read an array of values. Then of_property_read_u32 becomes an inline with array size of 1. Also make struct device_node ptr const. Signed-off-by: Rob Herring <redacted> Cc: Thomas Abraham <redacted> Cc: Grant Likely <redacted> --- Grant, Perhaps you want to roll this into the original patch?Applied, thanks. The original is already in devicetree/next, so I've just applied this on top as a separate commit.quoted
It would also be nice if there were empty versions of the helpers as well.Go ahead and submit a patch to add them if you need it.
I'm adding one into my spi-dt series, as I need it there. -- Regards, Shawn