Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp727533pxb; Thu, 21 Oct 2021 08:22:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPj75mhl7RrQ2F/xxIslVBfqCz23YbIteFtr6t4RezPK7sWVcSriwnGzXBzmMIaRvDGqNn X-Received: by 2002:a63:295:: with SMTP id 143mr4953902pgc.334.1634829728533; Thu, 21 Oct 2021 08:22:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634829728; cv=none; d=google.com; s=arc-20160816; b=HebHvJG6ygeodyPwHO+vNU/vnklFgWHUd19ub9juD10GVRoRSfF335Ql3BjVBWN8h5 zwtDnSdQ+PIU03E+lr5APs763QUjxsK/zw5yL/p/PIKJhEQlU8SLrYJV39A1sbUT6yyK qnaISYdyW5zUE9Ig5Vz9Fgt1YwerMAx6DoTVhY1Y65ae1siSpf8AoXivLIqHGGMVTMGH dfdQ9VmUbmIhSwWtLcxnrjMFZ67jfSGyrTt7h3lvxra0eGdsOyXTgdmIaQEh2DRXMakr woDcGGS3MGDWPbHPlzqHX0bpM4AuLXwUuPCaJwGmlWTMeUTSccpL6ecbToa+eFfUWjDU GRng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=EtadHvtfOIK+Y43Afv1bCpBxUBspn2xqV18A8PCxNP4=; b=xFKUn7lvX6ehXrnce8VPRDi5ITOFsS3HqbGHawx1zTlm4FAHzv+Wwj227WYAgtkIbg MYG+2U65H48gpwN3nA7SB7YiVlIh3pxZLtXNRtOTX97KdpYRB3K8IKSOTnmnItMZ0TYm LasOk/O0oM0ZJzNmmnttckG6SUNKK4jMRlwLoqi/JWOwN1wQlbMetjiiruqqH4vqK9Cm 05ymHi/r5w6BVh88/DozDT166LbzsRLAuluV9j/iHvatWUx7Iy2VAAy32g6N7Cu5wuGD SziJDBZiiEZbzFMSOgM1eykJwhve1ETD60O2mmk8eKTjpKekYongOiS9zgfppIVS4NEi ZQ9g== 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 a17si8166883plh.365.2021.10.21.08.21.50; Thu, 21 Oct 2021 08:22:08 -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 S231788AbhJUPWq (ORCPT + 99 others); Thu, 21 Oct 2021 11:22:46 -0400 Received: from netrider.rowland.org ([192.131.102.5]:57283 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S231795AbhJUPWo (ORCPT ); Thu, 21 Oct 2021 11:22:44 -0400 Received: (qmail 1161764 invoked by uid 1000); 21 Oct 2021 11:20:28 -0400 Date: Thu, 21 Oct 2021 11:20:28 -0400 From: Alan Stern To: Dmitry Osipenko Cc: Thierry Reding , Thierry Reding , Jonathan Hunter , Greg Kroah-Hartman , Mathias Nyman , JC Kuo , Nicolas Chauvet , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH v1] usb: xhci: tegra: Check padctrl interrupt presence in device tree Message-ID: <20211021152028.GB1161262@rowland.harvard.edu> References: <20211021115501.14932-1-digetx@gmail.com> <5f122caa-c810-534d-b2a1-53edef313ff0@gmail.com> <32694811-8768-8e77-f188-4ed1a1fb93da@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <32694811-8768-8e77-f188-4ed1a1fb93da@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 21, 2021 at 06:08:41PM +0300, Dmitry Osipenko wrote: > 21.10.2021 17:57, Dmitry Osipenko пишет: > > It might be wrong to disable device_may_wakeup() because it will change > > the system suspend-resume behaviour, i.e. you won't be able to resume by > > USB event, see [1]. > > > > [1] > > https://elixir.bootlin.com/linux/v5.15-rc6/source/drivers/usb/host/xhci-tegra.c#L1962 > > > > Although, I'm not sure whether this is a correct behaviour to start > > with. Previously, before the offending commit, device_wakeup was never > > enabled for tegra-xusb. Commit message doesn't explain why wakeup is now > > enabled unconditionally, wakeup checks aren't needed at all then. This > > makes no sense, please check it with JC Kuo. > > Although, wakeup could be disabled via sysfs, so it makes sense. Still > it's not clear whether it's a correct behaviour to enable wakeup during > system suspend by default. If it wakes machine from suspend when USB > device is plugged/unplugged, then it's a wrong behaviour. It depends on the details of how the device works. In most cases we do want to enable wakeup by default for host controller devices. The reason is simple enough: If some USB device attached to the HC is enabled for wakeup and sends a wakeup request, we don't want the request to get lost because the HC isn't allowed to forward the request on to the CPU. But we do not want to enable wakeup for root hubs. In particular, we don't want to wake up a suspended system merely because a USB device has been plugged or unplugged. Clearly this arrangement depends on the hardware making a distinction between wakeup requests originating from the root hub and those simply passing through the HC. Alan Stern