mbox series

[0/2] Update phandle cache on device node attach

Message ID 20240130105236.3097126-1-dawei.li@shingroup.cn
Headers show
Series Update phandle cache on device node attach | expand

Message

Dawei Li Jan. 30, 2024, 10:52 a.m. UTC
Hi Rob,

This tiny series implement cache updating logic for device node
attaching for CONFIG_OF_DYNAMIC.


Dawei Li (2):
  of: Introduce __of_phandle_update_cache
  of: Implment cache update operation on device node attach

 drivers/of/base.c       | 22 ++++++++++++++++++++--
 drivers/of/dynamic.c    |  2 ++
 drivers/of/of_private.h |  1 +
 3 files changed, 23 insertions(+), 2 deletions(-)

base-commit: 861c0981648f5b64c86fd028ee622096eb7af05a

Sorry for wrong tree on which these patches are standing(which is
Linus's tree), I am have hard time fetching OF tree.

Thanks,

    Dawei