Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Alan Stern
On Thu, 19 Jul 2018, Geoff Levand wrote: > Hi Alan, > > On 07/19/2018 07:33 AM, Alan Stern wrote: > > On Wed, 18 Jul 2018, Geoff Levand wrote: > > > >> diff --git a/drivers/usb/host/ehci-ps3.c b/drivers/usb/host/ehci-ps3.c > >> index 8c733492d8fe..454d8c624a3f 100644 > >> ---

Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Geoff Levand
Hi Alan, On 07/19/2018 07:33 AM, Alan Stern wrote: > On Wed, 18 Jul 2018, Geoff Levand wrote: > >> diff --git a/drivers/usb/host/ehci-ps3.c b/drivers/usb/host/ehci-ps3.c >> index 8c733492d8fe..454d8c624a3f 100644 >> --- a/drivers/usb/host/ehci-ps3.c >> +++ b/drivers/usb/host/ehci-ps3.c >> @@

Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Alan Stern
On Wed, 18 Jul 2018, 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

Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Michael Ellerman
Greg KH writes: > 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

Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Greg KH
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, > >

Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Greg KH
On Thu, Jul 19, 2018 at 08:46:45AM +0200, Takashi Iwai wrote: > On Thu, 19 Jul 2018 00:08:33 +0200, > 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. > > > >

Re: [PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-19 Thread Takashi Iwai
On Thu, 19 Jul 2018 00:08:33 +0200, 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 For sound bits,

[PATCH] powerpc/ps3: Set driver coherent_dma_mask

2018-07-18 Thread Geoff Levand
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?