Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-12 Thread Simon Horman
On Wed, Feb 12, 2014 at 01:59:11PM -0700, Bjorn Helgaas wrote: > On Wed, Feb 05, 2014 at 03:52:43PM +0900, Magnus Damm wrote: > > PCI: rcar: Driver model and physical address space update > > > > [PATCH 01/04] PCI: rcar: Register each instance independently > > [PATCH 02/04] PCI: rcar: Break out w

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-12 Thread Bjorn Helgaas
On Wed, Feb 05, 2014 at 03:52:43PM +0900, Magnus Damm wrote: > PCI: rcar: Driver model and physical address space update > > [PATCH 01/04] PCI: rcar: Register each instance independently > [PATCH 02/04] PCI: rcar: Break out window size handling > [PATCH 03/04] PCI: rcar: Add DMABOUNCE support > [P

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-05 Thread Ben Dooks
On 05/02/14 09:40, Magnus Damm wrote: On Wed, Feb 5, 2014 at 6:25 PM, Ben Dooks wrote: On 05/02/14 09:00, Magnus Damm wrote: Hi Ben, [snip] I think we should try to pick out the stuff that is ready to be merged first. I think these patches may require a bit of time before people start lo

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-05 Thread Magnus Damm
On Wed, Feb 5, 2014 at 6:25 PM, Ben Dooks wrote: > On 05/02/14 09:00, Magnus Damm wrote: >> >> Hi Ben, > > > [snip] > >> I think we should try to pick out the stuff that is ready to be merged >> first. I think these patches may require a bit of time before people >> start looking at them. I don't

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-05 Thread Ben Dooks
On 05/02/14 09:00, Magnus Damm wrote: Hi Ben, [snip] I think we should try to pick out the stuff that is ready to be merged first. I think these patches may require a bit of time before people start looking at them. I don't mind resending in the future. To be honest, I have not been paying to

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-05 Thread Magnus Damm
Hi Ben, On Wed, Feb 5, 2014 at 5:33 PM, Ben Dooks wrote: > On 05/02/14 06:52, Magnus Damm wrote: >> >> PCI: rcar: Driver model and physical address space update >> >> [PATCH 01/04] PCI: rcar: Register each instance independently >> [PATCH 02/04] PCI: rcar: Break out window size handling >> [PATCH

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-05 Thread Ben Dooks
On 05/02/14 06:52, Magnus Damm wrote: PCI: rcar: Driver model and physical address space update [PATCH 01/04] PCI: rcar: Register each instance independently [PATCH 02/04] PCI: rcar: Break out window size handling [PATCH 03/04] PCI: rcar: Add DMABOUNCE support [PATCH 04/04] PCI: rcar: Enable BOU

[PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-04 Thread Magnus Damm
PCI: rcar: Driver model and physical address space update [PATCH 01/04] PCI: rcar: Register each instance independently [PATCH 02/04] PCI: rcar: Break out window size handling [PATCH 03/04] PCI: rcar: Add DMABOUNCE support [PATCH 04/04] PCI: rcar: Enable BOUNCE in case of HIGHMEM These patches up