]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2014 19:03:58 +0000 (11:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2014 19:03:58 +0000 (11:03 -0800)
commit52e9bd006b755da8f98614a261bc0f7498469f80
treee3fd62706531d1e4590062a5c3b8aaf4423c5e8e
parent6c746f4064157b8513b13ae0097448f1fbf6ce89
parentf29c357b6b8e553a68336493a1050b302559139c
Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree fixes from Rob Herring:
 "Fix booting on PPC boards.  Changes to of_match_node matching caused
  the serial port on some PPC boards to stop working.  Reverted the
  change and reimplement to split matching between new style compatible
  only matching and fallback to old matching algorithm"

* tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of: search the best compatible match first in __of_match_node()
  Revert "OF: base: match each node compatible against all given matches first"