Re: [PATCH v2 0/2] pinctrl: Intel Cherryview/Braswell support

From: Timur Tabi
Date: Tue Nov 04 2014 - 17:39:18 EST


On 11/04/2014 04:32 PM, Timur Tabi wrote:

There are lots of situations where you don't know the size of the
property in advance (e.g. strings), and drivers use of_find_property()
or of_get_property() to pre-allocate a buffer or to verify that the
property is correctly formed in the device tree.

To follow-up, I have this problem right now with pinctrl_dt_to_map(). The pinctrl-%d property in the device tree is an array of phandles. The array can be any size, and pinctrl_dt_to_map() queries the size of the property to determine how many phandles there are. It iterates over all of them. How do I support that with device_property_read_u32_array()? That function expects to be told how many phandles there are, and it doesn't even tell me if there are more or fewer than the number I've given.

--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/