]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel.org...
authorKevin Hilman <khilman@linaro.org>
Mon, 9 Dec 2013 23:38:00 +0000 (15:38 -0800)
committerKevin Hilman <khilman@linaro.org>
Mon, 9 Dec 2013 23:38:41 +0000 (15:38 -0800)
commita9806f7c313ec79603926acdfdc13093965c0d29
treef268748e4bd3a6ceb08b7a7a70fb86c4dfce0e02
parent0ac305027ffb1525a657a31819e36a8219c2f4b2
parentb81c9bdfa16a4208ae4a54081886e2af11c113d2
Merge tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes

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 a fix for a regression where we now are wrongly trying to initialize
devices on secure omaps like n900 and n9* when booted using device tree.
We need to set aes, sham and timer12 to disabled mode for secure
devices as they are claimed by the firmware running in the secure mode.

And 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.

* tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: (494 commits)
  ARM: dts: Fix booting for secure omaps
  ARM: OMAP2+: Fix the machine entry for am3517
  ARM: dts: Fix missing entries for am3517
  ARM: OMAP2+: Fix overwriting hwmod data with data from device tree
  +Linux 3.13-rc3