From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller Date: Tue, 23 Apr 2013 01:47:46 +0900 Message-ID: <517569B2.7040302@samsung.com> References: <1361174099-18749-1-git-send-email-thomas.abraham@linaro.org> <27ea01ce3101$a8dae850$fa90b8f0$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f44.google.com ([209.85.160.44]:50727 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753055Ab3DVQrv (ORCPT ); Mon, 22 Apr 2013 12:47:51 -0400 Received: by mail-pb0-f44.google.com with SMTP id wz17so226879pbc.17 for ; Mon, 22 Apr 2013 09:47:51 -0700 (PDT) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Thomas Abraham Cc: Kukjin Kim , devicetree-discuss , linux-samsung-soc , arm-linux , Tomasz Figa , Sylwester Nawrocki , Arnd Bergmann On 04/22/13 20:20, Thomas Abraham wrote: > On 4 April 2013 12:27, Kukjin Kim wrote: >> Thomas Abraham wrote: >>> >>> 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. >>> >>> 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 >>> >>> .../arm/samsung/samsung,exynos4210-chipid.txt | 15 ++++++ >>> arch/arm/boot/dts/exynos4.dtsi | 5 ++ >>> arch/arm/boot/dts/exynos5250.dtsi | 5 ++ >>> arch/arm/mach-exynos/common.c | 53 >> +++++++++++--------- >>> arch/arm/mach-exynos/include/mach/map.h | 1 - >>> 5 files changed, 55 insertions(+), 24 deletions(-) >>> create mode 100644 >>> Documentation/devicetree/bindings/arm/samsung/samsung,exynos4210- >>> chipid.txt >>> >>> -- >>> 1.7.5.4 >> >> Thomas, >> >> Can you update this series can support exynos5440 as well? It should be done >> together. > > Hi Mr. Kim, > > Sorry for the delayed reply. This patch series is supported for > Exynos5440 as well. The v2 version of this patch series has been > submitted. > OK, thanks. - Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Tue, 23 Apr 2013 01:47:46 +0900 Subject: [PATCH 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller In-Reply-To: References: <1361174099-18749-1-git-send-email-thomas.abraham@linaro.org> <27ea01ce3101$a8dae850$fa90b8f0$%kim@samsung.com> Message-ID: <517569B2.7040302@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/22/13 20:20, Thomas Abraham wrote: > On 4 April 2013 12:27, Kukjin Kim wrote: >> Thomas Abraham wrote: >>> >>> 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. >>> >>> 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 >>> >>> .../arm/samsung/samsung,exynos4210-chipid.txt | 15 ++++++ >>> arch/arm/boot/dts/exynos4.dtsi | 5 ++ >>> arch/arm/boot/dts/exynos5250.dtsi | 5 ++ >>> arch/arm/mach-exynos/common.c | 53 >> +++++++++++--------- >>> arch/arm/mach-exynos/include/mach/map.h | 1 - >>> 5 files changed, 55 insertions(+), 24 deletions(-) >>> create mode 100644 >>> Documentation/devicetree/bindings/arm/samsung/samsung,exynos4210- >>> chipid.txt >>> >>> -- >>> 1.7.5.4 >> >> Thomas, >> >> Can you update this series can support exynos5440 as well? It should be done >> together. > > Hi Mr. Kim, > > Sorry for the delayed reply. This patch series is supported for > Exynos5440 as well. The v2 version of this patch series has been > submitted. > OK, thanks. - Kukjin