]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit023040a0aa91f52033654cdaf9040812f287350d
tree6ad5c041da74049418f316ca843fa86a344de77e
parent9e74a17c61abf221f90d83d5607d01a10298fe9f
parent8d411d4fa1c9ecd2407963a9de94986bd76f8fde
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
  237e1e9251fb ("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