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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D4CE9C352BE for ; Thu, 16 Apr 2020 20:33:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD139206A2 for ; Thu, 16 Apr 2020 20:33:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731589AbgDPUdO (ORCPT ); Thu, 16 Apr 2020 16:33:14 -0400 Received: from muru.com ([72.249.23.125]:49852 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728696AbgDPUdN (ORCPT ); Thu, 16 Apr 2020 16:33:13 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 2F067804F; Thu, 16 Apr 2020 20:34:00 +0000 (UTC) Date: Thu, 16 Apr 2020 13:33:09 -0700 From: Tony Lindgren To: Andreas Kemnade Cc: "H. Nikolaus Schaller" , Evgeniy Polyakov , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Adam Ford , "Andrew F . Davis" , Vignesh R Subject: Re: [PATCHv3] w1: omap-hdq: Simplify driver with PM runtime autosuspend Message-ID: <20200416203309.GK37466@atomide.com> References: <20191217004048.46298-1-tony@atomide.com> <7B8C7DD9-095B-48FC-9642-695D07B79E97@goldelico.com> <20200416184638.GI37466@atomide.com> <20200416220449.17068b21@aktux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200416220449.17068b21@aktux> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andreas Kemnade [200416 20:05]: > On Thu, 16 Apr 2020 11:46:38 -0700 > Tony Lindgren wrote: > > If that helps, likely we have a missing pm_runtime_get_sync() > > somewhere in the driver. > > > I have not tested yet with v5.7-rc1 (it is compiling right now), > but I have not seen any problems with init=/bin/bash on v5.6 > and only a minimal set of modules loaded on gta04. I have seen that > 42 for IDLEST Yeah I think you did test this change on gta04 earlier based on the Tested-by from you :) > So might be something a bit more weird. OK please let us know what you find out. Regards, Tony