[PATCH 0/5] of: Trivial cleanup

Zijun Hu posted 5 patches 9 months, 3 weeks ago
drivers/of/base.c       | 12 +++++-------
drivers/of/of_private.h |  7 +++++++
drivers/of/overlay.c    |  4 +---
drivers/of/platform.c   |  2 +-
drivers/of/resolver.c   |  4 +---
5 files changed, 15 insertions(+), 14 deletions(-)
[PATCH 0/5] of: Trivial cleanup
Posted by Zijun Hu 9 months, 3 weeks ago
This patch series is to do some trivial cleanup.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
Zijun Hu (5):
      of: Compare property names by of_prop_cmp() in of_alias_scan()
      of: Introduce and apply private is_pseudo_property()
      of: Correct property name comparison in __of_add_property()
      of: Do not change property state under __of_add_property() failure
      of/platform: Do not use of_get_property() to test property presence

 drivers/of/base.c       | 12 +++++-------
 drivers/of/of_private.h |  7 +++++++
 drivers/of/overlay.c    |  4 +---
 drivers/of/platform.c   |  2 +-
 drivers/of/resolver.c   |  4 +---
 5 files changed, 15 insertions(+), 14 deletions(-)
---
base-commit: 7526e4fe550f51bd8c41eb51492436117917e3f1
change-id: 20250120-of_bugfix-16581919a446

Best regards,
-- 
Zijun Hu <quic_zijuhu@quicinc.com>