Re: [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-09 Thread Alex Williamson
On Sat, 2014-05-10 at 12:46 +0800, Andrew Cooks wrote: > Hi Alex > > On Sat, May 3, 2014 at 1:15 PM, Alex Williamson > wrote: > > On Sat, 2014-05-03 at 10:29 +0800, Andrew Cooks wrote: > >> Hi Alex > >> > >> On Fri, May 2, 2014 at 12:27 AM, Alex Williamson > >> wrote: > >> > The existing quirk

Re: [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-09 Thread Andrew Cooks
Hi Alex On Sat, May 3, 2014 at 1:15 PM, Alex Williamson wrote: > On Sat, 2014-05-03 at 10:29 +0800, Andrew Cooks wrote: >> Hi Alex >> >> On Fri, May 2, 2014 at 12:27 AM, Alex Williamson >> wrote: >> > The existing quirk for these devices doesn't really solve the problem, >> > re-implement it

Re: [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-09 Thread Andrew Cooks
Hi Alex On Sat, May 3, 2014 at 1:15 PM, Alex Williamson alex.william...@redhat.com wrote: On Sat, 2014-05-03 at 10:29 +0800, Andrew Cooks wrote: Hi Alex On Fri, May 2, 2014 at 12:27 AM, Alex Williamson alex.william...@redhat.com wrote: The existing quirk for these devices doesn't really

Re: [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-09 Thread Alex Williamson
On Sat, 2014-05-10 at 12:46 +0800, Andrew Cooks wrote: Hi Alex On Sat, May 3, 2014 at 1:15 PM, Alex Williamson alex.william...@redhat.com wrote: On Sat, 2014-05-03 at 10:29 +0800, Andrew Cooks wrote: Hi Alex On Fri, May 2, 2014 at 12:27 AM, Alex Williamson alex.william...@redhat.com

Re: [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-02 Thread Alex Williamson
On Sat, 2014-05-03 at 10:29 +0800, Andrew Cooks wrote: > Hi Alex > > On Fri, May 2, 2014 at 12:27 AM, Alex Williamson > wrote: > > The existing quirk for these devices doesn't really solve the problem, > > re-implement it using the DMA alias iterator. We'll come back later > > and remove the

Re: [PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-02 Thread Alex Williamson
On Sat, 2014-05-03 at 10:29 +0800, Andrew Cooks wrote: Hi Alex On Fri, May 2, 2014 at 12:27 AM, Alex Williamson alex.william...@redhat.com wrote: The existing quirk for these devices doesn't really solve the problem, re-implement it using the DMA alias iterator. We'll come back later

[PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-01 Thread Alex Williamson
The existing quirk for these devices doesn't really solve the problem, re-implement it using the DMA alias iterator. We'll come back later and remove the existing quirk and dma_source interface. Signed-off-by: Alex Williamson --- drivers/pci/quirks.c | 16 1 file changed, 16

[PATCH 03/13] PCI: quirk dma_func_alias for Ricoh devices

2014-05-01 Thread Alex Williamson
The existing quirk for these devices doesn't really solve the problem, re-implement it using the DMA alias iterator. We'll come back later and remove the existing quirk and dma_source interface. Signed-off-by: Alex Williamson alex.william...@redhat.com --- drivers/pci/quirks.c | 16