Hi Linus, Please pull the following bug fix branch. Thanks, g. The following changes since commit 14186fea0cb06bc43181ce239efe0df6f1af260a: Merge tag 'locks-v3.15-4' of git://git.samba.org/jlayton/linux (2014-05-13 11:33:09 +0900) are available in the git repository at: git://git.secretlab.ca/git/linux tags/dt-for-linus for you to fetch changes up to dfc44f8030653b345fc6fb337558c3a07536823f: mips: dts: Fix missing device_type="memory" property in memory nodes (2014-05-16 15:22:53 +0100) ---------------------------------------------------------------- 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. ---------------------------------------------------------------- Leif Lindholm (2): arm: dts: Fix missing device_type="memory" for ste-ccu8540 mips: dts: Fix missing device_type="memory" property in memory nodes Stephen Rothwell (1): of: fix CONFIG_OF=n prototype of of_node_full_name() Thomas Petazzoni (1): of: make of_update_property() usable earlier in the boot process arch/arm/boot/dts/ste-ccu8540.dts | 1 + arch/mips/lantiq/dts/easy50712.dts | 1 + arch/mips/ralink/dts/mt7620a_eval.dts | 1 + arch/mips/ralink/dts/rt2880_eval.dts | 1 + arch/mips/ralink/dts/rt3052_eval.dts | 1 + arch/mips/ralink/dts/rt3883_eval.dts | 1 + drivers/of/base.c | 4 ++++ include/linux/of.h | 2 +- 8 files changed, 11 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html