Hi Mauro, This pull request reverts the smiapp driver's u64 array DT property read workaround, and uses of_property_read_u64_array() which is the correct API function for reading u64 arrays from DT.
since v1: Based on a discussion with Laurent, I merged the two patches. The commit message of the second patch remains the same while it includes the revert. Please pull. The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b: [media] mn88473: simplify bandwidth registers setting code (2015-03-03 13:09:12 -0300) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git tags/smiapp-dt-2 for you to fetch changes up to e70a7fb677087253b83119ec3033e58a5720f97a: smiapp: Use of_property_read_u64_array() to read a 64-bit number array (2015-03-08 01:22:48 +0200) ---------------------------------------------------------------- Sakari Ailus (1): smiapp: Use of_property_read_u64_array() to read a 64-bit number array drivers/media/i2c/smiapp/smiapp-core.c | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) -- Kind regards, Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html