From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933358AbbI3NXA (ORCPT ); Wed, 30 Sep 2015 09:23:00 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:37545 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932760AbbI3NW6 (ORCPT ); Wed, 30 Sep 2015 09:22:58 -0400 Message-ID: <560BE21F.8090901@linaro.org> Date: Wed, 30 Sep 2015 14:22:39 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Kevin Hilman CC: Andy Gross , linux-arm-msm , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , lkml , Tyler Baker , Olof Johansson , Nicolas Dechesne Subject: Re: [PATCH 09/14] ARM: dts: ifc6410: Add missing pinctrl to gsbi7 uart References: <1442579371-19822-1-git-send-email-srinivas.kandagatla@linaro.org> <1442579507-20314-1-git-send-email-srinivas.kandagatla@linaro.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kevin, Thanks for reporting this issue. On 25/09/15 19:54, Kevin Hilman wrote: > Hi Srini, > > On Fri, Sep 18, 2015 at 5:31 AM, Srinivas Kandagatla > wrote: >> This patch adds missing 2pin uart pinctrl property to gsbi7 uart on >> IFC6410. >> >> Signed-off-by: Srinivas Kandagatla > > kernelci.org found some new boot failures in -next on 8064[1]. I > bisected it down to this patch, which landed in linux next in the form > of commit d3a578ed4310 ARM: dts: ifc6410: Add missing pinctrl to gsbi7 > uart. > This issue is due to missing CONFIG_PINCTRL_APQ8064 Kconfig in multi_v7_defconfig. In my tests I always enable this config which is why I could not spot this breakage. This patch as it is the right thing to do however we need a fix to multi_v7_defconfig. I will send a patch for multi_v7_defconfig to address this and add few more missing configs too. thanks, --srini > Kevin > > [1] http://kernelci.org/boot/qcom-apq8064-ifc6410/job/next/kernel/next-20150925/defconfig/multi_v7_defconfig/lab/lab-khilman/?_id=5605083c59b51466d26c3250 >