Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp3693687ybl; Mon, 12 Aug 2019 04:58:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqwvk9g87eI2yovu2HnM1aZY1H0R4NI6omVaHH9n+E5rvXOgQUutHHTzto22cpjNG9bfTH4W X-Received: by 2002:a17:902:e106:: with SMTP id cc6mr14065435plb.255.1565611109079; Mon, 12 Aug 2019 04:58:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565611109; cv=none; d=google.com; s=arc-20160816; b=Olq2uin10DK4JFxWSbEvL1OwAmPmAXKwkXzPkEBA1YDCPsKiELoMBBjqskJS2RP1Nb QJOhV+ghyUAXSUNC04UoW+T2KQu6sg8G7iuq00dvziTofnEKrj7yslMx6rrvKsV+Q0Fc CjAnnzwZ4CuK9ZbfSUquM1YxZncJcSKTPXpnsB60H10M90gWR5o2l5jsuhzYi9wrjwCK 9kQ0sGRffoo7hlV1hpThD2CZfiZYBthiuRunN4JMnw+0uDVV+NVZ6DwFx6FfkvxCGO9x BDVqFL/prOQygVwaXNhxt2qAcBrTmeHeJXFZsDmBoNsO6C7qxXRGUh0sW+gBfQr5AGoT HBKg== 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=Y2sHFMR7x7u9Dn2gsXB1I6prog0nli0ZLw998qGvvgc=; b=BQ+bwZBPFkHQYE42RYP2SWFxol+X0oPZiofR3SgkDbDsxWumwyV7G5VTZNxv3sw2UD QnslUhC4HrjNhUAwwPcd1w6GJ1kQWhk7MDxWa6TuZlQNPilAdsIK5nu0Yi/u6Qd+m1M5 tPsROeve/B6MDg95igYA2ldrdDmuIHmo/I0XwMh5CdFaSRBmN7dmtnECptEBbO7oiUrc WULYAGPkZ+ZKoOU63A8424XlgxuaMCLTuRssWimUZKKddbd3+bdyGX/Dy+gGXBpvkfis VsatxbQfkzP9bEjjvAqBthxMQCygBhvGWPYWl63Wtvu3obSmBvl/fNnKge6Onw7Sop7Y eJYQ== 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 l1si61292002pgt.137.2019.08.12.04.58.13; Mon, 12 Aug 2019 04:58:29 -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 S1728327AbfHLL5c (ORCPT + 99 others); Mon, 12 Aug 2019 07:57:32 -0400 Received: from verein.lst.de ([213.95.11.211]:47706 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728063AbfHLL5b (ORCPT ); Mon, 12 Aug 2019 07:57:31 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 9DBBD227A81; Mon, 12 Aug 2019 13:57:26 +0200 (CEST) Date: Mon, 12 Aug 2019 13:57:26 +0200 From: Christoph Hellwig To: Greg Kroah-Hartman , Maxime Chevallier Cc: linux-arch@vger.kernel.org, Olav Kongas , Gavin Li , linuxppc-dev@lists.ozlabs.org, Mathias Nyman , Geoff Levand , Fabio Estevam , Sascha Hauer , linux-usb@vger.kernel.org, Michal Simek , linux-kernel@vger.kernel.org, Tony Prisk , iommu@lists.linux-foundation.org, Alan Stern , NXP Linux Team , Pengutronix Kernel Team , Minas Harutyunyan , Shawn Guo , Bin Liu , linux-arm-kernel@lists.infradead.org, Laurentiu Tudor Subject: Re: [PATCH 3/6] usb: add a HCD_DMA flag instead of guestimating DMA capabilities Message-ID: <20190812115726.GA9180@lst.de> References: <20190811080520.21712-1-hch@lst.de> <20190811080520.21712-4-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190811080520.21712-4-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > diff --git a/drivers/usb/host/ehci-ppc-of.c b/drivers/usb/host/ehci-ppc-of.c > index 576f7d79ad4e..9d17e0695e35 100644 > --- a/drivers/usb/host/ehci-ppc-of.c > +++ b/drivers/usb/host/ehci-ppc-of.c > @@ -31,7 +31,7 @@ static const struct hc_driver ehci_ppc_of_hc_driver = { > * generic hardware linkage > */ > .irq = ehci_irq, > - .flags = HCD_MEMORY | HCD_USB2 | HCD_BH, > + .flags = HCD_MEMORY | HC_DMA | HCD_USB2 | HCD_BH, FYI, the kbuild bot found a little typo here, so even for the unlikely case that the series is otherwise perfect I'll have to resend it at least once.