Re: [PATCH v3 1/2] make xhci platform driver use 64 bit or 32 bit DMA

2015-07-29 Thread Loc Ho
Hi, >> >> The xhci platform driver needs to work on systems that either only >> >> support 64-bit DMA or only support 32-bit DMA. Attempt to set a >> >> coherent dma mask for 64-bit DMA, and attempt again with 32-bit >> >> DMA if that fails. >> >> >> >> Signed-off-by: Mark Langsdorf >> >> Tested-

Re: [PATCH v3 1/2] make xhci platform driver use 64 bit or 32 bit DMA

2015-07-29 Thread Loc Ho
Hi Mathias, >> The xhci platform driver needs to work on systems that either only >> support 64-bit DMA or only support 32-bit DMA. Attempt to set a >> coherent dma mask for 64-bit DMA, and attempt again with 32-bit >> DMA if that fails. >> >> Signed-off-by: Mark Langsdorf >> Tested-by: Mark Salt

Re: [GIT PULL] USB patches for 3.15-rc1

2014-04-02 Thread Loc Ho
rong wrt the dependencies for >>>> this thing. >>>> >>>> It looks like the "select PHY_XGENE" came in through the libata >>>> update, but this USB update actually brought in the "config PHY_XGENE" >>>> and thus this error.

Re: [GIT PULL] USB patches for 3.15-rc1

2014-04-01 Thread Loc Ho
h the libata >> update, but this USB update actually brought in the "config PHY_XGENE" >> and thus this error. Which makes me wonder how this all worked. Why >> does that "select PHY_XGENE" exist when apparently it's not needed? >> >> Regardless, t