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, 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 CB480C47096 for ; Thu, 3 Jun 2021 19:51:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0652613F9 for ; Thu, 3 Jun 2021 19:51:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229617AbhFCTxM (ORCPT ); Thu, 3 Jun 2021 15:53:12 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:49616 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbhFCTxL (ORCPT ); Thu, 3 Jun 2021 15:53:11 -0400 Received: from mail-ed1-f70.google.com ([209.85.208.70]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lotNF-0007Hy-T8 for linux-tegra@vger.kernel.org; Thu, 03 Jun 2021 19:51:25 +0000 Received: by mail-ed1-f70.google.com with SMTP id h23-20020aa7c5d70000b029038fed7b27d5so3732242eds.21 for ; Thu, 03 Jun 2021 12:51:25 -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=rAwuaizKnHSw7jcySUWtMcrGLyhZKGyKa1FtaJiOZfU=; b=AyRVf/fMpiGGocIzvubaLEKAdHZGhmHzajCqbQXgSqVX87pjKREVuXCeaEURQMKurp Le8KqTwpbvSp1Shkz5WywUycB4oiwWuE3iKUVMO4GrCGzzpRsH4JeLEzi2pydCinHHFZ vzN/0VqiXB/sNOD7fL9y9SFRiMCaV9H8hBy2TE36Qy/GradlyH5Na/EYBp6ZbKNH2YO6 vRT3cr1rp0RYdbXsNeb3/g6XgNZRUTO91Z5Y/ccc9Tb0geXXqoUSHRtsi/xNH9iqnFEq 4B66dVJyTkV9MX14CzlDXjTcMhfiuOyaYM+EMC7ikEUN7HMCkFJUSRxERqr6bMYl25zJ NOyw== X-Gm-Message-State: AOAM532bQCqiDtanY6MaApX2VySL2V6BQLxTBSUXbMb2qBXNRxyRdi0E iXVlrBTHtyhv+RLWCO4GznmIv+JqEVKFsdB8Wvg36VV+8m7YMVuLqhiboG7bNKHBk9r8Vgqgecj UGQxZJUGwM/FnpBj908ZRS4Too6y7EuMFhtBPZctO X-Received: by 2002:a05:6402:2049:: with SMTP id bc9mr1079137edb.298.1622749885661; Thu, 03 Jun 2021 12:51:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxGpjLMpzFvH8k37CeCu+cnPFQjbwuHwUA2BOWSCbzmr4SjSu2kiy1SAjeP25cSMH6cs/h+KQ== X-Received: by 2002:a05:6402:2049:: with SMTP id bc9mr1079125edb.298.1622749885469; Thu, 03 Jun 2021 12:51:25 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-185-9.adslplus.ch. [188.155.185.9]) by smtp.gmail.com with ESMTPSA id n15sm2185505eds.28.2021.06.03.12.51.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Jun 2021 12:51:25 -0700 (PDT) From: Krzysztof Kozlowski To: Thierry Reding Cc: Krzysztof Kozlowski , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Dmitry Osipenko Subject: Re: [PATCH v3 00/12] memory: tegra: Driver unification Date: Thu, 3 Jun 2021 21:51:21 +0200 Message-Id: <162274987316.22918.9291045392269099802.b4-ty@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210602163302.120041-1-thierry.reding@gmail.com> References: <20210602163302.120041-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 Wed, 2 Jun 2021 18:32:50 +0200, Thierry Reding wrote: > this set of patches converges the feature sets of the pre-Tegra186 and > the post-Tegra186 memory controller drivers such that newer chips can > take advantage of some features that were previously only implemented > on earlier chips. > > Note that this looks a bit daunting from a diffstat point of view but > the bulk of this is in the first two patches that basically shuffle > around where some of the per-memory-client register definitions are > located, hence the big number of changed lines. > > [...] Applied, thanks! [01/12] memory: tegra: Consolidate register fields commit: 4f1ac76e5ed9436ff3cd72e308527fd1e90b193a [02/12] memory: tegra: Unify struct tegra_mc across SoC generations commit: e899993845e60cc24d8e667a312eaa03a05d21ec [03/12] memory: tegra: Introduce struct tegra_mc_ops commit: 6cc884c1c7fe5ae9362180d4f7d4091774921a0c [04/12] memory: tegra: Push suspend/resume into SoC drivers commit: 5c9016f0a8a3ba30c6593d2cb0d067164dd41846 [05/12] memory: tegra: Make per-SoC setup more generic commit: c64738e949940bea2bb426b104b4de0aa42a8f48 [06/12] memory: tegra: Extract setup code into callback commit: ddeceab0a959d199de776eaf5da977574b7c8f16 [07/12] memory: tegra: Parameterize interrupt handler commit: 1079a66bc32ff04eaab792152a9ed9c7585b5efc [08/12] memory: tegra: Make IRQ support opitonal commit: e474b3a15db6023dca4424fd7ad941fe9de6d6d2 [09/12] memory: tegra: Only initialize reset controller if available commit: 0de93c698587cfaf1ec36d4c78fb9c6a76544390 [10/12] memory: tegra: Unify drivers commit: 7355c7b9ae0d45923bac088bc1faebd5e9a66164 [11/12] memory: tegra: Add memory client IDs to tables commit: 7191b623a238f8859f70defc227b85fa9bce18d4 [12/12] memory: tegra: Split Tegra194 data into separate file commit: 8fd9f632ba93c0291a73be25ddd3f22631cd1052 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.1 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,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 9E1BFC47082 for ; Thu, 3 Jun 2021 19:53:20 +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 63DC5613D7 for ; Thu, 3 Jun 2021 19:53:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 63DC5613D7 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=b02030B6PIMax/UGzUuCNxYadqBVvUmhmp7D/cfmp4k=; b=RodGymqSud5WCw KsRxRkfbB20DEd7dV4EYcdkxoEat6eT6Ira4/lndgZyerjIPEgpu+0NZETZXvbW25iU75SXbxIqGY sILCfl3SR0dspqcdI6Y0GhdUEGf+lKESyZOxAIoOyGTgwEOppe8lGrgRTCwxG1cIO8QsvztabGSqA zXVfkh9lZdjMgdYHVWn2A3uV+Dd3gyGxvyyBJCpcbPNhh0Tx1i2cGV+AhDYWXuAUuCSUbfTtdLOWt UvMlMZKW7ilGUHMAQjFPz2tLQ1VwQP7O62AdfwU/zCp8M2IycLHVbdeD9a08GfD9qAdsZ++icD1+e ULb7zJwEM1EyEp76zhgA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lotNM-00AMTd-MJ; Thu, 03 Jun 2021 19:51:32 +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 1lotNJ-00AMSv-AO for linux-arm-kernel@lists.infradead.org; Thu, 03 Jun 2021 19:51:30 +0000 Received: from mail-ej1-f69.google.com ([209.85.218.69]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lotNF-0007I0-Tb for linux-arm-kernel@lists.infradead.org; Thu, 03 Jun 2021 19:51:25 +0000 Received: by mail-ej1-f69.google.com with SMTP id mp38-20020a1709071b26b02903df8ccd76fbso2361893ejc.23 for ; Thu, 03 Jun 2021 12:51:25 -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=rAwuaizKnHSw7jcySUWtMcrGLyhZKGyKa1FtaJiOZfU=; b=hot2YW0pM6BbhVJ+o9PwnIFNUWyeKAUuDYquYTkd+0irWDbz1JA0Uk6idDE1W5g470 a0vJSCUwJk3es9Ko/QiQnGKBfXANReHA1I/zO151XHp3kCHjoNyA3vFVj3gGWrvk9X6g R2aVDf+IInjXaYsv7OoEmOVT+TEklDAA1injNh9pybjwpLYudEslskcU8LduoU/JsHjB 5pNY8j9PxpewI8DN0uHmLWNMMtdSepIOx8dE/6jES14YsBJ1WTBsvLmvI0en8oi/L7jV 301ygh962ZB7o4xukzsDEM0+wIPrD+3qnM+E2HXBFU20wDfQuL8gyBKncWAJEj6LtjPP hPJA== X-Gm-Message-State: AOAM530lGANwkaVkfUEi0Y0TV2/x9g32jF5mQ1xi1GH0JZXwFVpWo/ds xmBlDfPsghOaSXe39SYdY32mHJonImsYKvNJcb7AKmUZNl0/EQrqOb/EC1TzlkzBKB1D87gxwXJ ntmJCEtpkm2o2aeFabanNFB1iP9DSv5rMSyKtsApIKDkl4M4JRqLU X-Received: by 2002:a05:6402:2049:: with SMTP id bc9mr1079135edb.298.1622749885661; Thu, 03 Jun 2021 12:51:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxGpjLMpzFvH8k37CeCu+cnPFQjbwuHwUA2BOWSCbzmr4SjSu2kiy1SAjeP25cSMH6cs/h+KQ== X-Received: by 2002:a05:6402:2049:: with SMTP id bc9mr1079125edb.298.1622749885469; Thu, 03 Jun 2021 12:51:25 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-185-9.adslplus.ch. [188.155.185.9]) by smtp.gmail.com with ESMTPSA id n15sm2185505eds.28.2021.06.03.12.51.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Jun 2021 12:51:25 -0700 (PDT) From: Krzysztof Kozlowski To: Thierry Reding Cc: Krzysztof Kozlowski , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Dmitry Osipenko Subject: Re: [PATCH v3 00/12] memory: tegra: Driver unification Date: Thu, 3 Jun 2021 21:51:21 +0200 Message-Id: <162274987316.22918.9291045392269099802.b4-ty@canonical.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210602163302.120041-1-thierry.reding@gmail.com> References: <20210602163302.120041-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-20210603_125129_382463_C8C82BC7 X-CRM114-Status: GOOD ( 13.91 ) 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, 2 Jun 2021 18:32:50 +0200, Thierry Reding wrote: > this set of patches converges the feature sets of the pre-Tegra186 and > the post-Tegra186 memory controller drivers such that newer chips can > take advantage of some features that were previously only implemented > on earlier chips. > > Note that this looks a bit daunting from a diffstat point of view but > the bulk of this is in the first two patches that basically shuffle > around where some of the per-memory-client register definitions are > located, hence the big number of changed lines. > > [...] Applied, thanks! [01/12] memory: tegra: Consolidate register fields commit: 4f1ac76e5ed9436ff3cd72e308527fd1e90b193a [02/12] memory: tegra: Unify struct tegra_mc across SoC generations commit: e899993845e60cc24d8e667a312eaa03a05d21ec [03/12] memory: tegra: Introduce struct tegra_mc_ops commit: 6cc884c1c7fe5ae9362180d4f7d4091774921a0c [04/12] memory: tegra: Push suspend/resume into SoC drivers commit: 5c9016f0a8a3ba30c6593d2cb0d067164dd41846 [05/12] memory: tegra: Make per-SoC setup more generic commit: c64738e949940bea2bb426b104b4de0aa42a8f48 [06/12] memory: tegra: Extract setup code into callback commit: ddeceab0a959d199de776eaf5da977574b7c8f16 [07/12] memory: tegra: Parameterize interrupt handler commit: 1079a66bc32ff04eaab792152a9ed9c7585b5efc [08/12] memory: tegra: Make IRQ support opitonal commit: e474b3a15db6023dca4424fd7ad941fe9de6d6d2 [09/12] memory: tegra: Only initialize reset controller if available commit: 0de93c698587cfaf1ec36d4c78fb9c6a76544390 [10/12] memory: tegra: Unify drivers commit: 7355c7b9ae0d45923bac088bc1faebd5e9a66164 [11/12] memory: tegra: Add memory client IDs to tables commit: 7191b623a238f8859f70defc227b85fa9bce18d4 [12/12] memory: tegra: Split Tegra194 data into separate file commit: 8fd9f632ba93c0291a73be25ddd3f22631cd1052 Best regards, -- Krzysztof Kozlowski _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel