Re: [RFC PATCH 04/12] of: base: introduce of_match_string()

2021-02-08 Thread Rob Herring
On Mon, Feb 8, 2021 at 4:24 PM Enrico Weigelt, metux IT consult wrote: > > Introduce a new helper function that looks up a given propery and typo > matches all string elements against a given string. This is useful > if we want to check wether one string element of some property typo > matche

[RFC PATCH 04/12] of: base: introduce of_match_string()

2021-02-08 Thread Enrico Weigelt, metux IT consult
Introduce a new helper function that looks up a given propery and matches all string elements against a given string. This is useful if we want to check wether one string element of some property matches a given string. Signed-off-by: Enrico Weigelt, metux IT consult --- drivers/of/base.c | 32