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, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 4D4B1C48BDF for ; Sun, 20 Jun 2021 19:23:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F31B6113E for ; Sun, 20 Jun 2021 19:23:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229875AbhFTTZu (ORCPT ); Sun, 20 Jun 2021 15:25:50 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:52998 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229708AbhFTTZu (ORCPT ); Sun, 20 Jun 2021 15:25:50 -0400 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lv32d-00046F-Vd for linux-tegra@vger.kernel.org; Sun, 20 Jun 2021 19:23:36 +0000 Received: by mail-ed1-f71.google.com with SMTP id p23-20020aa7cc970000b02903948bc39fd5so4740439edt.13 for ; Sun, 20 Jun 2021 12:23:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BmZlovYj9V7HeNkUQ5CcyPSAtuKZ8O3DexqZJGr+wKE=; b=QUhcV6wgSMUfzNWjhJ1/NAapOkYEhM9JL3umfEkZ2e/2EdtVc2K4f9FQR7dJdDQ58G VJyOv3gwrjbohXsmsFbzvXjb89pJA86TlYjcPpxCkMQjwKEBRIZEpNyzWl4ORZkYmRqk d/pYnUhg2NFQ5OEf24K9FTQnpwcr70Jf7iNhqmkdlgItntXjPAyP5AP+dGS9/e6XeEXo XmupPA+DkZ/soGlLD5peHNqu2sWdugMFdw5velZL1GQtJlGi+lpJ4F/rMWqDGAZ1dags KLb9mGhQhN+JzG+8zN9Na/uBnoKiTAmysgBYvdEIlnlrnhxDvoc45TE5Xc8kBE+5FUt+ c2MQ== X-Gm-Message-State: AOAM532qyQdocHUia7SViNDSoOO2boMBFbpbHnfgzSBYUDLf8PdEWRbQ /4v8WoVvyiY01GX2W2ybbMALisPB84EdRD47B1bvCoLN39dkRoBVz5fMpKnnebyF4KYxlj+9OFf d5XRIGfQR/uS/1YCFDmI4Ht4qC+v9l/+Eot3SeHpt X-Received: by 2002:aa7:c997:: with SMTP id c23mr2730222edt.42.1624217015737; Sun, 20 Jun 2021 12:23:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwEKmBjMwrWngqyo2C63u/7m5RV3LUtyPVC4cbCnhq2yZlx93BaiZjSA6UeNtixI5+0aCWU8g== X-Received: by 2002:aa7:c997:: with SMTP id c23mr2730211edt.42.1624217015613; Sun, 20 Jun 2021 12:23:35 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-177-222.adslplus.ch. [188.155.177.222]) by smtp.gmail.com with ESMTPSA id gz2sm3863690ejc.32.2021.06.20.12.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Jun 2021 12:23:35 -0700 (PDT) From: Krzysztof Kozlowski To: Thierry Reding Cc: Krzysztof Kozlowski , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org Subject: Re: [PATCH] memory: tegra: Add compile-test stub for tegra_mc_probe_device() Date: Sun, 20 Jun 2021 21:23:33 +0200 Message-Id: <162421700960.5053.12970820617415249488.b4-ty@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210618111846.1286166-1-thierry.reding@gmail.com> References: <20210618111846.1286166-1-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Fri, 18 Jun 2021 13:18:46 +0200, Thierry Reding wrote: > The tegra_mc_probe_device() symbol is only available when the TEGRA_MC > Kconfig option is enabled. Provide a stub if that's not the case so that > the driver can be compile-tested. Applied, thanks! [1/1] memory: tegra: Add compile-test stub for tegra_mc_probe_device() commit: 47661ee1821fc3a6b5ae07aac37410d6ccada976 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 48E14C48BDF for ; Sun, 20 Jun 2021 19:25:31 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0A3346008E for ; Sun, 20 Jun 2021 19:25:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A3346008E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=9PjoHJ5uYANTInMM/4oWFrTGT6YjHEiaHTmj0I117nI=; b=EEsG1ks+u50pdL /IacabjGxyeDLYpI4BT1Cb7eyb6YDUPbXIYP01fFG3ZB/TbO8B4Igxjsmel6QO0GeC+uBMXrQmDxi GYhzq4ucBK8PDADGBygE0xhjJvcJENXeUA608UtppXGS3eLSa25uGgunLQHggJPJJsCSBbnmO4K6Y IbyFKN7jHcdPy/tqDrEc0I87Gsrm4RFCK5yJNE+CuANxrR2eBqEiJfjDjtNoJxIa5rTOQeWzT52AU Qmy5t5yNZvXlbhvn78ChqnetBLgPNBwg28b1P8d+hRUsJt20riuz1DLYF067paJANMnWO6CjWC0r5 HHdZdRjbiseU/WN1BnQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lv32l-001U4I-1H; Sun, 20 Jun 2021 19:23:43 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lv32h-001U3u-QV for linux-arm-kernel@lists.infradead.org; Sun, 20 Jun 2021 19:23:41 +0000 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lv32d-00046E-To for linux-arm-kernel@lists.infradead.org; Sun, 20 Jun 2021 19:23:35 +0000 Received: by mail-ed1-f71.google.com with SMTP id y18-20020a0564022712b029038ffac1995eso6863373edd.12 for ; Sun, 20 Jun 2021 12:23:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BmZlovYj9V7HeNkUQ5CcyPSAtuKZ8O3DexqZJGr+wKE=; b=k1po5DI2sjRm2xXybnDhWV2Fjy2DEC3Vd/cldIteL2bqnlN9iBs5reISKB0KBq7bDz vZNOFvei+H3AiscWi0k0RaGotP8ca/aV7aw7wo3pZc+Crfl26yP/LIffzBBmS7j2E+qA l9acvZmsOAxl4sPQ9Tk1b0pfBbNntIgLdwHNbeN/8sO8R3GZwZ8qQgUiJ7niEIEbSYAM EAQwopGUc/fog6Px+dG4q7cISh66s4+4QeOMYNNrKyu3TOJV4bCEs/qpWZqwugTw4Ft8 LVDfutZbGSwHaKdN35f0V8Airo2wiM+XnugFsbFoasdD0pPGeqhhhH0xTIC9aTEZZjJw 4Z7A== X-Gm-Message-State: AOAM532IgTJYIVD2O5gVISaOhXLIOLNm3XflrFjr7vtQf6l9aQ4PMpXb 5v1LKcLYagwTV2hXrdceoVaF6B3/+Og0khF2NMe8z4YYywbFEGXJT7D2f9A62OP5gVp6DdzxSrB J835tvpnDFjgoLTZDzcqPLE4MH/MYjtU85rpOn7gaIEx44spyjuN3 X-Received: by 2002:aa7:c997:: with SMTP id c23mr2730221edt.42.1624217015737; Sun, 20 Jun 2021 12:23:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwEKmBjMwrWngqyo2C63u/7m5RV3LUtyPVC4cbCnhq2yZlx93BaiZjSA6UeNtixI5+0aCWU8g== X-Received: by 2002:aa7:c997:: with SMTP id c23mr2730211edt.42.1624217015613; Sun, 20 Jun 2021 12:23:35 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-177-222.adslplus.ch. [188.155.177.222]) by smtp.gmail.com with ESMTPSA id gz2sm3863690ejc.32.2021.06.20.12.23.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Jun 2021 12:23:35 -0700 (PDT) From: Krzysztof Kozlowski To: Thierry Reding Cc: Krzysztof Kozlowski , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org Subject: Re: [PATCH] memory: tegra: Add compile-test stub for tegra_mc_probe_device() Date: Sun, 20 Jun 2021 21:23:33 +0200 Message-Id: <162421700960.5053.12970820617415249488.b4-ty@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210618111846.1286166-1-thierry.reding@gmail.com> References: <20210618111846.1286166-1-thierry.reding@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210620_122339_902287_67D1A643 X-CRM114-Status: GOOD ( 10.31 ) 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 Fri, 18 Jun 2021 13:18:46 +0200, Thierry Reding wrote: > The tegra_mc_probe_device() symbol is only available when the TEGRA_MC > Kconfig option is enabled. Provide a stub if that's not the case so that > the driver can be compile-tested. Applied, thanks! [1/1] memory: tegra: Add compile-test stub for tegra_mc_probe_device() commit: 47661ee1821fc3a6b5ae07aac37410d6ccada976 Best regards, -- Krzysztof Kozlowski _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel