Re: [PATCH 1/3] xhci: Allow more than 32 quirks

2018-05-18 Thread Marc Zyngier
On 17/05/18 14:28, Greg KH wrote: > On Thu, May 17, 2018 at 01:58:34PM +0100, Marc Zyngier wrote: >> We now have 32 different quirks, and the field that holds them >> is full. Let's bump it up to the next stage so that we can handle >> some more... The type is now an unsigned long long, which is 64

Re: [PATCH 1/3] xhci: Allow more than 32 quirks

2018-05-17 Thread Greg KH
On Thu, May 17, 2018 at 01:58:34PM +0100, Marc Zyngier wrote: > We now have 32 different quirks, and the field that holds them > is full. Let's bump it up to the next stage so that we can handle > some more... The type is now an unsigned long long, which is 64bit > on most architectures. > > Signe

[PATCH 1/3] xhci: Allow more than 32 quirks

2018-05-17 Thread Marc Zyngier
We now have 32 different quirks, and the field that holds them is full. Let's bump it up to the next stage so that we can handle some more... The type is now an unsigned long long, which is 64bit on most architectures. Signed-off-by: Marc Zyngier --- drivers/usb/host/xhci.c | 6 +++--- drivers/u