]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 May 2014 08:54:55 +0000 (17:54 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 May 2014 08:54:55 +0000 (17:54 +0900)
commit39395990f0b5f88042871ed73402380de1724d02
treec70e751bd6db90291e11a7a67f958c4c01b01f22
parent47acda2a6dff060c4fccf89714d2c1a5f8732aea
parentff5de07e233241150fbb83e8f1dbb6353f03a4f5
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux

Pull device tree fixes from Grant Likely:
 "Drivercore bugfixes for v3.15

  This branch contains bug fixes important to get into v3.15.  There is
  a fix for modifying properties seen during early boot, a fix for an
  incorrect prototype when CONFIG_OF=n, and a couple of corrections to
  device tree memory nodes on a few platforms"

* tag 'dt-for-linus' of git://git.secretlab.ca/git/linux:
  mips: dts: Fix missing device_type="memory" property in memory nodes
  arm: dts: Fix missing device_type="memory" for ste-ccu8540
  of: fix CONFIG_OF=n prototype of of_node_full_name()
  of: make of_update_property() usable earlier in the boot process