From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH v2 3/3] gpio/samsung: use ioremap() for EXYNOS4 GPIOlib Date: Mon, 12 Mar 2012 11:52:16 -0700 Message-ID: <4F5E45E0.9020108@samsung.com> References: <1329341829-14403-1-git-send-email-kgene.kim@samsung.com> <1329341829-14403-4-git-send-email-kgene.kim@samsung.com> <20120312161904.E57193E07B0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gy0-f174.google.com ([209.85.160.174]:36494 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752891Ab2CLSwX (ORCPT ); Mon, 12 Mar 2012 14:52:23 -0400 Received: by ghrr11 with SMTP id r11so2904398ghr.19 for ; Mon, 12 Mar 2012 11:52:22 -0700 (PDT) In-Reply-To: <20120312161904.E57193E07B0@localhost> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Grant Likely Cc: Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Sangsu Park Grant Likely wrote: > On Thu, 16 Feb 2012 06:37:09 +0900, Kukjin Kim wrote: >> From: Sangsu Park >> >> This patch changes to use ioremap() for EXYNOS4210 >> so that we can drop the static mapping for EXYNOS >> SoCs. >> >> Note: Will be updated for all of Samsung GPIOlibs >> to use ioremap() next time. >> >> Signed-off-by: Sangsu Park >> Cc: Grant Likely >> Signed-off-by: Kukjin Kim > > Acked-by: Grant Likely > > Kukjin, I think you wanted to take this via your tree? I'm fine with that. > Let me know if you'd rather it go via the gpio tree. > Hi Grant, I think, since this series has no depenency with current samsung tree for upcoming merge window, this can be sent to upstream via the gpio tree. If any problems, please kindly let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Mon, 12 Mar 2012 11:52:16 -0700 Subject: [PATCH v2 3/3] gpio/samsung: use ioremap() for EXYNOS4 GPIOlib In-Reply-To: <20120312161904.E57193E07B0@localhost> References: <1329341829-14403-1-git-send-email-kgene.kim@samsung.com> <1329341829-14403-4-git-send-email-kgene.kim@samsung.com> <20120312161904.E57193E07B0@localhost> Message-ID: <4F5E45E0.9020108@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Grant Likely wrote: > On Thu, 16 Feb 2012 06:37:09 +0900, Kukjin Kim wrote: >> From: Sangsu Park >> >> This patch changes to use ioremap() for EXYNOS4210 >> so that we can drop the static mapping for EXYNOS >> SoCs. >> >> Note: Will be updated for all of Samsung GPIOlibs >> to use ioremap() next time. >> >> Signed-off-by: Sangsu Park >> Cc: Grant Likely >> Signed-off-by: Kukjin Kim > > Acked-by: Grant Likely > > Kukjin, I think you wanted to take this via your tree? I'm fine with that. > Let me know if you'd rather it go via the gpio tree. > Hi Grant, I think, since this series has no depenency with current samsung tree for upcoming merge window, this can be sent to upstream via the gpio tree. If any problems, please kindly let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.