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 694B7C7EE24 for ; Fri, 2 Jun 2023 09:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235107AbjFBJSq (ORCPT ); Fri, 2 Jun 2023 05:18:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235179AbjFBJSI (ORCPT ); Fri, 2 Jun 2023 05:18:08 -0400 Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A53510DE for ; Fri, 2 Jun 2023 02:17:23 -0700 (PDT) Received: by mail-ej1-x62f.google.com with SMTP id a640c23a62f3a-969f90d71d4so258510866b.3 for ; Fri, 02 Jun 2023 02:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1685697439; x=1688289439; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=IXjhrkmC6ETRHh84XvkEcm7oc+gqgXzZ8F9SFZsUAa0=; b=BjVyqUZHHRmlilU01AM5nHbeaMWINu66Yn/cIKqoi7/zNnYh7Yqf1ECDvP1/TG/hP1 bKQQ4xEGRkPwzfoffGUxLF8/S/mqbIPUBfItLI2VzXNkt7364FpBXNgkweQ1cuxeBYl9 jn9ebhcqtJL4LNam4Tc+DYByhXrnWzLVsT/boyH7ybjsO54suJvYG0ywSMdIPNttbAaB O/d4m0qabTHbgHOHhxFNg2Wko2RtH0HLvBlH1HvygNpcGolqrUrLJA2BArsEFhO3z4gw tYbTKXtWH3Zlxo4+Tka5Hf/XMkd1c2xn+lAGp0uKcjZCG+Vl81DH5uVU6np0i2Nuv9B5 xsPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685697439; x=1688289439; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=IXjhrkmC6ETRHh84XvkEcm7oc+gqgXzZ8F9SFZsUAa0=; b=PvGahzCGbkVPchEz4aWYadKk/9niOUN82EJCrwntbsr+0UZjMZx2g3QjoB5yPycW9N wMjvsjE0WPc8l/ybMMfNnsFkpdOAl8SotQAmsEAqqgbnFTwBTCZLZkCxWko8snx+2m38 Cm4RE6PIWn+77eeT9fitgScEWwwJp2zVhPvHzHGUBhum9SfLr6hYBOFnUOWL55y/ajC5 GmqHv2WSZ47byn4uwNWzqokE5Lfs5HdyNd0LfcNL7nl7FRsh76LD0YO7au4Jmj3f8swv 29IdB9rgCjo/TyvYSE1cbQ5r6m4Il5fvr/5TJmgmSrR6flNbEZTCcLVMJNCapyOZwAiP geWA== X-Gm-Message-State: AC+VfDxARTXTme8eU8UELnPDQEFnOkNXmy3hOklvxYijooCpI/VQZvo6 ppYDwL86EyRsqHEr1j/8mkMIjw== X-Google-Smtp-Source: ACHHUZ6fxt+H/eN4IYSEGrMJq9k16byAcMq8OPSaSx0tcu04hSzHsxw0X4qBlk9jZQ0VkL5cwLNf5A== X-Received: by 2002:a17:907:9455:b0:96f:e2c4:a063 with SMTP id dl21-20020a170907945500b0096fe2c4a063mr10450385ejc.33.1685697439425; Fri, 02 Jun 2023 02:17:19 -0700 (PDT) Received: from [192.168.1.20] ([178.197.199.204]) by smtp.gmail.com with ESMTPSA id s2-20020a170906960200b00965b2d3968csm519886ejx.84.2023.06.02.02.17.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Jun 2023 02:17:19 -0700 (PDT) Message-ID: <71b1f98c-ce20-e6e6-14c6-e5ab2d66dd96@linaro.org> Date: Fri, 2 Jun 2023 11:17:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH 6/8] pinctrl: qcom: allow true compile testing Content-Language: en-US To: Konrad Dybcio , Linus Walleij , Bjorn Andersson , Andy Gross , linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org References: <20230601152026.1182648-1-krzysztof.kozlowski@linaro.org> <20230601152026.1182648-6-krzysztof.kozlowski@linaro.org> <8f364aac-f9f3-4b85-9718-78f084bdf104@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <8f364aac-f9f3-4b85-9718-78f084bdf104@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 02/06/2023 11:08, Konrad Dybcio wrote: > > > On 1.06.2023 17:20, Krzysztof Kozlowski wrote: >> Makefile selected Qualcomm pinctrl drivers only for ARCH_QCOM, making >> any COMPILE_TEST options inside Kconfig ((ARCH_QCOM || COMPILE_TEST) or >> (OF || COMPILE_TEST)) not effective. Always descent to the qcom >> subdirectory to fix this. All individual drivers are selected in >> Makefile via dedicated CONFIG entries, thus this should not have >> functional impact except when compile testing. >> >> Signed-off-by: Krzysztof Kozlowski >> --- > Should analogous changes be made for all remaining > obj-$(CONFIG_PINCTRL_VENDOR) entries? Only for ones depending on ARCH_XXX and that requires actual compile testing which might point to missing dependencies etc. Entries depending on selectable PINCTRL_VENDOR are already compile-testable (see Samsung for example). Best regards, Krzysztof