On Mon, 4 Nov 2019 22:49:59 -0800, Saravana Kannan wrote: > Add a DEFINE_SIMPLE_PROP macro to make it easy to add support for simple > properties with fixed names that just list phandles and phandle args. > > Add a DEFINE_SUFFIX_PROP macro to make it easy to add support for > properties with fixes suffix that just list phandles and phandle args. > > Signed-off-by: Saravana Kannan <saravanak@xxxxxxxxxx> > --- > drivers/of/property.c | 62 ++++++++++++++++++++++++++++++++----------- > 1 file changed, 47 insertions(+), 15 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>