From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: powerpc/ps3: Set driver coherent_dma_mask From: Greg Kroah-Hartman Message-Id: <20180719065503.GB21108@kroah.com> Date: Thu, 19 Jul 2018 08:55:03 +0200 To: Geoff Levand Cc: Alan Stern , Takashi Iwai , Jaroslav Kysela , Michael Ellerman , linux-usb@vger.kernel.org, "linuxppc-dev@lists.ozlabs.org" List-ID: T24gV2VkLCBKdWwgMTgsIDIwMTggYXQgMDM6MDg6MzNQTSAtMDcwMCwgR2VvZmYgTGV2YW5kIHdy b3RlOgo+IFNldCB0aGUgY29oZXJlbnRfZG1hX21hc2sgZm9yIHRoZSBQUzMgZWhjaSwgb2hjaSwg YW5kIHNuZCBkZXZpY2VzLgo+IAo+IFNpbGVuY2VzIFdBUk5fT05fT05DRSBtZXNzYWdlcyBlbWl0 dGVkIGJ5IHRoZSBkbWFfYWxsb2NfYXR0cnMoKSByb3V0aW5lLgo+IAo+IFJlcG9ydGVkLWJ5OiBG cmVkcmlrIE5vcmluZyA8bm9yaW5nQG5vY3Jldy5vcmc+Cj4gU2lnbmVkLW9mZi1ieTogR2VvZmYg TGV2YW5kIDxnZW9mZkBpbmZyYWRlYWQub3JnPgo+IC0tLQo+IEhpIE1pY2hhZWwsCj4gCj4gVGhp cyBqdXN0IHNpbGVuY2VzIHNvbWUgd2FybmluZ3MuICBDYW4geW91IHRha2UgaXQgdGhyb3VnaCB0 aGUgcG93ZXJwYwo+IHRyZWU/CgpPb3BzLCBuZXZlcm1pbmQsIGl0IHNob3VsZCBnbyB0aHJvdWdo IHRoZSBwcGMgdHJlZS4gIEhlcmUncyBteSBhY2s6CgpBY2tlZC1ieTogR3JlZyBLcm9haC1IYXJ0 bWFuIDxncmVna2hAbGludXhmb3VuZGF0aW9uLm9yZz4KLS0tClRvIHVuc3Vic2NyaWJlIGZyb20g dGhpcyBsaXN0OiBzZW5kIHRoZSBsaW5lICJ1bnN1YnNjcmliZSBsaW51eC11c2IiIGluCnRoZSBi b2R5IG9mIGEgbWVzc2FnZSB0byBtYWpvcmRvbW9Admdlci5rZXJuZWwub3JnCk1vcmUgbWFqb3Jk b21vIGluZm8gYXQgIGh0dHA6Ly92Z2VyLmtlcm5lbC5vcmcvbWFqb3Jkb21vLWluZm8uaHRtbAo= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41WPsR6Ph4zDqDR for ; Thu, 19 Jul 2018 16:55:07 +1000 (AEST) Date: Thu, 19 Jul 2018 08:55:03 +0200 From: Greg KH To: Geoff Levand Cc: Alan Stern , Takashi Iwai , Jaroslav Kysela , Michael Ellerman , linux-usb@vger.kernel.org, "linuxppc-dev@lists.ozlabs.org" Subject: Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask Message-ID: <20180719065503.GB21108@kroah.com> References: <068ebcfa-7cd0-bd06-42e7-577a4624f0b0@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <068ebcfa-7cd0-bd06-42e7-577a4624f0b0@infradead.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jul 18, 2018 at 03:08:33PM -0700, Geoff Levand wrote: > Set the coherent_dma_mask for the PS3 ehci, ohci, and snd devices. > > Silences WARN_ON_ONCE messages emitted by the dma_alloc_attrs() routine. > > Reported-by: Fredrik Noring > Signed-off-by: Geoff Levand > --- > Hi Michael, > > This just silences some warnings. Can you take it through the powerpc > tree? Oops, nevermind, it should go through the ppc tree. Here's my ack: Acked-by: Greg Kroah-Hartman