Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2225399ybi; Mon, 1 Jul 2019 08:18:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqzRyR4wT1gnPU0YTm5K+2zP7z/pPNGyvFWIP3WCMMoqNLwhKKdWL2iyD6zgMv16ij5+VPUA X-Received: by 2002:a63:221f:: with SMTP id i31mr19168695pgi.251.1561994326183; Mon, 01 Jul 2019 08:18:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561994326; cv=none; d=google.com; s=arc-20160816; b=UBU6huieB+qfobdfe89/Mcuuh04qOMMRgmoFJhrdiO1pBOIJUnCoeVvDVEGxSyZIVc whVQHZe9geSWd0hjMSjNJPuk1YVVaqLM/lsVrFHI37ncIxNp9ihdD1Vyf+ZC4q4Bils8 SP6Xns3ZvSYhLh6Njd+RLmsO8OvCA7JWqRNRDsQs63SewuxThJWuu6u0z9sCrDBqOxbe ka+iKg/0Ipw+4xv8QG/UB41rsfkZNMMEoRm2nn5SUG2Kmd4tdMDiqrirKWC0Q7ww0e1h k4n1/EGOyBt8+WUa8yvWzdv5Pxt6Ag+kPSioaC6zS0OcOM37kytC0mC5XKgkHsYrkmWO QpzQ== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=1y82CljShxMK4ugUIWqzRugs/dwIOclrblKJSWlbmu4=; b=Yu570O+LfHAKIvlDFXxcKZENM2I5sXyFHJuZ0bTDg2ZbtssJWiChBDeQEgOG4EgoYe wrE5Z2Wr7VzAuXiRUzj324k8UqHRE1Nz8BRu5cCdWVUY8GgPH6gPKG9eip08nIcX+dxv /48BvFApqX4GCc3evqmCogpP8t8d5t6VkP1rwlJPJkwVE2bM9azeNfI3F5zNyEdeFBAc fTfEy89Zj+omjERQVLC+d2rFAeL7rBzc7xUWpnWrq7aTadZd0ipFFeKYOrIq8jSAO1Kk +PGfw8u5X6/dSvHy1IYHAR1MZCiVvUwBciFU9Y3ywqGQPMUtIydfeKYi6Z2WjuUODkAW Y7GA== 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=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l21si10340090pgb.409.2019.07.01.08.18.30; Mon, 01 Jul 2019 08:18:46 -0700 (PDT) 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=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728664AbfGANlZ (ORCPT + 99 others); Mon, 1 Jul 2019 09:41:25 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49626 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726869AbfGANlY (ORCPT ); Mon, 1 Jul 2019 09:41:24 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 01627260DF9 Subject: Re: [PATCH v3] platform/chrome: Expose resume result via debugfs To: Lee Jones , Enric Balletbo Serra Cc: Evan Green , Ravi Chandra Sadineni , Rajat Jain , Guenter Roeck , linux-kernel , Benson Leung , Tim Wawrzynczak References: <20190627204446.52499-1-evgreen@chromium.org> <20190701060137.GB4652@dell> From: Enric Balletbo i Serra Message-ID: <14282971-65b1-f7db-26b9-d33636054ba6@collabora.com> Date: Mon, 1 Jul 2019 15:41:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190701060137.GB4652@dell> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/7/19 8:01, Lee Jones wrote: > On Thu, 27 Jun 2019, Enric Balletbo Serra wrote: > >> Hi Evan, Lee, >> >> Missatge de Evan Green del dia dj., 27 de juny >> 2019 a les 22:46: >>> >>> For ECs that support it, the EC returns the number of slp_s0 >>> transitions and whether or not there was a timeout in the resume >>> response. Expose the last resume result to usermode via debugfs so >>> that usermode can detect and report S0ix timeouts. >>> >>> Signed-off-by: Evan Green >> >> Acked-by: Enric Balletbo i Serra >> >> Lee, actually this patch depends on some patches from chrome-platform >> to apply cleanly. Once is fine with you and if you're happy to have >> this merged for 5.3, I can just carry the patch with me, shouldn't be >> any conflicts with your current changes or if you prefer I can create >> an immutable branch for you. > > I won't be taking any more patches this cycle, so if you're sure that > it does not conflict, there is no need for an immutable branch. > > Acked-by: Lee Jones > Thanks Lee. I think the patch is simple enough, I queued for the autobuilders to play with, and if all goes well I'll add for 5.3 via chrome-platform. Thanks, ~ Enric