]> 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)
commit2fc000c34dfa0fda03f6af08951c69ffee01f620
treee3fd62706531d1e4590062a5c3b8aaf4423c5e8e
parent4a198ec46243845360ca787f0a6cfee91bdfde23
parenta28ce1b1750cf9b9e25a7238a28b2934433c99a0
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"