Re: [PATCH v2 08/11] of: Increase MAX_PHANDLE_ARGS

2014-02-03 Thread Will Deacon
On Fri, Jan 31, 2014 at 04:24:09PM +, Rob Herring wrote: On Thu, Jan 30, 2014 at 11:45 AM, Andreas Herrmann andreas.herrm...@calxeda.com wrote: Do you agree on increasing MAX_PHANDLE_ARGS to 32? Yes, but more than that will require a closer look. Please get this into next early in the

Re: [PATCH v2 08/11] of: Increase MAX_PHANDLE_ARGS

2014-01-29 Thread Suravee Suthikulanit
On 1/17/2014 5:08 AM, Andreas Herrmann wrote: arm-smmu driver uses of_parse_phandle_with_args when parsing DT information to determine stream IDs for a master device. Thus the number of stream IDs per master device is bound by MAX_PHANDLE_ARGS. To support Calxeda ECX-2000 hardware arm-smmu

Re: [PATCH v2 08/11] of: Increase MAX_PHANDLE_ARGS

2014-01-29 Thread Will Deacon
On Wed, Jan 29, 2014 at 05:26:35PM +, Suravee Suthikulanit wrote: On 1/29/2014 11:16 AM, Andreas Herrmann wrote: On Wed, Jan 29, 2014 at 11:59:12AM -0500, Suravee Suthikulanit wrote: Actually, we are using 32 on the AMD system. So, do you think we can set this to 32 instead? I think

Re: [PATCH v2 08/11] of: Increase MAX_PHANDLE_ARGS

2014-01-29 Thread Suravee Suthikulanit
On 1/29/2014 11:16 AM, Andreas Herrmann wrote: On Wed, Jan 29, 2014 at 11:59:12AM -0500, Suravee Suthikulanit wrote: On 1/29/2014 10:57 AM, Rob Herring wrote: diff --git a/include/linux/of.h b/include/linux/of.h index 276c546..24e1b28 100644 --- a/include/linux/of.h +++ b/include/linux/of.h

Re: [PATCH v2 08/11] of: Increase MAX_PHANDLE_ARGS

2014-01-29 Thread Suravee Suthikulanit
On 1/29/2014 11:29 AM, Will Deacon wrote: On Wed, Jan 29, 2014 at 05:26:35PM +, Suravee Suthikulanit wrote: On 1/29/2014 11:16 AM, Andreas Herrmann wrote: On Wed, Jan 29, 2014 at 11:59:12AM -0500, Suravee Suthikulanit wrote: Actually, we are using 32 on the AMD system. So, do you think we