Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-04 Thread Johan Hovold
On Fri, Aug 04, 2017 at 03:40:42AM +0800, kbuild test robot wrote: > Hi Johan, > > [auto build test ERROR on driver-core/driver-core-testing] > [also build test ERROR on v4.13-rc3 next-20170803] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the

Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-03 Thread kbuild test robot
Hi Johan, [auto build test ERROR on driver-core/driver-core-testing] [also build test ERROR on v4.13-rc3 next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-03 Thread kbuild test robot
Hi Johan, [auto build test ERROR on driver-core/driver-core-testing] [also build test ERROR on v4.13-rc3 next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-03 Thread Johan Hovold
On Thu, Aug 03, 2017 at 12:50:20PM +0100, Robin Murphy wrote: > Hi Johan, > > On 03/08/17 11:05, Johan Hovold wrote: > > USB devices use the DMA mask and offset of the controller, which have > > already been setup when a device is probed. Note that modifying the mask > > of a USB device would

Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-03 Thread Robin Murphy
Hi Johan, On 03/08/17 11:05, Johan Hovold wrote: > USB devices use the DMA mask and offset of the controller, which have > already been setup when a device is probed. Note that modifying the mask > of a USB device would change the mask for the controller (and all > devices on the bus) as the mask

[PATCH] dma-mapping: skip USB devices when configuring DMA during probe

2017-08-03 Thread Johan Hovold
USB devices use the DMA mask and offset of the controller, which have already been setup when a device is probed. Note that modifying the mask of a USB device would change the mask for the controller (and all devices on the bus) as the mask is literally shared. Since commit 2bf698671205 ("USB: