[PATCH 0/2] device property: Add fwnode_property_get_reference_optional_args

Sean Anderson posted 2 patches 3 weeks, 3 days ago
drivers/base/property.c  | 50 ++++++++++++++++++++++++++++++++++++++--
drivers/base/swnode.c    | 13 +++++++----
drivers/of/property.c    | 10 +++-----
include/linux/fwnode.h   |  2 +-
include/linux/property.h |  4 ++++
5 files changed, 65 insertions(+), 14 deletions(-)
[PATCH 0/2] device property: Add fwnode_property_get_reference_optional_args
Posted by Sean Anderson 3 weeks, 3 days ago
This series adds a fwnode-equivalent to of_parse_phandle_with_optional_args.


Sean Anderson (2):
  device property: Add optional nargs_prop for get_reference_args
  device property: Add fwnode_property_get_reference_optional_args

 drivers/base/property.c  | 50 ++++++++++++++++++++++++++++++++++++++--
 drivers/base/swnode.c    | 13 +++++++----
 drivers/of/property.c    | 10 +++-----
 include/linux/fwnode.h   |  2 +-
 include/linux/property.h |  4 ++++
 5 files changed, 65 insertions(+), 14 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty
Re: [PATCH 0/2] device property: Add fwnode_property_get_reference_optional_args
Posted by Andy Shevchenko 3 weeks, 2 days ago
On Mon, Apr 07, 2025 at 06:37:12PM -0400, Sean Anderson wrote:
> This series adds a fwnode-equivalent to of_parse_phandle_with_optional_args.

Thanks, but no user. Not acceptable in this form. Also see individual comments.

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH 0/2] device property: Add fwnode_property_get_reference_optional_args
Posted by Sean Anderson 3 weeks, 2 days ago
On 4/8/25 04:40, Andy Shevchenko wrote:
> On Mon, Apr 07, 2025 at 06:37:12PM -0400, Sean Anderson wrote:
>> This series adds a fwnode-equivalent to of_parse_phandle_with_optional_args.
> 
> Thanks, but no user. Not acceptable in this form. Also see individual comments.
> 

https://lore.kernel.org/netdev/20250407231746.2316518-1-sean.anderson@linux.dev/

I was hoping to get these patches reviewed/applied separately, since netdev has
a limit on series length and these patches push that series over.

--Sean