[PATCH v2 2/3] iommu: add support for ARM Ltd. System MMU architecture

Will Deacon will.deacon at arm.com
Tue Jul 9 03:48:37 EDT 2013


On Mon, Jul 08, 2013 at 05:34:23PM +0100, Olav Haugan wrote:
> On 6/24/2013 10:31 AM, Will Deacon wrote:
> > This patch adds support for SMMUs implementing the ARM System MMU
> > architecture versions 1 or 2. Both arm and arm64 are supported, although
> > the v7s descriptor format is not used.
> > 
> > Cc: Rob Herring <robherring2 at gmail.com>
> > Cc: Andreas Herrmann <andreas.herrmann at calxeda.com>
> > Cc: Olav Haugan <ohaugan at codeaurora.org>
> > Cc: Joerg Roedel <joro at 8bytes.org>
> > Signed-off-by: Will Deacon <will.deacon at arm.com>
> > ---
> > +/* Maximum number of stream IDs assigned to a single device */
> > +#define MAX_MASTER_STREAMIDS		8
> > +
> 
> Hi Will,

Hi Olav,

> We have designs that require more than 8 Stream IDs. Instead of hard
> coding it to max of 8 can you make this dynamic?

Sure, we can change this if necessary. Care to send a patch? ;)

Will



More information about the linux-arm-kernel mailing list