From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 8 Apr 2013 21:51:02 -0700 Subject: [GIT PULL 4/5] omap soc changes for v3.10 merge window In-Reply-To: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6: Linux 3.9-rc6 (2013-04-07 20:49:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10/soc-signed for you to fetch changes up to 7a9819950f47dbf319895ee78220f2761f3687a3: ARM: OMAP4: Enable fix for Cortex-A9 erratas (2013-04-08 16:14:51 -0700) ---------------------------------------------------------------- Changes needed for enabling SOC_BUS for the SoC revision information. Also enable few HW errata workarounds for omap4. ---------------------------------------------------------------- Ruslan Bilovol (3): ARM: OMAP2+: Move common part of late init into common function ARM: OMAP2+: SoC name and revision unification ARM: OMAP2+: Export SoC information to userspace Sricharan R (1): ARM: OMAP4: Enable fix for Cortex-A9 erratas arch/arm/mach-omap2/Kconfig | 3 ++ arch/arm/mach-omap2/common.h | 8 ++++ arch/arm/mach-omap2/id.c | 95 ++++++++++++++++++++++++++++++++++++++++---- arch/arm/mach-omap2/io.c | 34 ++++++++-------- 4 files changed, 114 insertions(+), 26 deletions(-)