The following changes since commit dc1ccc48159d63eca5089e507c82c7d22ef60839: Linux 3.13-rc2 (2013-11-29 12:57:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.13/yet-more-dt-regressions for you to fetch changes up to 341ba42e76723f2c39da7e288703896ae3d85620: ARM: OMAP2+: Fix the machine entry for am3517 (2013-12-05 16:25:30 -0800) ---------------------------------------------------------------- A rather big fix for a regression where we have dropped omap4 hwmod data earlier but are not initializing it from device tree. In addition to this fix we eventually also be fix the issues in the .dts files and drivers, but that's too intrusive for the -rc cycle and must be done later on. Also two more legacy booting vs device tree based booting fixes for am3517 that I did not notice earlier until Nishant Menon reported these to me few days ago. With these we're good to go having v3.13 working both for legacy booting and device tree based booting, and we can then go ahed and drop the legacy booting for mach-omap2 for v3.14. ---------------------------------------------------------------- Nishanth Menon (1): ARM: OMAP2+: Fix the machine entry for am3517 Tony Lindgren (2): ARM: OMAP2+: Fix overwriting hwmod data with data from device tree ARM: dts: Fix missing entries for am3517 arch/arm/boot/dts/am3517-evm.dts | 6 +-- arch/arm/boot/dts/am3517.dtsi | 63 ++++++++++++++++++++++++ arch/arm/mach-omap2/board-generic.c | 18 +++++++ arch/arm/mach-omap2/omap_hwmod.c | 98 +++++++++++++++++++++++++++++-------- 4 files changed, 162 insertions(+), 23 deletions(-) create mode 100644 arch/arm/boot/dts/am3517.dtsi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html