From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ruslan Bilovol Subject: [PATCH v3 0/2] ARM: OMAP2+: Export SoC information to userspace using SoC infrastructure Date: Thu, 7 Feb 2013 00:50:47 +0200 Message-ID: <1360191049-24017-1-git-send-email-ruslan.bilovol@ti.com> Return-path: Received: from mail-ee0-f53.google.com ([74.125.83.53]:48610 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757961Ab3BFWuy (ORCPT ); Wed, 6 Feb 2013 17:50:54 -0500 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: tony@atomide.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Hi, This patch series is an attempt to export some OMAP SoC information (like name, revision etc.) to userspace. The first patch does some unification of OMAP SoC information representation in current sources. Second patch adds exactly needed changes using exists in Linux kernel SoC infrastructure. ----------------------------------------- v3: - reduced number of lines changed in the first patch (reusing existent code) ----------------------------------------- v2: - changed cpu_* -> soc_* variable names - rebased on top of 'omap-for-v3.9/soc' branch of tmlind/linux-omap tree Ruslan Bilovol (2): ARM: OMAP2+: SoC name and revision unification ARM: OMAP2+: Export SoC information to userspace arch/arm/mach-omap2/common.h | 8 ++++ arch/arm/mach-omap2/id.c | 95 ++++++++++++++++++++++++++++++++++++++---- arch/arm/mach-omap2/io.c | 1 + arch/arm/plat-omap/Kconfig | 1 + 4 files changed, 97 insertions(+), 8 deletions(-) -- 1.7.9.5