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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 87197C55ABD for ; Tue, 10 Nov 2020 13:34:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2BB1C2151B for ; Tue, 10 Nov 2020 13:34:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="h3fs2yDb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731787AbgKJNeP (ORCPT ); Tue, 10 Nov 2020 08:34:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730231AbgKJNeP (ORCPT ); Tue, 10 Nov 2020 08:34:15 -0500 Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6E11C0613CF for ; Tue, 10 Nov 2020 05:34:14 -0800 (PST) Received: by mail-lj1-x244.google.com with SMTP id y16so8625913ljh.0 for ; Tue, 10 Nov 2020 05:34:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KGLM9fPNY7+GT4p8nJCSTip3uZZh4KalRevc6NBKqSw=; b=h3fs2yDbhXzIKAaNrM+h8p/XSPvr3EH34ss06aruBBygOKO9jCk2Y2fGVpLMiUHrXI LE6Lep9wERBSv9edvF2R2doBF6UAXzV/t6wvEqJGmP2fv/BKT/WdMvx9o3EnhCP6JLVi Q1xUeqe6Uu/vuhmQBEe7HAqerEUcGEq2nQwgaTgrpDmXvvfR5zTO9Gvv6n00nixmJ40E IwnKLpjoF9/iK0H8bBSdj24Ftf0Wj/OpGR7dBsrwYGZC2Z+nEBeRufIeob+3TLmbiUHU tgVSzrE7cn5YGxROsHaRqAZ4NEXXzsPQLOwEu1nPCsTN9ZyJANwF9wGuLlNEpwaEPI9O /iOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KGLM9fPNY7+GT4p8nJCSTip3uZZh4KalRevc6NBKqSw=; b=eksxy6qvOkD0Xl/C4LWeUXQSlNpDnILFkVzS3LUKwj3KviP1R36F9a+bjzRr69D/gW qWVVUtcgKWV5SZIujTGnYRxnjaGcU6mdWNHgSkBUESvf6yxggo9qzUZGufJLousfx549 /RJvhBP4t0arMAXSn35nrDL+qKRe3I+NxsEHLHXQodlsIwwQpIteo4OpdCubJT/uCLfG AJBaw2YFCy2WyTNqmtuTT9RKWpIqemVKc8pwBkL8Z2+sw/D0QvLd82JaWYkhvMidobDS jlJDB0Vxe2om4zUQCIghIazjMlqSsWsCi/xlNooljs3dA3w3iv5dNPKeoJGuMLTYIqk/ ajHw== X-Gm-Message-State: AOAM531QeYEnUaPd5g9GCtwLxp7HbQlEaQm4Sgd/HO1nPrAM+1Rz7Qjc 4X7OFjN5wd14xvIXHw3My8mV00qY3+bdHyWBvCV06A== X-Google-Smtp-Source: ABdhPJw4l95Aug60napiBX1bSOo2GaerufcLINoM+ZkU5hACFyVVdkrKEpvI/w+Qkg+bt6DgzwF/QHjFBj4ZnqZLbQo= X-Received: by 2002:a2e:8604:: with SMTP id a4mr8277742lji.100.1605015253248; Tue, 10 Nov 2020 05:34:13 -0800 (PST) MIME-Version: 1.0 References: <20201106042710.55979-1-john.stultz@linaro.org> <20201106042710.55979-2-john.stultz@linaro.org> In-Reply-To: <20201106042710.55979-2-john.stultz@linaro.org> From: Linus Walleij Date: Tue, 10 Nov 2020 14:34:02 +0100 Message-ID: Subject: Re: [PATCH v6 2/3] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module To: John Stultz Cc: lkml , Catalin Marinas , Will Deacon , Andy Gross , Bjorn Andersson , Joerg Roedel , Thomas Gleixner , Jason Cooper , Marc Zyngier , Vinod Koul , Kalle Valo , Maulik Shah , Lina Iyer , Saravana Kannan , Todd Kjos , Greg Kroah-Hartman , MSM , "list@263.net:IOMMU DRIVERS , Joerg Roedel ," , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Nov 6, 2020 at 5:27 AM John Stultz wrote: > Tweaks to allow pinctrl-msm code to be loadable as a module. > > This is needed in order to support having the qcom-scm driver, > which pinctrl-msm calls into, configured as a module. > > This requires that we tweak Kconfigs selecting PINCTRL_MSM to > also depend on QCOM_SCM || QCOM_SCM=n so that we match the > module setting of QCOM_SCM. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Andy Gross > Cc: Bjorn Andersson > Cc: Joerg Roedel > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: Linus Walleij > Cc: Vinod Koul > Cc: Kalle Valo > Cc: Maulik Shah > Cc: Lina Iyer > Cc: Saravana Kannan > Cc: Todd Kjos > Cc: Greg Kroah-Hartman > Cc: linux-arm-msm@vger.kernel.org > Cc: iommu@lists.linux-foundation.org > Cc: linux-gpio@vger.kernel.org > Reviewed-by: Bjorn Andersson > Signed-off-by: John Stultz Patch applied! Yours, Linus Walleij 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=-6.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 52254C55ABD for ; Tue, 10 Nov 2020 13:34:19 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C628F206B2 for ; Tue, 10 Nov 2020 13:34:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="h3fs2yDb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C628F206B2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5771C872F1; Tue, 10 Nov 2020 13:34:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tP9g+iIcT+no; Tue, 10 Nov 2020 13:34:17 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id C47C88707D; Tue, 10 Nov 2020 13:34:17 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id B163BC088B; Tue, 10 Nov 2020 13:34:17 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id DE2D8C016F for ; Tue, 10 Nov 2020 13:34:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A1E5B228D5 for ; Tue, 10 Nov 2020 13:34:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UjvcEijUGtlO for ; Tue, 10 Nov 2020 13:34:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) by silver.osuosl.org (Postfix) with ESMTPS id 2CBD2228D1 for ; Tue, 10 Nov 2020 13:34:15 +0000 (UTC) Received: by mail-lj1-f194.google.com with SMTP id v18so14700829ljc.3 for ; Tue, 10 Nov 2020 05:34:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KGLM9fPNY7+GT4p8nJCSTip3uZZh4KalRevc6NBKqSw=; b=h3fs2yDbhXzIKAaNrM+h8p/XSPvr3EH34ss06aruBBygOKO9jCk2Y2fGVpLMiUHrXI LE6Lep9wERBSv9edvF2R2doBF6UAXzV/t6wvEqJGmP2fv/BKT/WdMvx9o3EnhCP6JLVi Q1xUeqe6Uu/vuhmQBEe7HAqerEUcGEq2nQwgaTgrpDmXvvfR5zTO9Gvv6n00nixmJ40E IwnKLpjoF9/iK0H8bBSdj24Ftf0Wj/OpGR7dBsrwYGZC2Z+nEBeRufIeob+3TLmbiUHU tgVSzrE7cn5YGxROsHaRqAZ4NEXXzsPQLOwEu1nPCsTN9ZyJANwF9wGuLlNEpwaEPI9O /iOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KGLM9fPNY7+GT4p8nJCSTip3uZZh4KalRevc6NBKqSw=; b=reMG/zg3JY0nmqW7e3Mmc2/KFHhCGHQnEfROZ8d+OpMeE/sFJKyjYZkAp+J/JSQBEB RanxuTFxTYS7ZmTg4P+3jIJ6Rj+8ALwjsgcEySRb1ySW9Qu8BReyejL+TnaKmsdevuZn joHGsGmEbQbMh/NUjFynWZvgtjPFMd0fO8fA29mZWBOkzk9P6MOyJebMiuIezadnqwoO LNc5QmoStlObpp3tT8QFnbqSld+wcImBHiKY7zKITxy3xCgjWKCh2UxORxq7bSm0RC27 WsxGb8GjmD03c1EQGH9dQU7E0cxpzwarm5QsOjzeu/BaCVAj/CboQVhyIzEcuAMOCQuB Ow0Q== X-Gm-Message-State: AOAM531hvC5ura4A0afCv9HMfXYb6CTMkV09LTHUERN+vc2VSgYaKxsg VIs4FuRmyakYSm4NvWpURQ8QOW6t6vZt0zd9i1gzKw== X-Google-Smtp-Source: ABdhPJw4l95Aug60napiBX1bSOo2GaerufcLINoM+ZkU5hACFyVVdkrKEpvI/w+Qkg+bt6DgzwF/QHjFBj4ZnqZLbQo= X-Received: by 2002:a2e:8604:: with SMTP id a4mr8277742lji.100.1605015253248; Tue, 10 Nov 2020 05:34:13 -0800 (PST) MIME-Version: 1.0 References: <20201106042710.55979-1-john.stultz@linaro.org> <20201106042710.55979-2-john.stultz@linaro.org> In-Reply-To: <20201106042710.55979-2-john.stultz@linaro.org> From: Linus Walleij Date: Tue, 10 Nov 2020 14:34:02 +0100 Message-ID: Subject: Re: [PATCH v6 2/3] pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module To: John Stultz Cc: Maulik Shah , Jason Cooper , Saravana Kannan , Greg Kroah-Hartman , Catalin Marinas , lkml , Lina Iyer , "list@263.net:IOMMU DRIVERS , Joerg Roedel , " , Vinod Koul , Andy Gross , "open list:GPIO SUBSYSTEM" , Marc Zyngier , MSM , Thomas Gleixner , Will Deacon , Kalle Valo , Todd Kjos X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Fri, Nov 6, 2020 at 5:27 AM John Stultz wrote: > Tweaks to allow pinctrl-msm code to be loadable as a module. > > This is needed in order to support having the qcom-scm driver, > which pinctrl-msm calls into, configured as a module. > > This requires that we tweak Kconfigs selecting PINCTRL_MSM to > also depend on QCOM_SCM || QCOM_SCM=n so that we match the > module setting of QCOM_SCM. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Andy Gross > Cc: Bjorn Andersson > Cc: Joerg Roedel > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: Linus Walleij > Cc: Vinod Koul > Cc: Kalle Valo > Cc: Maulik Shah > Cc: Lina Iyer > Cc: Saravana Kannan > Cc: Todd Kjos > Cc: Greg Kroah-Hartman > Cc: linux-arm-msm@vger.kernel.org > Cc: iommu@lists.linux-foundation.org > Cc: linux-gpio@vger.kernel.org > Reviewed-by: Bjorn Andersson > Signed-off-by: John Stultz Patch applied! Yours, Linus Walleij _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu