]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dmaengine: acpi-dma: check for 64-bit MMIO address
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 17 Nov 2015 11:34:26 +0000 (13:34 +0200)
committerVinod Koul <vinod.koul@intel.com>
Sat, 5 Dec 2015 08:30:34 +0000 (14:00 +0530)
commitf94cf9f4c54a72ccbd2078bb0cedd3691a71c431
tree4b85741e2370969116ae7b6ac714e9c2297298a8
parent95da0c19d164f6df0b71a5187950f47d4b746e91
dmaengine: acpi-dma: check for 64-bit MMIO address

Currently the match DMA controller is done only for lower 32 bits of
address which might be not true on 64-bit platform. Check upper portion
as well.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/acpi-dma.c