Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Sep 2014 14:39:29 +0000 (07:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Sep 2014 14:39:29 +0000 (07:39 -0700)
commit4d3afba349efbb5d4a3e42345f1976ec2371b7f1
tree6ad5c041da74049418f316ca843fa86a344de77e
parent005f800508eb391480f463dad3d54e5b4ec67d57
parent9aacd602f0246f1b1f3c4684b2ab13d0772976f7
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux

Pull devicetree bug fixes and documentation from Grant Likely:
 "Several bug fix commits for issues found in the v3.17 rc series.

  Most of these are minor in that they aren't actively dangerous, but
  they have been seen in the wild.  The one important fix is commit
  7dbe5849fb50 ("of: make sure of_alias is initialized before accessing
  it"), without which some powerpc platforms will fail to find stdout
  for the console"

* tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux:
  of/fdt: fix memory range check
  of: Fix memory block alignment in early_init_dt_add_memory_arch()
  of: make sure of_alias is initialized before accessing it
  of: Documentation regarding attaching OF Selftest testdata
  of: Disabling OF functions that use sysfs if CONFIG_SYSFS disabled
  of: correct of_console_check()'s return value