Re: [U-Boot] [PATCH 04/13] dm: pinctrl: migrate pinctrl-generic to livetree

2019-10-31 Thread Patrick DELAUNAY
Hi Simon > From: Simon Glass > Sent: mercredi 30 octobre 2019 02:48 > > Hi Patrick, > > On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay > wrote: > > > > Migrate pinctrl-generic to livetree: > > - ofnode_get_first_property > > - ofnode_get_next_property > > - ofnode_get_property_by_prop > > -

Re: [U-Boot] [PATCH 04/13] dm: pinctrl: migrate pinctrl-generic to livetree

2019-10-29 Thread Simon Glass
Hi Patrick, On Wed, 23 Oct 2019 at 07:45, Patrick Delaunay wrote: > > Migrate pinctrl-generic to livetree: > - ofnode_get_first_property > - ofnode_get_next_property > - ofnode_get_property_by_prop > - ofnode_read_string_count > - ofnode_read_string_index > and get rid of

[U-Boot] [PATCH 04/13] dm: pinctrl: migrate pinctrl-generic to livetree

2019-10-23 Thread Patrick Delaunay
Migrate pinctrl-generic to livetree: - ofnode_get_first_property - ofnode_get_next_property - ofnode_get_property_by_prop - ofnode_read_string_count - ofnode_read_string_index and get rid of DECLARE_GLOBAL_DATA_PTR. This solve parsing issue during test in sandbox for pin configuration (OF_LIVE is