Re: [RFC PATCH 07/12] gpio: amd-fch: add oftree probing support
From: Linus Walleij <hidden>
Date: 2021-03-25 09:10:49
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2021-03-25 09:10:49
Also in:
linux-gpio, lkml
On Thu, Mar 18, 2021 at 9:00 AM Enrico Weigelt, metux IT consult [off-list ref] wrote:
Is there some compact notation for swnode's that's as small and simple as some piece of DTS ?
Yes it's really neat. It's all in <linux/property.h> and examples in e.g. the testsuite: drivers/base/test/property-entry-test.c You can just grep for PROPERTY_ENTRY and you find some examples of how we use it. Yours, Linus Walleij