Re: [PATCH V5 1/3] core/device: Add function to return child node using name at substring "@"

2023-09-10 Thread Athira Rajeev
> On 10-Aug-2023, at 3:21 AM, Reza Arbab wrote: > > Hi Athira, > > I still have a couple of the same questions I asked in v4. > > On Mon, Jul 17, 2023 at 08:54:29AM +0530, Athira Rajeev wrote: >> Add a function dt_find_by_name_before_addr() that returns the child node if >> it matches till

Re: [PATCH V5 1/3] core/device: Add function to return child node using name at substring "@"

2023-08-09 Thread Reza Arbab
Hi Athira, I still have a couple of the same questions I asked in v4. On Mon, Jul 17, 2023 at 08:54:29AM +0530, Athira Rajeev wrote: Add a function dt_find_by_name_before_addr() that returns the child node if it matches till first occurrence at "@" of a given name, otherwise NULL. Given this

[PATCH V5 1/3] core/device: Add function to return child node using name at substring "@"

2023-07-16 Thread Athira Rajeev
Add a function dt_find_by_name_before_addr() that returns the child node if it matches till first occurrence at "@" of a given name, otherwise NULL. This is helpful for cases with node name like: "name@addr". In scenarios where nodes are added with "name@addr" format and if the value of "addr" is