From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27FF8C169C4 for ; Thu, 31 Jan 2019 04:07:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F054320870 for ; Thu, 31 Jan 2019 04:07:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726906AbfAaEHb (ORCPT ); Wed, 30 Jan 2019 23:07:31 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:15938 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726863AbfAaEHb (ORCPT ); Wed, 30 Jan 2019 23:07:31 -0500 X-UUID: 7e2c34be5b104cedb6516e34a8927066-20190131 X-UUID: 7e2c34be5b104cedb6516e34a8927066-20190131 Received: from mtkcas08.mediatek.inc [(172.21.101.126)] by mailgw02.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 264095112; Thu, 31 Jan 2019 12:07:18 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs03n1.mediatek.inc (172.21.101.181) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 31 Jan 2019 12:07:17 +0800 Received: from [172.21.77.33] (172.21.77.33) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Thu, 31 Jan 2019 12:07:16 +0800 Message-ID: <1548907637.9143.10.camel@mtkswgap22> Subject: Re: [PATCH v1] pinctrl: mediatek: improve Kconfig dependencies From: Ryder Lee To: CC: Sean Wang , Weijie Gao =?UTF-8?Q?=28=E9=AB=98=E6=83=9F=E6=9D=B0=29?= , Linus Walleij , Steven Liu =?UTF-8?Q?=28=E5=8A=89=E4=BA=BA=E8=B1=AA=29?= , Kevin Hilman Date: Thu, 31 Jan 2019 12:07:17 +0800 In-Reply-To: <1548165648.2429.13.camel@mtkswgap22> References: <1548165648.2429.13.camel@mtkswgap22> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi, On Tue, 2019-01-22 at 22:00 +0800, Ryder Lee wrote: > CC: stable@vger.kernel.org > > On Fri, 2018-12-21 at 18:17 +0800, Linus Walleij wrote: > > On Thu, Dec 13, 2018 at 3:28 AM Ryder Lee wrote: > > > > > Remove prompts to make all pinctrl cores to non-visible symbols and > > > make sure the target SoCs would be coupled with the corresponding > > > cores. > > > > > > Signed-off-by: Ryder Lee > > > > Patch applied with ACK and Tested-by. > > > > Yours, > > Linus Walleij > > I forgot to add stable-kernel into CC list. > This patch should be applied to stable-rc linux-4.20.y. > > Sorry for the inconvenience. > Ryder > Just a gentle ping. This patch (commit id: b5af33df50e91f7c79c050ec73062577b9d0dae3) is used to fix kernelci board boot failed. https://kernelci.org/boot/id/5c5061bb59b514c8ea9ad004/ Thanks Ryder