Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1982561ybl; Thu, 5 Dec 2019 10:02:13 -0800 (PST) X-Google-Smtp-Source: APXvYqyJxF78tXw2CfTEybzmpzLTDDfqQsaGQlweDRKQ9t6Uy172YCVrme8IiiLxkqemz73wFft5 X-Received: by 2002:a9d:4789:: with SMTP id b9mr7239391otf.247.1575568933490; Thu, 05 Dec 2019 10:02:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575568933; cv=none; d=google.com; s=arc-20160816; b=Ojk0t2vYWXeJXnYKa4v9HCMhaB6ysSl1Kd8RFowZ1+I7l0tuKC/XskHI9zm3RSRe6C ibjCsZCrJ7b6vXBldIcOLtNPsiLIa9MznPgP9JJXGz3ijkZNVnFMOdObh5RMamF8AER/ 85B01Qdc2kkbsiqCU485haE3PwoHDz29RMaH3Ws/V7AqUytRNi/8rr/5qJC9CEK1i2dr ep3R8USsgrM5QVVsWJ2tWho0+lpuhg0uS7Fo9z1JvlpR/ss7Itz68y5CqO4BhGfuNcXR f7TuCsDjKm9QvBRCEum5vDiVSHbFhkA59AaNAASNry/xnIdZnh7uirc2SMU/6N5b3yrG wDgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:references :in-reply-to:message-id:date:subject:cc:to:from; bh=NMJSMY/iZkD5aLxB+aznBn8j0XA5lGGzRRk5DT+t0bE=; b=MxCLDavu2TYvMBr1tVPHJpR7LY9JnYZOz8CS5BMp5rH+lceflE7PgxP1hadcT6zNNf k3bdFgBBtaei8rhczw2cfm2pozV6DtevjpGyaEYGBrq5cehdGkRv1rOBeDHUI1f7MGTO 2tvKig7ETRBAGE4vB5y2DP+T6LjA+hp6Jmotu/ldAugd7AKhaZ259qwL7HX3NC09hsax Z/im+NTpt98s6Sdx8SkW4reOl2lkbh4bMKzgbYysXPnopCRIjylHyaTlA2/UFCsCC+iY Au+7MMNSjzRb9lYxktA5rLBkYJFDzxDVj64dmWBcuGAJL0UmR7+Ni8AB7BlPvICyFBAR JZfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k17si5350797oiw.238.2019.12.05.10.02.00; Thu, 05 Dec 2019 10:02:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730061AbfLERF0 (ORCPT + 99 others); Thu, 5 Dec 2019 12:05:26 -0500 Received: from comms.puri.sm ([159.203.221.185]:50268 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729855AbfLERFZ (ORCPT ); Thu, 5 Dec 2019 12:05:25 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 090F6DFD7F; Thu, 5 Dec 2019 09:05:24 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uk-qKAYI0nFN; Thu, 5 Dec 2019 09:05:23 -0800 (PST) From: Martin Kepplinger To: daniel.lezcano@linaro.org Cc: mathieu.poirier@linaro.org, mingo@redhat.com, peterz@infradead.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, ulf.hansson@linaro.org, Martin Kepplinger Subject: Re: [PATCH V6 2/3] cpuidle: play_idle: Specify play_idle with an idle state Date: Thu, 5 Dec 2019 18:04:38 +0100 Message-Id: <20191205170438.4318-1-martin.kepplinger@puri.sm> In-Reply-To: <20191030075141.1039-2-daniel.lezcano@linaro.org> References: <20191030075141.1039-2-daniel.lezcano@linaro.org> Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi Daniel, Since there's been quite some changes in cpuidle recently, how's your plans to move this patchset forward? I, at least, need it. thanks for that, martin