Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp409095ybz; Tue, 21 Apr 2020 11:22:23 -0700 (PDT) X-Google-Smtp-Source: APiQypKauzYPy2Vbs6LbDX2zKunJc/nNGYrPmJDtGB/dN1aQc7zBwh2Lb1LVBSGJ5keWiXlA9MgN X-Received: by 2002:aa7:c610:: with SMTP id h16mr19195171edq.323.1587493343186; Tue, 21 Apr 2020 11:22:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587493343; cv=none; d=google.com; s=arc-20160816; b=YhEEK7WQ2K2+A5fYAxxUEvaEPQp1WjQTecThJdjGNG93mHPpBHN8+/Gp3BGYgXsg/7 NhK6XGYMFwg9i5xzbZG4Ws4A4N4cP8cKDkwMsXtd/m7gXgXLj+KGVPmtC+Vkt3NJmT3I a5IfGENaosclnBXZLCupSTrf2a94Y9l4RkNaoC46weJDD5Fg2UC4gX7jU0AMarhghS0U axb5x1REt+xiLLvNhrk/viRQIVs+FLHZ5zxpebxkvdqeGOawpNxRSMPsqe0njQUjX0ZD c1BKlDxD1qMvUKEd82kLB5dTmCayQpk4IDWSn/Ft23rMs5pBJ8AbR7ZNeSpxbGNdE4Os OQnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=y7GdgNg4IOPkq1TGinXfQdpD2eBSh0P3+dYayCijX4c=; b=nj13/JCFuywbPvJQaP9JXI4zNjNis+KeGrlTO8fPj7/+09b5SOUAGtkt0r6oi5TyOd q6SzLd4WwmBMi3CeXtK6In9AsNHsmyWgfpN7cLPVa4UZDtIbVyjE9Ww6YkgBxfHIIZzO jxdQUI8zf7EQ58sGvhqzaMjmbAn9YQNqmsD7e5Sn33WfJ/wMLXnyhRm3TWqGhkv7ULQC d42fIKmrgMVJMO2E53Jked+xqczy/9mLpW3o1Jybx3hs1Bhp2beE7WZlpUkuJAjZ2P3n Qpye1RKjuTieNyIuyjj9rwfBiy4mbKKaKpkm5IuF6Tw+KZWVKFZMtGNx+D2hwc6EFurb /OPA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n17si1743031ejd.437.2020.04.21.11.22.00; Tue, 21 Apr 2020 11:22:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729287AbgDUSUY (ORCPT + 99 others); Tue, 21 Apr 2020 14:20:24 -0400 Received: from muru.com ([72.249.23.125]:50780 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726628AbgDUSUX (ORCPT ); Tue, 21 Apr 2020 14:20:23 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id DC8B98081; Tue, 21 Apr 2020 18:21:08 +0000 (UTC) Date: Tue, 21 Apr 2020 11:20:17 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: Andreas Kemnade , Evgeniy Polyakov , Greg Kroah-Hartman , Linux Kernel Mailing List , linux-omap , Adam Ford , "Andrew F . Davis" , Vignesh R Subject: Re: [PATCHv3] w1: omap-hdq: Simplify driver with PM runtime autosuspend Message-ID: <20200421182017.GC37466@atomide.com> References: <3197C3F0-DEB9-4221-AFBD-4F2A08C84C4C@goldelico.com> <20200417164340.3d9043d1@aktux> <6430AF54-849E-456B-8DB0-B4478BBDB78D@goldelico.com> <20200417150721.GL37466@atomide.com> <8E062482-5D5D-4837-9980-D6C708DD24D4@goldelico.com> <20200420150802.GR37466@atomide.com> <20200421085336.32cf8ffe@aktux> <20200421180220.GB37466@atomide.com> <70F19A6E-7B36-4873-9364-F284A14EE3A0@goldelico.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <70F19A6E-7B36-4873-9364-F284A14EE3A0@goldelico.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Nikolaus Schaller [200421 18:14]: > > Am 21.04.2020 um 20:02 schrieb Tony Lindgren : > > This is 37xx though, maybe you have 35xx and there's some errata > > that we're not handling? > > No, it is dm3730 on three different units I have tried. > > > I'm only seeing "2.7. HDQTM/1-Wire® Communication Constraints" > > for external pull-up resitor in 34xx errata at [0]. > > > > I wonder if wrong external pull could cause flakyeness after > > enabling the hdq module? > > I have checked and we have 10 kOhm pullup to 1.8 V and a 470 Ohm > series resistor. OK > > If nothing else helps, you could try to block idle for hdq > > module, but I have a feeling that's a workaround for something > > else. > > Well, what helps is reverting the patch and using the old driver > (which did work for several years). So I would not assume that > there is a hardware influence. It seems to be something the new > driver is doing differently. Well earlier hdq1w.c did not idle, now it does. If you just want to keep it enabled like earlier, you can just add something like: &hdqw1w { ti,no-idle; }; > I need more time to understand and trace this issue on what it > depends... It may depend on the sequence some other modules are > loaded and what the user-space (udevd) is doing in the meantime. Yes would be good to understand what goes wrong here before we apply the ti,no-idle as that will block SoC deeper idle states. Regards, Tony