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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 CEDEDC4361B for ; Sat, 19 Dec 2020 11:03:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8D5CC22288 for ; Sat, 19 Dec 2020 11:03:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726490AbgLSLDC (ORCPT ); Sat, 19 Dec 2020 06:03:02 -0500 Received: from mail-ej1-f43.google.com ([209.85.218.43]:45212 "EHLO mail-ej1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726442AbgLSLDB (ORCPT ); Sat, 19 Dec 2020 06:03:01 -0500 Received: by mail-ej1-f43.google.com with SMTP id qw4so6851050ejb.12; Sat, 19 Dec 2020 03:02:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uV8NM4ewui2V4x6VSIOE6oo6nIoQPudLTeEHvVfs8JQ=; b=eReCBfLOw1653/4FSszhT3VTwnNYpyzIxBxVx/BbInNkOXlb5uLSkzsJ15xzrPmdvc 0BKWyf578T8rUmlDCNmrEJahfRGtuBPQ/KLEk5X06KLQW1G7UCV4CAejadt3tIRxzVe1 6ptC3rOfA3YYlS+k9v3IkWppzsIMdXjRPUnHGJE3HZQQ8jkQNmFVM43eIbS8IB1NV6wG 51JC1d/2kDj5k2RWIFu+8iqbevMw7v7iBr0THxmrpyB0DtQLX1X6XMHWuT2Xp5h6KNSw gHlf3gqDKpWsyYFz5yDiu7N7ZY3daYmys1nGX5k8N5WAHcndQ3OUtMRbbjQ9Xlc2Ftqj EdpA== X-Gm-Message-State: AOAM531n3vMbtwOmyYa0q3bl9mUuGTlgEfMlPRAhMAuDZR7Z6Y/ucYGC 5LNRxGCBOIhc79IJdy+a4L0= X-Google-Smtp-Source: ABdhPJzxz67/afVC/FecrdBWnQo3YhrStnV8UwyX/FnI8M7nQ7PMaAAZLXFCUP8jKCtTVxGcSTk9gg== X-Received: by 2002:a17:907:1004:: with SMTP id ox4mr7872260ejb.240.1608375739292; Sat, 19 Dec 2020 03:02:19 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id i26sm6569740eja.23.2020.12.19.03.02.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Dec 2020 03:02:18 -0800 (PST) Date: Sat, 19 Dec 2020 12:02:16 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Mark Brown , Liam Girdwood , Ulf Hansson , Mauro Carvalho Chehab , Rob Herring , Peter Geis , Nicolas Chauvet , "Rafael J. Wysocki" , Kevin Hilman , Peter De Schrijver , Viresh Kumar , Stephen Boyd , Michael Turquette , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, linux-tegra@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 41/48] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table() Message-ID: <20201219110216.GB5323@kozik-lap> References: <20201217180638.22748-1-digetx@gmail.com> <20201217180638.22748-42-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201217180638.22748-42-digetx@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Thu, Dec 17, 2020 at 09:06:31PM +0300, Dmitry Osipenko wrote: > Use common devm_tegra_core_dev_init_opp_table() helper for the OPP table > initialization. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/tegra20-emc.c | 57 +++--------------------------- > 1 file changed, 4 insertions(+), 53 deletions(-) If there was no more Tegra MC work planned, this could easily go via Tegra SoC tree. However I expect still work of your interconnect patches, so maybe it's better to stick these in same tree. In such case I would need a stable tag with the devm_tegra_core_dev_init_opp_table() helper for memory controller tree. Best regards, Krzysztof 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 3921BC4361B for ; Sat, 19 Dec 2020 11:02:27 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 DB3BD22288 for ; Sat, 19 Dec 2020 11:02:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB3BD22288 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 59EFC2044E; Sat, 19 Dec 2020 11:02:26 +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 XcP29gCR1paN; Sat, 19 Dec 2020 11:02:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C26CC20434; Sat, 19 Dec 2020 11:02:23 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 891261BF5A6 for ; Sat, 19 Dec 2020 11:02:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 76CE020434 for ; Sat, 19 Dec 2020 11:02:22 +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 hX9l2fyjJEgW for ; Sat, 19 Dec 2020 11:02:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) by silver.osuosl.org (Postfix) with ESMTPS id EB70D20432 for ; Sat, 19 Dec 2020 11:02:20 +0000 (UTC) Received: by mail-ej1-f41.google.com with SMTP id x16so6891711ejj.7 for ; Sat, 19 Dec 2020 03:02:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uV8NM4ewui2V4x6VSIOE6oo6nIoQPudLTeEHvVfs8JQ=; b=gIEsUEcIFOslY2cYPgXAVupE0kl1rmVQa9Op0QN9ACDnKoyh0O3jikhx2Vzg3Hycnf U8zAFodktSNkpLeMzkpITpt3E4DMSbn5emyeYlWftkYzKmJdp9aSePaNh0hePoEu78zX v9+x+J/TsXPobBi+tOGPZmyuoP238VjtVG+DffsWA+pdsCw6sv0YeL8A/s6oC/jWKlgo pbNLh2B23i6/C30Qb4CFrC4MyQOlIvni9EdnMail1eQhJYOHNRMjT63s90obot9DMkb5 bS6vIO+K6DPRWVeg7ml3OHsPEarQyungzA/wREn7J7yBv9hYsROv5ftzbqW0g/gHruRb KbnA== X-Gm-Message-State: AOAM532Xh0XnnBNobn/pq0NL7dens2T6K06QcmuEPRylXtvH2gk6NBCB lgsSClb/O1ZglkWj8CWlip0= X-Google-Smtp-Source: ABdhPJzxz67/afVC/FecrdBWnQo3YhrStnV8UwyX/FnI8M7nQ7PMaAAZLXFCUP8jKCtTVxGcSTk9gg== X-Received: by 2002:a17:907:1004:: with SMTP id ox4mr7872260ejb.240.1608375739292; Sat, 19 Dec 2020 03:02:19 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id i26sm6569740eja.23.2020.12.19.03.02.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Dec 2020 03:02:18 -0800 (PST) Date: Sat, 19 Dec 2020 12:02:16 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v2 41/48] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table() Message-ID: <20201219110216.GB5323@kozik-lap> References: <20201217180638.22748-1-digetx@gmail.com> <20201217180638.22748-42-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201217180638.22748-42-digetx@gmail.com> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ulf Hansson , Michael Turquette , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Thierry Reding , linux-clk@vger.kernel.org, devel@driverdev.osuosl.org, Kevin Hilman , Nicolas Chauvet , Viresh Kumar , Jonathan Hunter , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , linux-tegra@vger.kernel.org, Mauro Carvalho Chehab , Stephen Boyd , Peter De Schrijver , "Rafael J. Wysocki" , Liam Girdwood , Mark Brown , Peter Geis Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Thu, Dec 17, 2020 at 09:06:31PM +0300, Dmitry Osipenko wrote: > Use common devm_tegra_core_dev_init_opp_table() helper for the OPP table > initialization. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/tegra20-emc.c | 57 +++--------------------------- > 1 file changed, 4 insertions(+), 53 deletions(-) If there was no more Tegra MC work planned, this could easily go via Tegra SoC tree. However I expect still work of your interconnect patches, so maybe it's better to stick these in same tree. In such case I would need a stable tag with the devm_tegra_core_dev_init_opp_table() helper for memory controller tree. Best regards, Krzysztof _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel 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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 0576CC0018C for ; Sat, 19 Dec 2020 11:02:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 B822E22288 for ; Sat, 19 Dec 2020 11:02:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B822E22288 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4189C89ED6; Sat, 19 Dec 2020 11:02:22 +0000 (UTC) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9B34A89ED6 for ; Sat, 19 Dec 2020 11:02:20 +0000 (UTC) Received: by mail-ej1-f43.google.com with SMTP id b9so6940788ejy.0 for ; Sat, 19 Dec 2020 03:02:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uV8NM4ewui2V4x6VSIOE6oo6nIoQPudLTeEHvVfs8JQ=; b=N0T50w2wGCPF09GXrb9B0KuKlkajcLfLYw1GPr9PYB1a4VQGXKDuRn+aGes+TPdt+E QfGcK8C7OCFRhBCPGRQCCyV5cktxAdtGmi3njBi+PzQtIm8iPfQVoe7ofM+PBKZCTWPf bjjg87l8j46c85+mM6iPnzs7I56s5y/YSOjj/s9NhBHNwmsD2i6SopOPqnaFKfib0/ws 4k/nVT0BwrmS2Ta7RusdmPjO+bWEkmaImIcnfk5PIv2dBW67zqj8Eyv/B7ZXCaWiIj+O StRsj6T8Bzg8Ggq/t5NvMUF5XzCKtXhikp9fFYQ3Yw2aO1UzAqphmpLBMCW2yqmXTpG3 5Rvw== X-Gm-Message-State: AOAM533uLMhnHqoqK+9A+upjERcfEGumbLBOwGq0u5fAhGhcWQLzv/L5 oSxXv2vL2sUhzF0TeTlIUMw= X-Google-Smtp-Source: ABdhPJzxz67/afVC/FecrdBWnQo3YhrStnV8UwyX/FnI8M7nQ7PMaAAZLXFCUP8jKCtTVxGcSTk9gg== X-Received: by 2002:a17:907:1004:: with SMTP id ox4mr7872260ejb.240.1608375739292; Sat, 19 Dec 2020 03:02:19 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id i26sm6569740eja.23.2020.12.19.03.02.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Dec 2020 03:02:18 -0800 (PST) Date: Sat, 19 Dec 2020 12:02:16 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v2 41/48] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table() Message-ID: <20201219110216.GB5323@kozik-lap> References: <20201217180638.22748-1-digetx@gmail.com> <20201217180638.22748-42-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201217180638.22748-42-digetx@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ulf Hansson , Michael Turquette , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Thierry Reding , linux-clk@vger.kernel.org, devel@driverdev.osuosl.org, Kevin Hilman , Nicolas Chauvet , Viresh Kumar , Jonathan Hunter , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , linux-tegra@vger.kernel.org, Mauro Carvalho Chehab , Stephen Boyd , Peter De Schrijver , "Rafael J. Wysocki" , Liam Girdwood , Mark Brown , Peter Geis Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Dec 17, 2020 at 09:06:31PM +0300, Dmitry Osipenko wrote: > Use common devm_tegra_core_dev_init_opp_table() helper for the OPP table > initialization. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/tegra20-emc.c | 57 +++--------------------------- > 1 file changed, 4 insertions(+), 53 deletions(-) If there was no more Tegra MC work planned, this could easily go via Tegra SoC tree. However I expect still work of your interconnect patches, so maybe it's better to stick these in same tree. In such case I would need a stable tag with the devm_tegra_core_dev_init_opp_table() helper for memory controller tree. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel