From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylwester Nawrocki Subject: Re: [PATCH 1/2] ARM: EXYYNOS: Use EXYNOS4210_GPEx instead of EXYNOS4_GPEx Date: Fri, 18 May 2012 10:20:01 +0200 Message-ID: <4FB60631.4050609@samsung.com> References: <1337307497-15777-1-git-send-email-jy0922.shim@samsung.com> <4FB5B9A1.2030606@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT Return-path: Received: from mailout1.w1.samsung.com ([210.118.77.11]:9583 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932281Ab2ERIUF (ORCPT ); Fri, 18 May 2012 04:20:05 -0400 Received: from euspt2 (mailout1.w1.samsung.com [210.118.77.11]) by mailout1.w1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0M4700GOJLPSBR@mailout1.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Fri, 18 May 2012 09:17:52 +0100 (BST) Received: from linux.samsung.com ([106.116.38.10]) by spt2.w1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0M47008R1LTCB3@spt2.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Fri, 18 May 2012 09:20:00 +0100 (BST) In-reply-to: <4FB5B9A1.2030606@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Joonyoung Shim Cc: linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com, kyungmin.park@samsung.com, linux-samsung-soc@vger.kernel.org, grant.likely@secretlab.ca, linus.walleij@stericsson.com On 05/18/2012 04:53 AM, Joonyoung Shim wrote: > Add to cc Grant Likely and Linus Walleij > > On 05/18/2012 11:18 AM, Joonyoung Shim wrote: >> Also use EXYNOS4210_GPIO_Ex instead of EXYNOS4_GPIO_Ex. The GPEx gpios >> exist only on Exynos4210 and there are no on Exynos4x12. Redefine them >> to exact SoC name. >> >> Signed-off-by: Joonyoung Shim >> Signed-off-by: Kyungmin Park Reviewed-by: Sylwester Nawrocki Tested-by: Sylwester Nawrocki From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.nawrocki@samsung.com (Sylwester Nawrocki) Date: Fri, 18 May 2012 10:20:01 +0200 Subject: [PATCH 1/2] ARM: EXYYNOS: Use EXYNOS4210_GPEx instead of EXYNOS4_GPEx In-Reply-To: <4FB5B9A1.2030606@samsung.com> References: <1337307497-15777-1-git-send-email-jy0922.shim@samsung.com> <4FB5B9A1.2030606@samsung.com> Message-ID: <4FB60631.4050609@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/18/2012 04:53 AM, Joonyoung Shim wrote: > Add to cc Grant Likely and Linus Walleij > > On 05/18/2012 11:18 AM, Joonyoung Shim wrote: >> Also use EXYNOS4210_GPIO_Ex instead of EXYNOS4_GPIO_Ex. The GPEx gpios >> exist only on Exynos4210 and there are no on Exynos4x12. Redefine them >> to exact SoC name. >> >> Signed-off-by: Joonyoung Shim >> Signed-off-by: Kyungmin Park Reviewed-by: Sylwester Nawrocki Tested-by: Sylwester Nawrocki