Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756500Ab3CGDWt (ORCPT ); Wed, 6 Mar 2013 22:22:49 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:48817 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752713Ab3CGDWr (ORCPT ); Wed, 6 Mar 2013 22:22:47 -0500 MIME-Version: 1.0 In-Reply-To: <014101ce1ac8$5a4e8600$0eeb9200$%kim@samsung.com> References: <1362568712-13586-1-git-send-email-thomas.abraham@linaro.org> <014101ce1ac8$5a4e8600$0eeb9200$%kim@samsung.com> Date: Thu, 7 Mar 2013 08:52:46 +0530 Message-ID: Subject: Re: [PATCH v2 0/3] pinctrl: exynos: add support for Samsung's Exynos5250 From: Thomas Abraham To: Kukjin Kim Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linus.walleij@linaro.org, t.figa@samsung.com, patches@linaro.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1900 Lines: 51 On 7 March 2013 05:41, Kukjin Kim wrote: > Thomas Abraham wrote: >> >> Changes since v1: >> - Change the compatible string from "samsung,pinctrl-exynos5250" to >> "samsung,exynos5250-pinctrl". >> - Rebased to v3.9-rc1 >> > > Thomas, this stuff is already in my tree for v3.10, and above changes > included in there. Do you want to replace with this patches? Dear Mr. Kim, The v2 version includes one fix for the compatilble string. It changes the compatible string from "samsung,pinctrl-exynos5250" to "samsung,exynos5250-pinctrl". So could you pick this v2 series instead of the series which you have already merged. Thanks, Thomas. > > - Kukjin > >> This patch series add pinctrl driver support for Samsung's Exynos5250 SoC. >> The first patch adds the required Exynos5250 SoC specific data which is >> used by the Samsung pinctrl driver to setup the pinctrl/pinmux/eint >> controllers. The second and third patches skips the wakeup interrupt and >> gpiolib registration if the pinctrl support is enabled for Exynos5250. >> >> Thomas Abraham (3): >> pinctrl: exynos: add exynos5250 SoC specific data >> gpio: samsung: skip gpiolib registration if pinctrl support is enabled >> for exynos5250 >> arm: exynos: skip wakeup interrupt registration for exynos5250 if >> pinctrl is enabled >> >> arch/arm/mach-exynos/common.c | 1 + >> drivers/gpio/gpio-samsung.c | 1 + >> drivers/pinctrl/pinctrl-exynos.c | 108 >> +++++++++++++++++++++++++++++++++++++ >> drivers/pinctrl/pinctrl-samsung.c | 2 + >> drivers/pinctrl/pinctrl-samsung.h | 1 + >> 5 files changed, 113 insertions(+), 0 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/