On 05/22/2014 06:07 PM, Alex Williamson wrote:
For testing, this version can be found in my git tree:
git://github.com/awilliam/linux-vfio.git dma-alias-v4
Please report any issues.
v4:
- Change dma_func_alias to dma_alias_devfn, holding a single
devfn to alias, thereby supporting aliase
On Tue, May 27, 2014 at 09:07:42PM -0600, Bjorn Helgaas wrote:
> On Tue, May 20, 2014 at 08:53:21AM -0600, Alex Williamson wrote:
> > The driver_override field allows us to specify the driver for a device
> > rather than relying on the driver to provide a positive match of the
> > device. This sho
On Tue, May 20, 2014 at 08:53:21AM -0600, Alex Williamson wrote:
> The driver_override field allows us to specify the driver for a device
> rather than relying on the driver to provide a positive match of the
> device. This shortcuts the existing process of looking up the vendor
> and device ID, a
Use devm_ioremap_resource() to make the code simpler, drop unused variable,
redundant return value check, and error-handing code.
Signed-off-by: Kefeng Wang
---
drivers/iommu/msm_iommu_dev.c | 38 +++---
1 files changed, 7 insertions(+), 31 deletions(-)
diff --