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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 014AAC5519F for ; Mon, 30 Nov 2020 08:37:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE2DB20719 for ; Mon, 30 Nov 2020 08:37:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727533AbgK3Ihb (ORCPT ); Mon, 30 Nov 2020 03:37:31 -0500 Received: from mail-wm1-f68.google.com ([209.85.128.68]:37358 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727258AbgK3Iha (ORCPT ); Mon, 30 Nov 2020 03:37:30 -0500 Received: by mail-wm1-f68.google.com with SMTP id h21so23528782wmb.2; Mon, 30 Nov 2020 00:37:14 -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=hGLe4cToDIvo4HB3a/5ZfuG6qTk6bfRGM4GcipNY+6Q=; b=k4LE2unixW68NAWpykc9oTelX+Hjqghw7abbqz9Iwr1rwVgDtfgyss8c788RxodOeh 5h6ldUCUXu8NKQ7SxOqD2qj3o4iAy82Of4SSe68ydkHyscDjZh9OhuX4jIxYIK7N4pth E4BxaTuQe3WGPxct7R2tzv2tCPrm/kyotkwv7dh1SAZPaUcgGPbjHAcJkPeU2M2zWZXh DC9KV7CE6iAXIxAmMAc0KN3gUJPhAHjWNgZlMMYKfM1DYHL0XKW6rNiR9JCIqBhf4w/C 0tTHDQbwRfEvpN3JfJxSYrUYh+tQOJu2RzYWvDz0z2gNN7KMg1JEWiZk8ps1kTBo5lqp V9sA== X-Gm-Message-State: AOAM530463+3yOcmD1E2iG5/GlD/TYcPmMOoLrwpKgjJKtwflw+Co8v5 D9/I3PTr+JT8mAJcDbjUFhc= X-Google-Smtp-Source: ABdhPJyIIikaJAewDDxbe7eDP7AKT83BXDJQ2y9y2Mtw+U8S4nGzCPJAQAG2vZ+ozkayNtJFvTW3gQ== X-Received: by 2002:a05:600c:58e:: with SMTP id o14mr22175684wmd.47.1606725408530; Mon, 30 Nov 2020 00:36:48 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id r1sm26179377wra.97.2020.11.30.00.36.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 00:36:47 -0800 (PST) Date: Mon, 30 Nov 2020 09:36:46 +0100 From: Krzysztof Kozlowski To: Chanwoo Choi Cc: Dmitry Osipenko , Thierry Reding , Jonathan Hunter , Georgi Djakov , Rob Herring , Michael Turquette , Stephen Boyd , Peter De Schrijver , MyungJoo Ham , Kyungmin Park , Mikko Perttunen , Viresh Kumar , Peter Geis , Nicolas Chauvet , linux-tegra@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH v10 00/19] Introduce memory interconnect for NVIDIA Tegra SoCs Message-ID: <20201130083646.GA6711@kozik-lap> References: <20201123002723.28463-1-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Mon, Nov 30, 2020 at 05:44:39PM +0900, Chanwoo Choi wrote: > Hi Dmitry, > > The v5.10-rc6 was released from linus git tree. > Generally, I will send the pull-quest about devfreq to linux-pm.git maintainer > after releasing the v5.1-rc7 for the integration test on linux-pm.git. > > The icc patches in this patch have not yet merged. If these patches > are not merged before v5.10-rc7, Maybe, I'll apply the devfreq patches > for v5.12-rc1. None of the patches here are going to be merged to Linus' in the current cycle. They will only go to the next so if there is dependency, everything will be broken and non-bisectable. However no such dependencies or merging requirements were mention in the cover letter. 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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 40D1BC63777 for ; Mon, 30 Nov 2020 08:36:53 +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 DC1DB207BC for ; Mon, 30 Nov 2020 08:36:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC1DB207BC 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 F401D89E32; Mon, 30 Nov 2020 08:36:51 +0000 (UTC) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 14BF589E32 for ; Mon, 30 Nov 2020 08:36:50 +0000 (UTC) Received: by mail-wm1-f66.google.com with SMTP id e25so4594358wme.0 for ; Mon, 30 Nov 2020 00:36:49 -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=hGLe4cToDIvo4HB3a/5ZfuG6qTk6bfRGM4GcipNY+6Q=; b=I78Fskb9m8cvj2c1of3Aiy9XRpXDZG5AVjZO7oeIC+URwmk6pjwZwW3S6haq5FWdtj 7/FkN3dRur5yVHVepNEiblf8KjpFhtfzQF6scMpGN9iYeZ8aO73XuIBPoh6Sw5YGIi0h adgFGXQD6ThThRNjDD7V81iLn7HtOdy4Pu7dVEX1z0sYpOlIUO5M9Omi0wxxtiWQrkkA bXc6kwPGWYGh+AOfiff1KA7+G+f2tGduGKKQyajQuD5Lg0pzigOeH6N3+9lp7trl1CJW qsBw9ZgSnpJLWBQ6ovUKSQErQfSsFozGqG8bMyUBJcqvVABv5Zx+rG8PtuvnijWhUNKq AWzw== X-Gm-Message-State: AOAM532Df7GFl7tvz/4WsNRPhBbxuE+CuwcoFRHwBSYIZ3oi81p/ud0J vCzdgJFvi+zzmP54QeVP1KQ= X-Google-Smtp-Source: ABdhPJyIIikaJAewDDxbe7eDP7AKT83BXDJQ2y9y2Mtw+U8S4nGzCPJAQAG2vZ+ozkayNtJFvTW3gQ== X-Received: by 2002:a05:600c:58e:: with SMTP id o14mr22175684wmd.47.1606725408530; Mon, 30 Nov 2020 00:36:48 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id r1sm26179377wra.97.2020.11.30.00.36.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 00:36:47 -0800 (PST) Date: Mon, 30 Nov 2020 09:36:46 +0100 From: Krzysztof Kozlowski To: Chanwoo Choi Subject: Re: [PATCH v10 00/19] Introduce memory interconnect for NVIDIA Tegra SoCs Message-ID: <20201130083646.GA6711@kozik-lap> References: <20201123002723.28463-1-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: Peter De Schrijver , Mikko Perttunen , dri-devel@lists.freedesktop.org, linux-pm@vger.kernel.org, Stephen Boyd , Viresh Kumar , Michael Turquette , linux-kernel@vger.kernel.org, Rob Herring , Jonathan Hunter , Nicolas Chauvet , Kyungmin Park , Thierry Reding , MyungJoo Ham , Peter Geis , linux-tegra@vger.kernel.org, Dmitry Osipenko , Georgi Djakov Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Nov 30, 2020 at 05:44:39PM +0900, Chanwoo Choi wrote: > Hi Dmitry, > > The v5.10-rc6 was released from linus git tree. > Generally, I will send the pull-quest about devfreq to linux-pm.git maintainer > after releasing the v5.1-rc7 for the integration test on linux-pm.git. > > The icc patches in this patch have not yet merged. If these patches > are not merged before v5.10-rc7, Maybe, I'll apply the devfreq patches > for v5.12-rc1. None of the patches here are going to be merged to Linus' in the current cycle. They will only go to the next so if there is dependency, everything will be broken and non-bisectable. However no such dependencies or merging requirements were mention in the cover letter. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel