[PATCH v4.1 05/16] PCI: quirk dma_alias_devfn for Marvell devices

2014-05-28 Thread Alex Williamson
Several Marvell devices and a JMicron device have a similar DMA requester ID problem to Ricoh, except they use function 1 as the PCIe requester ID. Add a quirk for these to populate the DMA alias with the correct devfn. Signed-off-by: Alex Williamson --- v4.1: minor commitlog tweak, no code

[PATCH v4.1 05/16] PCI: quirk dma_alias_devfn for Marvell devices

2014-05-28 Thread Alex Williamson
Several Marvell devices and a JMicron device have a similar DMA requester ID problem to Ricoh, except they use function 1 as the PCIe requester ID. Add a quirk for these to populate the DMA alias with the correct devfn. Signed-off-by: Alex Williamson alex.william...@redhat.com --- v4.1: minor