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=-5.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 383B2C433DF for ; Fri, 22 May 2020 16:42:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1800A20679 for ; Fri, 22 May 2020 16:42:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="WrB42hWu" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730418AbgEVQmi (ORCPT ); Fri, 22 May 2020 12:42:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730284AbgEVQmi (ORCPT ); Fri, 22 May 2020 12:42:38 -0400 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1A29C05BD43 for ; Fri, 22 May 2020 09:42:37 -0700 (PDT) Received: by mail-wm1-x341.google.com with SMTP id n5so10449264wmd.0 for ; Fri, 22 May 2020 09:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=HX9V/z77GLOnDyyh9f54+oEvg1NpMcG6LWrR+XoGJjs=; b=WrB42hWucxjJtH0PqAfaePqJpA9G7L4670KAr251gLFKp3FJkoN9ApQQ0iNKTUt2+E SvD7Q09Prlz3bHOgJJuve/7pcePKl4itpLiEqR0p/wi2lKxclMeOfa53ryZ2UUDBYZAC zYlhYe+9zAdT1FUrmpQPz2+smevQch7e5qmYH6HvrMEG98BHErDio6vfTDHGRamFpgvS KkiXrNlUAOFSgsiLubEGmpB13EPp3swcs3m8lxdDpKWhptzIsirZjPaFufvaiMkn8rAA rlAFN2eukCRk/DXqYUDDaSqBra+wEuWdvHHSaavNGXNB69PFEiu0tzIP8xG5pWAbbpmP 7tlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=HX9V/z77GLOnDyyh9f54+oEvg1NpMcG6LWrR+XoGJjs=; b=M7rtV8ppd8NlPYqteq3wnMK4C+qfuM4pe4xlzuA7qilnnWeIkfduLu9CY9D9C9jQNc gd5Pcy3l/maLEgED3xJ6yKmVq4itafhbVS1zd0J7r33pN3ZFzocGUAquKYccsjxadGXy EK1ENAM/dSPxrxHKSdKNuD8Ij+gX4HJfHqtpiOsnr/LmT3ejMm1ItcQTDt5zo8FSoRYj BpR1PmCnSh0bSpThPxsSI2O5holbRfVglPP8Vb+CXbqaAYb3k2DhyY9CAH7RnaZFON+y I6ULS3BrXStrOaoJgHGj9NCk2iRnNb/DUcnVzGmprrs6VBmyIDNNzrhrTyPc5AKBbqzE YppA== X-Gm-Message-State: AOAM530iSM18ZZAgt0dS6eVidHbiunZJ2XJX5oQhCss693ZOZUDZpbw2 DEeKXJi0dJQ/GtreTl9PDdxMwQ== X-Google-Smtp-Source: ABdhPJxXljZFc73zMOt1P71ryNnDFRaST4phyymzlWVFlCUrgGbfeqIp7VAMePSAiXUzsgnGEzejsg== X-Received: by 2002:a1c:8049:: with SMTP id b70mr4076568wmd.53.1590165756406; Fri, 22 May 2020 09:42:36 -0700 (PDT) Received: from ?IPv6:2a01:e34:ed2f:f020:a82f:eaec:3c49:875a? ([2a01:e34:ed2f:f020:a82f:eaec:3c49:875a]) by smtp.googlemail.com with ESMTPSA id j1sm10070523wrm.40.2020.05.22.09.42.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 22 May 2020 09:42:35 -0700 (PDT) Subject: Re: [PATCH v1 3/3] cpuidle: tegra: Support CPU cluster power-down state on Tegra30 To: Thierry Reding Cc: Dmitry Osipenko , Jonathan Hunter , Peter De Schrijver , "Rafael J. Wysocki" , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Jasper Korten , David Heidelberg , Peter Geis , linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200324224335.5825-1-digetx@gmail.com> <20200324224335.5825-4-digetx@gmail.com> <20200506163341.GA2723057@ulmo> From: Daniel Lezcano Message-ID: <99326cc2-0b08-6793-ee8b-1076ec9c9f55@linaro.org> Date: Fri, 22 May 2020 18:42:35 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200506163341.GA2723057@ulmo> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 06/05/2020 18:33, Thierry Reding wrote: > On Wed, Mar 25, 2020 at 01:43:35AM +0300, Dmitry Osipenko wrote: >> The new Tegra CPU Idle driver now has a unified code path for the coupled >> CC6 (LP2) state, this allows to enable the deepest idling state on Tegra30 >> SoC where the whole CPU cluster is power-gated. >> >> Tested-by: Michał Mirosław >> Tested-by: Jasper Korten >> Tested-by: David Heidelberg >> Tested-by: Peter Geis >> Signed-off-by: Dmitry Osipenko >> --- >> drivers/cpuidle/cpuidle-tegra.c | 1 - >> 1 file changed, 1 deletion(-) > > Daniel, > > do you mind if I pick this up into the Tegra tree because of the runtime > dependencies on the firmware and ARM core changes in patches 1 & 2? Sorry for the late reply, I'm overbooked this cycle. -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog