Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4899379imu; Tue, 29 Jan 2019 09:19:22 -0800 (PST) X-Google-Smtp-Source: ALg8bN43TiJk/8W3GcNuObQSnykcM/TtG5mrlT/ORP9YW/Xn6XSBWAOaMCptCNjc73sJPPQ4xcnf X-Received: by 2002:a65:41c2:: with SMTP id b2mr24152727pgq.67.1548782362087; Tue, 29 Jan 2019 09:19:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548782362; cv=none; d=google.com; s=arc-20160816; b=ytZwGEM+0IPj9x0IwE6S7FEEQaLUR1MTS7B+vDnK2trIGuvCFt/svs0aj/f7EHuri1 xWxu22sft3ZiyPasM5lQWzXdp1ZXe9SburIXRbQ02NnjjHvfXddE2iw5EMjl675CnLtq RTSZ/KdeJD8tmkXtAYvO/V6mab/uOkBVm1Vt7WJD6cFD7Ln5txz94cL4lQScSzgyISWO Cww1JPCsuvzxLtJ+STNxDSuNPxc0lBkuv8aNukk7CbF2Fu2bqDS4TJO3jNXPZwyjyIuy +M9F048FXsKxqemQmgtfJ6VPLdZd4FZtG235qvmQ0qKxtKUeCMjV+dXc4Z4ycSV3YfNL 1b6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=KH4WRlIlwzuS/ifur4WaW/0SpSA4xFE7rX5bGmArFRs=; b=zZ96t69Jz+0G3ioJHAD89jK1B7SnkeAT7mqvgGeXfrViia+Rz6yYhSYX5dg1ltO7p2 ZZupHYhNYodmfPPskUHRhXywrBtOjntPBGI4j7RULoYx1+t/8WHY40qOB8aLQcKIZNeW jwwpPG/SuOHWKQfqKGPjDvNPq88SMRAm8pCrpbtXZHzWLw5TTKVINlkJwjhQKhH/FHdL tsOAOt3PTPY+gksyjTfrHAlPy83jyhi8ZoPQfiiofMIHZw4eTlCEMmK5KShbm9N+OUBY 7tIQAhoZEwRRO7wCIM4kahO0bQstGzerFF7ud5TIDPGb/Bayk6vrpeVRzEnmUEkbFYR+ UaMg== 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 v20si6146393pgk.103.2019.01.29.09.19.05; Tue, 29 Jan 2019 09:19:22 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728955AbfA2RSw convert rfc822-to-8bit (ORCPT + 99 others); Tue, 29 Jan 2019 12:18:52 -0500 Received: from muru.com ([72.249.23.125]:36644 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727100AbfA2RSu (ORCPT ); Tue, 29 Jan 2019 12:18:50 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D6600804F; Tue, 29 Jan 2019 17:18:57 +0000 (UTC) Date: Tue, 29 Jan 2019 09:18:46 -0800 From: Tony Lindgren To: Mark Brown Cc: Doug Anderson , Sebastian Reichel , LKML , Linux ARM , linux-omap Subject: Re: New underflow of regulator enable count warnings in v5.0-rc1 Message-ID: <20190129171846.GD5720@atomide.com> References: <20190129164813.GA5720@atomide.com> <20190129171151.GC5720@atomide.com> <20190129171538.GH10524@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190129171538.GH10524@sirena.org.uk> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mark Brown [190129 17:15]: > On Tue, Jan 29, 2019 at 09:11:51AM -0800, Tony Lindgren wrote: > > > OK. Let's see if Sebastian spots where pwm_vibrator_start() > > and pwm_vibrator_stop() might get called multiple times > > or something similar. > > Given that nobody has noticed that the driver stops working entirely > it's possible that the pattern is something like: > > > pwm_vibrator_start() > pwm_vibrator_stop() > pwm_vibrator_stop() > pwm_vibrator_start() > > so it's a temporary underflow that gets corrected (or it could be that > not many people are using mainline kernels on these systems). On your > system it's the dummy driver but presumably some other users have it > connected to actual regulators. Yeah that makes sense. Regards, Tony