From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Abraham Subject: [PATCH v2 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller Date: Mon, 22 Apr 2013 17:05:06 +0530 Message-ID: <1366630508-26101-1-git-send-email-thomas.abraham@linaro.org> Return-path: Sender: linux-samsung-soc-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, t.figa@samsung.com, arnd@arndb.de List-Id: devicetree@vger.kernel.org Changes since v1: - Rebased to v3.9-rc8 This patch series allows device tree enabled platforms to setup a runtime I/O mapping for the chip-id controller. This helps to remove statically defined I/O mapping for the Chip-ID controller. This series is based on linux-next master branch and tested for Exynos4210, Exynos5250 and Exynos5440. Thomas Abraham (2): ARM: Exynos: Create virtual I/O mapping for Chip-ID controller using device tree ARM: dts: Add chip-id controller node on Exynos4/5 SoC