summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2018-05-23 18:41:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-06-01 13:24:51 +0200
commit36b6857932f380fcb55c31ac75857e3e81dd583a (patch)
treed647ae7c188dbb39065f4e04c339bfc5a5eddec3 /drivers/acpi
parenta965315e59f3cbceb5d27d0feb68a456544f0f8d (diff)
downloadlinux-36b6857932f380fcb55c31ac75857e3e81dd583a.tar.bz2
xhci: Allow more than 32 quirks
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. We take this opportunity to change the quirks from using (1 << x) to BIT_ULL(x). Tested-by: Domenico Andreoli <domenico.andreoli@linux.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Tested-by: Faiz Abbas <faiz_abbas@ti.com> Tested-by: Domenico Andreoli <domenico.andreoli@linux.com> Acked-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions