Received: by 10.213.65.68 with SMTP id h4csp935759imn; Fri, 6 Apr 2018 11:27:56 -0700 (PDT) X-Google-Smtp-Source: AIpwx48tEq6OFs7KBoJdLQcmeyfQ3RSbLVaJto5qxGMmvgm8WdgEf6joEoGqPQhHrUgNw0+iMS00 X-Received: by 2002:a17:902:6184:: with SMTP id u4-v6mr29117870plj.390.1523039276298; Fri, 06 Apr 2018 11:27:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523039276; cv=none; d=google.com; s=arc-20160816; b=ef2AlKn6no43Ca/4D8LdJ72lgeE7aYuSacI8vbCA9Jf4ru/V0Bjz7ts8DD0uWkX4ID tYd/c8WSo+jCV/Fns3A+9SpqvFLpEEc0qet99ZVrWbRz/glKMIxeJG+n+CsyowA0hPMm vDLGylXzX6tZaxToZdPz+BWilk0hDTErQ7VMoVTBquPr5XkrE4LcvEpNNGrLBon7XBe5 LfqkcIro8XR8C4i2M6gc0le6c3D39/dCJUXLtCUvCAECrX0Hh/7qPasQjx9yWfYKTgim snwvt6hy7o20Q4snsz6e0yxfsR2ja27nFbGknk2b36zUwlNKVm80voWXnsZsFUCCJpcd yeyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version:dmarc-filter:arc-authentication-results; bh=85Pb2doi1B0HnyhRs2Swe7ii1MxpjGMCKTffOR9eNYU=; b=1KngL+YVEYAdwfkN/YQok8I0Gf2brMQnOfjC5cqbZgizOfTDmaPNcW40d3+sJKcWPQ nbN1vaQJLIUPZ9MSKf0/t4/GhexeTDg/RVuzLSHxnuaJ+VP7QgojwlRe8jJ5/UDtjwJi Xpy8OlMxKeMdAxaR/DfVJ+PocRb1UtXn6cgsvd3316qEhQ8nX67sc7Y131V9eULWz+GZ prBjfOcsXz8TQtHfaYXSoSuOayhILTjXLseUEYcloAA3jJhmsljrnqPDSMXGO7DbsdP3 MK8b33IsZtDgjISYsC2h35o3qmUog4yL97qqXzZdEYTdDQk8VcSgdPNVGdkZlzTc/SJe I1Hg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f27si7352877pga.389.2018.04.06.11.27.18; Fri, 06 Apr 2018 11:27:56 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752054AbeDFSXG convert rfc822-to-8bit (ORCPT + 99 others); Fri, 6 Apr 2018 14:23:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:41062 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbeDFSXF (ORCPT ); Fri, 6 Apr 2018 14:23:05 -0400 Received: from localhost (unknown [104.132.1.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9911920B80; Fri, 6 Apr 2018 18:23:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9911920B80 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=sboyd@kernel.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Gaku Inami , Kuninori Morimoto , Michael Turquette , Nikita Yushchenko From: Stephen Boyd In-Reply-To: <20180320083323.23289-1-nikita.yoush@cogentembedded.com> Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Nikita Yushchenko References: <20180320083323.23289-1-nikita.yoush@cogentembedded.com> Message-ID: <152303898290.143116.8216108906293639953@swboyd.mtv.corp.google.com> User-Agent: alot/0.7 Subject: Re: [PATCH] clk: cs2000: set pm_ops in hibernate-compatible way Date: Fri, 06 Apr 2018 11:23:02 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Nikita Yushchenko (2018-03-20 01:33:23) > Use SET_LATE_SYSTEM_SLEEP_PM_OPS() macro instead of direct assignment to > .resume_early field. > > This fixes initialization of CS2000 in restore from hibernation in case > of kernel used to load image did not initialize CS2000 while kernel > being restored had CS2000 initialized. > > Signed-off-by: Nikita Yushchenko > --- Applied to clk-next