Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-04-01 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-26 Thread Dr. Philipp Tomsich
Kever, > On 26 Feb 2018, at 04:07, Kever Yang wrote: > > Hi Simon, > > > On 02/25/2018 11:54 PM, Simon Glass wrote: >> Hi Kever, >> >> On 23 February 2018 at 19:08, Kever Yang wrote: >>> Hi Simon, >>> >>> >>> On 02/12/2018 10:35 PM, Simon Glass wrote: Hi Kever, On 8 Februar

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-25 Thread Kever Yang
Hi Simon, On 02/25/2018 11:54 PM, Simon Glass wrote: > Hi Kever, > > On 23 February 2018 at 19:08, Kever Yang wrote: >> Hi Simon, >> >> >> On 02/12/2018 10:35 PM, Simon Glass wrote: >>> Hi Kever, >>> >>> On 8 February 2018 at 19:56, Kever Yang wrote: Add api for who can not get phandle fro

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-25 Thread Simon Glass
Hi Kever, On 23 February 2018 at 19:08, Kever Yang wrote: > Hi Simon, > > > On 02/12/2018 10:35 PM, Simon Glass wrote: >> Hi Kever, >> >> On 8 February 2018 at 19:56, Kever Yang wrote: >>> Add api for who can not get phandle from a device property. >> Can you please add a motivation to the commi

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-23 Thread Kever Yang
Hi Simon, On 02/12/2018 10:35 PM, Simon Glass wrote: > Hi Kever, > > On 8 February 2018 at 19:56, Kever Yang wrote: >> Add api for who can not get phandle from a device property. > Can you please add a motivation to the commit message? It is not > obvious to me when this function would be used.

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-12 Thread Simon Glass
Hi Kever, On 8 February 2018 at 19:56, Kever Yang wrote: > Add api for who can not get phandle from a device property. Can you please add a motivation to the commit message? It is not obvious to me when this function would be used. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - use

[U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-08 Thread Kever Yang
Add api for who can not get phandle from a device property. Signed-off-by: Kever Yang --- Changes in v2: - use uint instead of int for phandle - address comment from Philipp drivers/core/uclass.c | 26 ++ include/dm/uclass.h | 16 2 files changed, 42