]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'dt-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Jun 2014 00:25:09 +0000 (14:25 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Jun 2014 00:25:09 +0000 (14:25 -1000)
commite99cfa2d0634881b8a41d56c48b5956b9a3ba162
tree3e22ab13d8853c2866403bf5dfef3a9db5ba8abd
parent5ee22beeb25a5fa7fc6daf3597a8d9265f8c9ce1
parent99de64984c3a7c9bf56a50e6dcc51006c9485620
Merge tag 'dt-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull device tree fixes from Rob Herring:
 - fix microblaze compiling due to conflicting merge window changes
 - a fix in of_attach_node due to of_find_node_by_path changes
 - prevent format strings in DT kobject names

* tag 'dt-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  OF: fix of_find_node_by_path() assumption that of_allnodes is root
  of: avoid format string parsing in kobject names
  of/platform: Fix microblaze build failure