Re: [RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-27 Thread Simon Glass
Hi Heinrich, On Mon, 27 Mar 2023 at 22:41, Heinrich Schuchardt wrote: > > On 3/27/23 10:24, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 27 Mar 2023 at 19:48, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 3/27/23 06:00, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Mon, 27

Re: [RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-27 Thread Heinrich Schuchardt
On 3/27/23 10:24, Simon Glass wrote: Hi Heinrich, On Mon, 27 Mar 2023 at 19:48, Heinrich Schuchardt wrote: On 3/27/23 06:00, Simon Glass wrote: Hi Heinrich, On Mon, 27 Mar 2023 at 06:27, Heinrich Schuchardt wrote: Currently the device paths don't match the dm tree. We should create a d

Re: [RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-27 Thread Simon Glass
Hi Heinrich, On Mon, 27 Mar 2023 at 19:48, Heinrich Schuchardt wrote: > > > > On 3/27/23 06:00, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 27 Mar 2023 at 06:27, Heinrich Schuchardt > > wrote: > >> > >> Currently the device paths don't match the dm tree. > >> We should create a device pa

Re: [RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-26 Thread Heinrich Schuchardt
On 3/27/23 06:00, Simon Glass wrote: Hi Heinrich, On Mon, 27 Mar 2023 at 06:27, Heinrich Schuchardt wrote: Currently the device paths don't match the dm tree. We should create a device path node per dm tree node. Signed-off-by: Heinrich Schuchardt --- include/dm/uclass.h | 5 + 1

Re: [RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-26 Thread Ilias Apalodimas
Hi Simon, On Mon, 27 Mar 2023 at 07:01, Simon Glass wrote: > > Hi Heinrich, > > On Mon, 27 Mar 2023 at 06:27, Heinrich Schuchardt > wrote: > > > > Currently the device paths don't match the dm tree. > > We should create a device path node per dm tree node. > > > > Signed-off-by: Heinrich Schuch

Re: [RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-26 Thread Simon Glass
Hi Heinrich, On Mon, 27 Mar 2023 at 06:27, Heinrich Schuchardt wrote: > > Currently the device paths don't match the dm tree. > We should create a device path node per dm tree node. > > Signed-off-by: Heinrich Schuchardt > --- > include/dm/uclass.h | 5 + > 1 file changed, 5 insertions(+)

[RFC 1/7] dm: add get_dp_node() to struct uclass_driver

2023-03-26 Thread Heinrich Schuchardt
Currently the device paths don't match the dm tree. We should create a device path node per dm tree node. Signed-off-by: Heinrich Schuchardt --- include/dm/uclass.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/dm/uclass.h b/include/dm/uclass.h index ee15c92063..e11637ce4d 100