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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B142C433EF for ; Thu, 21 Apr 2022 07:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346021AbiDUHDT (ORCPT ); Thu, 21 Apr 2022 03:03:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385524AbiDUHCf (ORCPT ); Thu, 21 Apr 2022 03:02:35 -0400 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8038F16590 for ; Wed, 20 Apr 2022 23:59:40 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id z99so5257940ede.5 for ; Wed, 20 Apr 2022 23:59:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=8+/qXaP3Rn2VMBa9pP1mhLJpNqkiglYV3CYIlra+cK0=; b=Se0rkq5+hT7wBGvuFUxhmgvSMymSuRPSiXodX/zQoYYw2lPnXSYsMkCJ5WgJ2kQT2Q mBvjYEK3Ow+cxkuxIGujjzSVnld87ZU49iWeSr7Yf1FVLCi3OJJT/WAXZeJfYJz+6zCp vKRRcMFNAN3lDmSsDWip53WZu5kKIcZdWn872gXe0bD771YNLNmQOZeUAM+wQawPIO+s p48XItLdkpued2GTIHovKJLCZErf43Et0rrTPkhvFTkDKuNbYMKSYjJPHEmYi8m9RsKX MI/vKP49sR6SeLAydobv4kqeI+sXkoqSJe1f0+DByPuKoA4YWorma5d0fcy4R8uIKYpG bF3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8+/qXaP3Rn2VMBa9pP1mhLJpNqkiglYV3CYIlra+cK0=; b=6QI2zV77T/sGsMW1FgPdyOO8tOj3XwCou+cUvYiH6aRLSk2LnPehHYmvjjk8r5m3LV HGPHag2Bag55Cr/N/GJetCAHINeNFtxBJ3Gwf8JsJh5SN1Bbsyzee31JqKZm0PCuHyKy W2pqULk1EE0t6RQ7SU4FZouZNeTjYY4N27T8H2paMgCLWp+xB8f/UoEq2AnfpMqIwNuK PTFhfxWrMv/i8UDYQz0CFkNK9F8+pWOnxVSCXQvN0//1EWNHC2nx3p1KlMD0L3KcvZwc 5Ktdg1cT/0oPYOS4tfRmEfBJpTFvJN4ImpBepB/tND913Lt9clRpQZD9dXOitdFavE66 yhKg== X-Gm-Message-State: AOAM532zd5tSMMV676N5eUS12sWsvlyBqjYar5fWsE+K8TVu7fg03+cw NdfIr7QFZsiGo4vyTT99ir9xFg== X-Google-Smtp-Source: ABdhPJz8w0fwC1ZBlr4j/TglLpPwjT/0e9rFCTTIXH0RDOXEbm6TC8FbPjjWHOSMIFB8xokk6lL7nw== X-Received: by 2002:a05:6402:27c6:b0:423:e599:e49e with SMTP id c6-20020a05640227c600b00423e599e49emr20683339ede.180.1650524379120; Wed, 20 Apr 2022 23:59:39 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id ah13-20020a1709069acd00b006e8a0b3e071sm7544949ejc.110.2022.04.20.23.59.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Apr 2022 23:59:38 -0700 (PDT) From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Linus Walleij , Sylwester Nawrocki , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Tomasz Figa , Alim Akhtar Cc: Necip Fazil Yildiran , Arnd Bergmann , stable@vger.kernel.org Subject: Re: [PATCH v2] pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config Date: Thu, 21 Apr 2022 08:59:35 +0200 Message-Id: <165052437270.10147.2588603616348039313.b4-ty@linaro.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220420141407.470955-1-krzysztof.kozlowski@linaro.org> References: <20220420141407.470955-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 20 Apr 2022 16:14:07 +0200, Krzysztof Kozlowski wrote: > The Samsung pinctrl drivers depend on OF_GPIO, which is part of GPIOLIB. > ARMv7 Exynos platform selects GPIOLIB and Samsung pinctrl drivers. ARMv8 > Exynos selects only the latter leading to possible wrong configuration > on ARMv8 build: > > WARNING: unmet direct dependencies detected for PINCTRL_EXYNOS > Depends on [n]: PINCTRL [=y] && OF_GPIO [=n] && (ARCH_EXYNOS [=y] || ARCH_S5PV210 || COMPILE_TEST [=y]) > Selected by [y]: > - ARCH_EXYNOS [=y] > > [...] Applied, thanks! [1/1] pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config commit: ac875df4d854ab13d9c4af682a1837a1214fecec Best regards, -- Krzysztof Kozlowski 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E3B45C433EF for ; Thu, 21 Apr 2022 07:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CAESoJPCrGsWLUSMZQcFfNuD05nEqREed5/GwfWhHEk=; b=xWpyeXqFUFcNQf i/B6+0OA6LW7NQVAu3zOmxgBJHANgJEFNbh3nSersgsbpr9NSjbA+ajN1XH2SObfMZFc56rJWgElT DmqjGs7/fiG2n/2TsaY6ZjhIy0nrlsCwhszcXL+OP65M2VfeYDdG9B+TTDdWIfe/t/Eull1O0q8aS 3tS1+K8/ZRiEHEknoGZXIJr5ZJShuDki+h6YThi/XYC53UvyMarPckUohXOqmec1aMO1XhL/hq1Hm EvVAypWdC7mrE9eOeEHs5In1ZF/KYjnXbBuKfjzsPXLEikPS5iwCHBVPJX3CnjhTV1pfkr3adlj3B p1CTBgwbXyveb7d11f/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQn6-00BvKM-1g; Thu, 21 Apr 2022 06:59:48 +0000 Received: from mail-ed1-x529.google.com ([2a00:1450:4864:20::529]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQn0-00BvIO-Mg for linux-arm-kernel@lists.infradead.org; Thu, 21 Apr 2022 06:59:46 +0000 Received: by mail-ed1-x529.google.com with SMTP id 21so5281650edv.1 for ; Wed, 20 Apr 2022 23:59:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=8+/qXaP3Rn2VMBa9pP1mhLJpNqkiglYV3CYIlra+cK0=; b=Se0rkq5+hT7wBGvuFUxhmgvSMymSuRPSiXodX/zQoYYw2lPnXSYsMkCJ5WgJ2kQT2Q mBvjYEK3Ow+cxkuxIGujjzSVnld87ZU49iWeSr7Yf1FVLCi3OJJT/WAXZeJfYJz+6zCp vKRRcMFNAN3lDmSsDWip53WZu5kKIcZdWn872gXe0bD771YNLNmQOZeUAM+wQawPIO+s p48XItLdkpued2GTIHovKJLCZErf43Et0rrTPkhvFTkDKuNbYMKSYjJPHEmYi8m9RsKX MI/vKP49sR6SeLAydobv4kqeI+sXkoqSJe1f0+DByPuKoA4YWorma5d0fcy4R8uIKYpG bF3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8+/qXaP3Rn2VMBa9pP1mhLJpNqkiglYV3CYIlra+cK0=; b=0ROF0Y+P0PD11XIOHUVUymFSzgc8lI5LZJq9QTGj342HRtYy1PCdEx8Xc7BhhupEnV 3CFxSNdae5KEvGmFTvB/Cpn6JdxtgiIdBuCHTg5BNooyAVZlxs1jFRRC1fYRUMPVXoEW 3ObfTfJKalKxEK1/Xj6FZW+iqQW31ArQtM5/UliPpvp/5YZOevRhiX0l1oPG+HipAJHm E/fARdWuUWbBUVkE/FHHJciYne8BcOsrFWdPzyDQucetSd+0tOub6QXUY76pPn2XQ2c9 Sw9KGecML/hSgpb4A7yRKHApYYFkhH/YGyB1CNICdGeeyVjX6qr2/r6V8cmKBsPdEDC9 lOyA== X-Gm-Message-State: AOAM533COKv/XpBL4ikkVd1gwwvTAsUUDPbBGuFzZDlihxFRC2lZnix4 +0LXDP0NqqmLIMavUX1tiWMAFw== X-Google-Smtp-Source: ABdhPJz8w0fwC1ZBlr4j/TglLpPwjT/0e9rFCTTIXH0RDOXEbm6TC8FbPjjWHOSMIFB8xokk6lL7nw== X-Received: by 2002:a05:6402:27c6:b0:423:e599:e49e with SMTP id c6-20020a05640227c600b00423e599e49emr20683339ede.180.1650524379120; Wed, 20 Apr 2022 23:59:39 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id ah13-20020a1709069acd00b006e8a0b3e071sm7544949ejc.110.2022.04.20.23.59.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Apr 2022 23:59:38 -0700 (PDT) From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Linus Walleij , Sylwester Nawrocki , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Tomasz Figa , Alim Akhtar Cc: Necip Fazil Yildiran , Arnd Bergmann , stable@vger.kernel.org Subject: Re: [PATCH v2] pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config Date: Thu, 21 Apr 2022 08:59:35 +0200 Message-Id: <165052437270.10147.2588603616348039313.b4-ty@linaro.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220420141407.470955-1-krzysztof.kozlowski@linaro.org> References: <20220420141407.470955-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220420_235942_860676_C840F6C8 X-CRM114-Status: GOOD ( 10.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 20 Apr 2022 16:14:07 +0200, Krzysztof Kozlowski wrote: > The Samsung pinctrl drivers depend on OF_GPIO, which is part of GPIOLIB. > ARMv7 Exynos platform selects GPIOLIB and Samsung pinctrl drivers. ARMv8 > Exynos selects only the latter leading to possible wrong configuration > on ARMv8 build: > > WARNING: unmet direct dependencies detected for PINCTRL_EXYNOS > Depends on [n]: PINCTRL [=y] && OF_GPIO [=n] && (ARCH_EXYNOS [=y] || ARCH_S5PV210 || COMPILE_TEST [=y]) > Selected by [y]: > - ARCH_EXYNOS [=y] > > [...] Applied, thanks! [1/1] pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config commit: ac875df4d854ab13d9c4af682a1837a1214fecec Best regards, -- Krzysztof Kozlowski _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel