From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753476AbcEXD5U (ORCPT ); Mon, 23 May 2016 23:57:20 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:53960 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751337AbcEXD5S (ORCPT ); Mon, 23 May 2016 23:57:18 -0400 Subject: Re: [PATCH 3/3] ARM: configs: keystone: Enable PINCTRL_SINGLE Config To: Lokesh Vutla , Keerthy , References: <1464006547-19569-1-git-send-email-j-keerthy@ti.com> <1464006547-19569-4-git-send-email-j-keerthy@ti.com> <5743CC80.4070404@ti.com> CC: , , , , , , From: Keerthy Message-ID: <5743D0FD.5070804@ti.com> Date: Tue, 24 May 2016 09:26:45 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5743CC80.4070404@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 24 May 2016 09:07 AM, Lokesh Vutla wrote: > > > On Monday 23 May 2016 05:59 PM, Keerthy wrote: >> keystone-k2l devices use pinmux and are compliant with PINCTRL_SINGLE. >> Hence enable the config option. >> >> Signed-off-by: Keerthy > > A similar patch[1] is already posted. > > [1]https://patchwork.kernel.org/patch/8958091/ Ah I had not seen them. If they are already reviewed and closer to be merged then Patch 2 and Patch 3 of this series can be dropped. Regards, Keerthy > > Thanks and regards, > Lokesh > >> --- >> arch/arm/configs/keystone_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig >> index faba04d..71b42e6 100644 >> --- a/arch/arm/configs/keystone_defconfig >> +++ b/arch/arm/configs/keystone_defconfig >> @@ -144,6 +144,7 @@ CONFIG_I2C_DAVINCI=y >> CONFIG_SPI=y >> CONFIG_SPI_DAVINCI=y >> CONFIG_SPI_SPIDEV=y >> +CONFIG_PINCTRL_SINGLE=y >> CONFIG_GPIOLIB=y >> CONFIG_GPIO_SYSFS=y >> CONFIG_GPIO_DAVINCI=y >>