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-
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
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.
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