commit | 3405c2570fd68fc5ccc703c8de9c23abf5e95819 | [log] [tgz] |
---|---|---|
author | Daniel Axtens <dja@axtens.net> | Tue Apr 28 15:12:06 2015 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 02 13:18:49 2015 +1000 |
tree | d041482415c16612f420c9311ddc30437ee7a696 | |
parent | 92ae03532619dc24fdb7a5ae8ea63785fbd39f86 [diff] |
powerpc/pci: add dma_set_mask to pci_controller_ops Some systems only need to deal with DMA masks for PCI devices. For these systems, we can avoid the need for a platform hook and instead use a pci controller based hook. Signed-off-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>