Merge branch 'merge' into next

Merge my own merge branch to get various fixes from there
and upstream, especially the hvc console tty refcouting fixes
which which testing is quite a bit harder...
This commit is contained in:
Benjamin Herrenschmidt
2012-11-26 09:23:57 +11:00
995 changed files with 13882 additions and 11242 deletions

View File

@@ -344,6 +344,13 @@ static inline bool of_have_populated_dt(void)
#define for_each_child_of_node(parent, child) \
while (0)
static inline struct device_node *of_get_child_by_name(
const struct device_node *node,
const char *name)
{
return NULL;
}
static inline int of_get_child_count(const struct device_node *np)
{
return 0;