commit | 49806599c31d77b1050022aeb3da3051cd9f85f6 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Oct 19 16:41:53 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Fri Oct 20 16:55:09 2017 +0100 |
tree | 362113ce69be0dfde02281a7be143243ed4edd77 | |
parent | 37de98f8f1cf330918b242cd3ce13751857243a6 [diff] |
iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in half arm_smmu_cmdq_issue_sync is a little unwieldy now that it supports both MSI and event-based polling, so split it into two functions to make things easier to follow. Signed-off-by: Will Deacon <will.deacon@arm.com>