iommu/omap: Fix cache flushes on L2 table entries
authorRalf Goebel <ralf.goebel@imago-technologies.com>
Mon, 6 Aug 2018 15:00:36 +0000 (17:00 +0200)
committerJoerg Roedel <jroedel@suse.de>
Wed, 8 Aug 2018 09:08:09 +0000 (11:08 +0200)
commit04c532a1cdc7e423656c07937aa4b5c1c2b064f9
treef597dae2d4d02140fdfabcd3ee1b9a591b596f96
parent1ffaddd029c867d134a1dde39f540dcc8c52e274
iommu/omap: Fix cache flushes on L2 table entries

The base address used for DMA operations on the second-level table
did incorrectly include the offset for the table entry. The offset
was then added again which lead to incorrect behavior.

Operations on the L1 table are not affected.

The calculation of the base address is changed to point to the
beginning of the L2 table.

Fixes: bfee0cf0ee1d ("iommu/omap: Use DMA-API for performing cache flushes")
Acked-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Ralf Goebel <ralf.goebel@imago-technologies.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/omap-iommu.c