Re: [PATCH 1/7] of: base: Add of_count_phandle_with_fixed_args()

2020-10-16 Thread Richard Fitzgerald
On 16/10/2020 14:31, Rob Herring wrote: On Thu, Oct 15, 2020 at 11:52 AM Robin Murphy wrote: On 2020-10-14 19:39, Rob Herring wrote: On Wed, Oct 14, 2020 at 9:54 AM Richard Fitzgerald wrote: Add an equivalent of of_count_phandle_with_args() for fixed argument sets, to pair with

Re: [PATCH 1/7] of: base: Add of_count_phandle_with_fixed_args()

2020-10-16 Thread Rob Herring
On Thu, Oct 15, 2020 at 11:52 AM Robin Murphy wrote: > > On 2020-10-14 19:39, Rob Herring wrote: > > On Wed, Oct 14, 2020 at 9:54 AM Richard Fitzgerald > > wrote: > >> > >> Add an equivalent of of_count_phandle_with_args() for fixed argument > >> sets, to pair with

Re: [PATCH 1/7] of: base: Add of_count_phandle_with_fixed_args()

2020-10-16 Thread Richard Fitzgerald
On 15/10/2020 17:52, Robin Murphy wrote: On 2020-10-14 19:39, Rob Herring wrote: On Wed, Oct 14, 2020 at 9:54 AM Richard Fitzgerald wrote: Add an equivalent of of_count_phandle_with_args() for fixed argument sets, to pair with of_parse_phandle_with_fixed_args(). Signed-off-by: Richard

Re: [PATCH 1/7] of: base: Add of_count_phandle_with_fixed_args()

2020-10-15 Thread Robin Murphy
On 2020-10-14 19:39, Rob Herring wrote: On Wed, Oct 14, 2020 at 9:54 AM Richard Fitzgerald wrote: Add an equivalent of of_count_phandle_with_args() for fixed argument sets, to pair with of_parse_phandle_with_fixed_args(). Signed-off-by: Richard Fitzgerald --- drivers/of/base.c | 42

Re: [PATCH 1/7] of: base: Add of_count_phandle_with_fixed_args()

2020-10-14 Thread Rob Herring
On Wed, Oct 14, 2020 at 9:54 AM Richard Fitzgerald wrote: > > Add an equivalent of of_count_phandle_with_args() for fixed argument > sets, to pair with of_parse_phandle_with_fixed_args(). > > Signed-off-by: Richard Fitzgerald > --- > drivers/of/base.c | 42

[PATCH 1/7] of: base: Add of_count_phandle_with_fixed_args()

2020-10-14 Thread Richard Fitzgerald
Add an equivalent of of_count_phandle_with_args() for fixed argument sets, to pair with of_parse_phandle_with_fixed_args(). Signed-off-by: Richard Fitzgerald --- drivers/of/base.c | 42 ++ include/linux/of.h | 9 + 2 files changed, 51