Received: by 2002:aa6:cad3:0:b0:147:287a:cb84 with SMTP id e19csp800695lky; Mon, 27 Sep 2021 03:19:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxGNa4t50SEednn0M3SSJfkpCnV3iK49KoeuWMR8GJdOgjxp6nNGlLud8Wu9s7EjDqt7/5z X-Received: by 2002:a17:90b:3ec6:: with SMTP id rm6mr18672696pjb.68.1632737965254; Mon, 27 Sep 2021 03:19:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632737965; cv=none; d=google.com; s=arc-20160816; b=pqQgQGxh4zu8hhiw2udjXszjBKhQq6Oxe/G9AQYjoG1W4pEVhxgWtxm5T9dQj6Lu73 vz5bz2Amfb/puMrqMZgJ40KhPWs8gn+Ly9b+HE5BbP2vTtow9EL4jEK6ho4cl5KL3huM QxX2tw3r1sscsN3ipZoTj/wqQ2YjowGXJHztWqLTuGb1WA9NzxGmjbSSfeYgB8gMwomn jb+h+qOTnT8Hrg0IoHTcIaYdWHl3UyPIh5Gfj53eWLHMwblP3VsgksC9aeKrnwGBrmRe NbV0gg7EVAnfPiLOQZI6HPYUmP8FTopL9kVh1EP6dA6t4Sa/pjvE4/V85fKV0Hc5kI2z 3/nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=+iO3jHGFe/75+G0oGHt954Coq2K0pij389Y1av70vM4=; b=cuHA7B4zFNAKnikuTAWTiaUzbM7Y9KKgJMHW8jOEGy7KYTttT5bKOrP0jJPAhSYpv6 pGw8nQBQK05IiIVANh0Bcv9+l7jE/LreJNI4roJds6dUITYz0ZiJznyj4KBYE85chYTh 25TYfkwTayjNzMh+YSYuzVLmu/3DQOJClT/niKRLpsTOgBqoRq9eS8bfeXxI7BC0AjeO ocwVYTzGQRhgfGn6/GMuu8h1PeyD1oJw39f2YW79zA0QxfWRd29lJLW/MtDEPtoiAYs+ +OzIlSvr47WJnxLwIKLVdzmYp6J4g21Y7mSQBe45H6fSaEJ96Icjsx+BQ0EtDrRSzolq WNog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id pc8si21285180pjb.181.2021.09.27.03.19.12; Mon, 27 Sep 2021 03:19:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233793AbhI0KTv (ORCPT + 99 others); Mon, 27 Sep 2021 06:19:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233757AbhI0KTs (ORCPT ); Mon, 27 Sep 2021 06:19:48 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9440C061575; Mon, 27 Sep 2021 03:18:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: gtucker) with ESMTPSA id B21C91F427CE Subject: Re: [PATCH v8 9/9] pinctrl/rockchip: drop the gpio related codes To: Jianqun Xu , Linus Walleij Cc: bgolaszewski@baylibre.com, robh+dt@kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Heiko Stuebner , "linux-arm-kernel@lists.infradead.org" , Collabora Kernel ML , Tomeu Vizoso References: <20210816011948.1118959-1-jay.xu@rock-chips.com> <20210816012146.1119289-1-jay.xu@rock-chips.com> From: Guillaume Tucker Message-ID: Date: Mon, 27 Sep 2021 12:18:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210816012146.1119289-1-jay.xu@rock-chips.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jianqun, On 16/08/2021 02:21, Jianqun Xu wrote: > With the patch to separate the gpio driver from the pinctrl driver, now > the pinctrl-rockchip can drop the gpio related codes now. > > Signed-off-by: Jianqun Xu > --- > v8: > - none > v7: > - none, from v1 > > drivers/pinctrl/pinctrl-rockchip.c | 645 +---------------------------- > 1 file changed, 17 insertions(+), 628 deletions(-) [...] Please see the bisection report below about a boot failure on rk3288-veyron-jaq which is pointing to this patch. The issue appears to be present on mainline but not on linux-next as of next-20210924. Reports aren't automatically sent to the public while we're trialing new bisection features on kernelci.org but this one looks valid. Some more details can be found here: https://linux.kernelci.org/test/case/id/614f19a33f5497c2bc99a2df/ Please let us know if you need help debugging the issue or if you have a fix to try. Best wishes, Guillaume GitHub: https://github.com/kernelci/kernelci-project/issues/58 ------------------------------------------------------------------------------- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This automated bisection report was sent to you on the basis * * that you may be involved with the breaking commit it has * * found. No manual investigation has been done to verify it, * * and the root cause of the problem may be somewhere else. * * * * If you do send a fix, please include this trailer: * * Reported-by: "kernelci.org bot" * * * * Hope this helps! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * mainline/master bisection: baseline.login on rk3288-veyron-jaq Summary: Start: 7d42e9818258 Merge tag 'gpio-fixes-for-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux Plain log: https://storage.kernelci.org/mainline/master/v5.15-rc2-159-g7d42e9818258/arm/multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y/gcc-8/lab-collabora/baseline-rk3288-veyron-jaq.txt HTML log: https://storage.kernelci.org/mainline/master/v5.15-rc2-159-g7d42e9818258/arm/multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y/gcc-8/lab-collabora/baseline-rk3288-veyron-jaq.html Result: 9ce9a02039de pinctrl/rockchip: drop the gpio related codes Checks: revert: PASS verify: PASS Parameters: Tree: mainline URL: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Branch: master Target: rk3288-veyron-jaq CPU arch: arm Lab: lab-collabora Compiler: gcc-8 Config: multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y Test case: baseline.login Breaking commit found: ------------------------------------------------------------------------------- commit 9ce9a02039de72ec8af1bd4bff14f1780337ffcc Author: Jianqun Xu Date: Mon Aug 16 09:21:46 2021 +0800 pinctrl/rockchip: drop the gpio related codes With the patch to separate the gpio driver from the pinctrl driver, now the pinctrl-rockchip can drop the gpio related codes now. Signed-off-by: Jianqun Xu Link: https://lore.kernel.org/r/20210816012146.1119289-1-jay.xu@rock-chips.com Signed-off-by: Linus Walleij