Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6603507imu; Mon, 21 Jan 2019 11:59:58 -0800 (PST) X-Google-Smtp-Source: ALg8bN6VaEYl6olgR+QUYDPubZu4wswr5b7DoDqps7JaBFKQKTLodozDjXRJw5XmYZJm7K8z1wK3 X-Received: by 2002:a62:ca05:: with SMTP id n5mr31044204pfg.154.1548100798579; Mon, 21 Jan 2019 11:59:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548100798; cv=none; d=google.com; s=arc-20160816; b=nlH63/rLMozswfZwOq2B9ljxkcd2e15A1g+9N5bcoTxNs0vkbtdgfFGiQWgO+UVScA +n3LmNMcan/I5Djw/UFodga0ynW20zZW2ldg3uUHqFvflhEH0HtHatSsvNk+6EhVswGe RVEa3LCZ7ejB2C3NqB1+SWzC8gli7lRo75FLBIpL/ywO8kDZ9x1nHhjkourOvoP3y9lo BWi0sO5azcYs2kR9JFqRwvcQq5iwgZJ9307uIidDDjtIUg7fFmJgSlqMZiHzcQhrejX8 Fi5RotfbCgYHzL2jNdm/ogvJ6Z77SOM4cQ+UKTl/eOH0aaMHn8kCz4sWcyavJPFGQJ0N EtDQ== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=DaWGm0aFzYnOAchvvjo3nuXX35hh0YPKDxf2zvZLW+A=; b=j8Nv+cJxv0JG2KmEdXcbJMDQA1FbIwEcaPiiWQ2MhsSfE89XE3ATK+CF6zzqov+Pwq teFuMmKVuxBGFcXZMib1npGI8q1q8vQdI1lnLCGYUmBS8jHDCEHL25mR0oCidgf6NkAu QftVqewNg/gzilf0qohMESVWnNg7dqFZiY0hvkHt4UoUeo9s/3v2VqNRsI703DNX1W20 dM6AIrJIrfEtAS9f9CDMiNDZbpKV+fbskOf9jiHut8nz+G9bX9hLxqirXrfgMrxVAP2z Wcs/a50O1xZ7plD/kJXjJYzUPBRew8xBapTat89UHRZDl2SGhJU8V1WhT52uh6jDRCds 25hQ== 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 v25si13300292pfj.139.2019.01.21.11.59.43; Mon, 21 Jan 2019 11:59:58 -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 S1728067AbfAUT6H (ORCPT + 99 others); Mon, 21 Jan 2019 14:58:07 -0500 Received: from muru.com ([72.249.23.125]:34562 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727796AbfAUT6H (ORCPT ); Mon, 21 Jan 2019 14:58:07 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1ABBC80C0; Mon, 21 Jan 2019 19:58:14 +0000 (UTC) Date: Mon, 21 Jan 2019 11:58:03 -0800 From: Tony Lindgren To: Andreas Kemnade Cc: t-kristo@ti.com, mturquette@baylibre.com, sboyd@kernel.org, linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, bcousson@baylibre.com, paul@pwsan.com, letux-kernel@openphoenux.org Subject: Re: [PATCH v3 0/3] mach-omap2: handle autoidle denial Message-ID: <20190121195803.GH5544@atomide.com> References: <20190116220429.9136-1-andreas@kemnade.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190116220429.9136-1-andreas@kemnade.info> User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andreas Kemnade [190116 14:04]: > On the gta04 with a dm3730 omap_hdq does not work properly when the > device enters lower power states. Idling uart1 and 2 is enough > to show up that problem, if there are no other things enabled. > Further research reveals that hdq iclk must not be turned off during > transfers, also according to the TRM. That fact is also correctly described > in the flags but the code to handle that is incomplete. > > To handle multiple users of a single ick, autoidle is disabled > when a user of that ick requires that (has the OCPIF_SWSUP_IDLE)) > > Changes v3: > - replace CLK_IS_BASIC > > Changes v2: > - uses spinlocks instead of mutexes > - invert counter logic > - check whether clock type is basic For this series it's best to merge it all via the clock tree along with the related clock patches: Acked-by: Tony Lindgren