Re: [PATCH v3 06/10] arm: simplify MMIO dispatching

2015-06-24 Thread Will Deacon
On Wed, Jun 24, 2015 at 02:30:05PM +0100, Andre Przywara wrote: > do you want me to respin the whole series to address the remaining minor > comments in the last four patches or do you want to take patch 01-06 > already (which I think Marc has already agreed upon)? > Then I would just send an updat

Re: [PATCH v3 06/10] arm: simplify MMIO dispatching

2015-06-24 Thread Andre Przywara
Hi Will, do you want me to respin the whole series to address the remaining minor comments in the last four patches or do you want to take patch 01-06 already (which I think Marc has already agreed upon)? Then I would just send an updated version of the remaining patches. Cheers, Andre. >

Re: [PATCH v3 06/10] arm: simplify MMIO dispatching

2015-06-17 Thread Marc Zyngier
On 17/06/15 14:49, Andre Przywara wrote: > Hi Marc, > > On 06/17/2015 01:48 PM, Marc Zyngier wrote: >> On 17/06/15 12:21, Andre Przywara wrote: >>> Currently we separate any incoming MMIO request into one of the ARM >>> memory map regions and take care to spare the GIC. >>> It turns out that this

Re: [PATCH v3 06/10] arm: simplify MMIO dispatching

2015-06-17 Thread Andre Przywara
Hi Marc, On 06/17/2015 01:48 PM, Marc Zyngier wrote: > On 17/06/15 12:21, Andre Przywara wrote: >> Currently we separate any incoming MMIO request into one of the ARM >> memory map regions and take care to spare the GIC. >> It turns out that this is unnecessary, as we only have one special >> regi

Re: [PATCH v3 06/10] arm: simplify MMIO dispatching

2015-06-17 Thread Marc Zyngier
On 17/06/15 12:21, Andre Przywara wrote: > Currently we separate any incoming MMIO request into one of the ARM > memory map regions and take care to spare the GIC. > It turns out that this is unnecessary, as we only have one special > region (the IO port area in the first 64 KByte). The MMIO rbtree

[PATCH v3 06/10] arm: simplify MMIO dispatching

2015-06-17 Thread Andre Przywara
Currently we separate any incoming MMIO request into one of the ARM memory map regions and take care to spare the GIC. It turns out that this is unnecessary, as we only have one special region (the IO port area in the first 64 KByte). The MMIO rbtree takes care about unhandled MMIO ranges, so we ca