Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp1020327ybe; Wed, 11 Sep 2019 08:11:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqxymWivP27GnSrLGzz1db7nchhpGhEc9LrfzIfuHg1DrMNuJblCf1tsa05H3RhfzRtp0JGC X-Received: by 2002:a17:906:c669:: with SMTP id ew9mr30094573ejb.285.1568214708981; Wed, 11 Sep 2019 08:11:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568214708; cv=none; d=google.com; s=arc-20160816; b=iuw0uSkcC2g/8N+UL4OSVlhVNzgQywoRmqoxdUuqSi8bdAdZKS4EH3K7YV9tkdYcii blwLmcan6OXieCFSOQJTcJdB2jUXms8bagOKwTa21lrMKWQ3us7SgBXXhDoPK81TvYuS HbJS4rAKMvrdo9126qkJoKkHx1ISTPmzv8wuJumhtxjwtabVhZ2bM8rcPh/I4RtHv2Eh udTOmexyMk8reKnBg1GTQAQ+ubyy2T1fc8JOlUj08r/eKutYccJOzN0i++akFiL78QSP Uc2IpLgPwwyFHtyAwc+Vgj8ZwwZTZ71F3UmvTLgCJ06DcKfF4fGopi/h7+7kQY931v9P dkaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=JwcwQIydtNP6Z/G21QHQ7Q/qhY2QQtJQq2D4GS6SPKk=; b=r2RGhdqsku+APgJqEuR/KncuUJnwVUcIOeSLhC5rCqBOJkrBmfS9z3VOmnESjmo78n uFN16ekpBIABNquzgT+cKK4fOGTRS2+nO+BQbEoko2Wt6E/LZ0b+yiOTbd7P83FdYMq4 9b4EYxxpB7ktnoLPzmWbt3oZj2tbOgSMgHNyJYUKVF85Z5YBpNcTImZYQxkNAcGcVWUE moCtCAvMQc7nJBaulQQvG5mpgOsYXebqpP9vzj+DFgKnSE9lGanixqMyzWuD/Tf6/xDl L1jy4v8kaRaNg3yDy2zeSkh2ShV2UcsPbCpzj/Z3pBzYqnc6pIAvzEn25T6HwJ1T2QgD TYbQ== 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 d20si11506276ejc.302.2019.09.11.08.11.25; Wed, 11 Sep 2019 08:11:48 -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 S1728493AbfIKPJM (ORCPT + 99 others); Wed, 11 Sep 2019 11:09:12 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:36878 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1728421AbfIKPJL (ORCPT ); Wed, 11 Sep 2019 11:09:11 -0400 Received: (qmail 4433 invoked by uid 2102); 11 Sep 2019 11:09:10 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 11 Sep 2019 11:09:10 -0400 Date: Wed, 11 Sep 2019 11:09:10 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Nicolas Ferre cc: linux-kernel@vger.kernel.org, , , Alexandre Belloni , Ludovic Desroches , , Subject: Re: [PATCH 0/3] USB: host: ohci-at91: tailor power consumption In-Reply-To: <20190911064154.28633-1-nicolas.ferre@microchip.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 11 Sep 2019, Nicolas Ferre wrote: > Following a set of experiments we found areas of improvement for OHCI power > consumption (and associated USB analog cells). > This enhances the shutdown of residual power consumption in case of Linux > suspend/resume and removal of the driver (when compiled as a module). > > Best regards, > Nicolas > > Boris Krasnovskiy (2): > USB: host: ohci-at91: completely shutdown the controller in > at91_stop_hc() > USB: host: ohci-at91: resume: balance the clock start call > > Nicolas Ferre (1): > USB: host: ohci-at91: suspend: delay needed before to stop clocks > > drivers/usb/host/ohci-at91.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) For all three patches: Acked-by: Alan Stern