Merge remote-tracking branch 'grant/devicetree/next' into for-next

This commit is contained in:
Rob Herring
2013-11-07 10:34:46 -06:00
505 changed files with 4155 additions and 2570 deletions

View File

@@ -277,6 +277,7 @@ extern int of_n_size_cells(struct device_node *np);
extern const struct of_device_id *of_match_node(
const struct of_device_id *matches, const struct device_node *node);
extern int of_modalias_node(struct device_node *node, char *modalias, int len);
extern void of_print_phandle_args(const char *msg, const struct of_phandle_args *args);
extern struct device_node *of_parse_phandle(const struct device_node *np,
const char *phandle_name,
int index);