Re: [PATCH 22/26] dm: core: Access device ofnode through functions

2021-01-07 Thread Simon Glass
Hi Patrick, On Mon, 4 Jan 2021 at 06:02, Patrick DELAUNAY wrote: > > Hi Simon, > > > On 12/19/20 6:40 PM, Simon Glass wrote: > > At present ofnode is present in the device even if it is never used. With > > of-platdata this field is not used, so can be removed. In preparation for > > this, change

Re: [PATCH 22/26] dm: core: Access device ofnode through functions

2021-01-04 Thread Patrick DELAUNAY
Hi Simon, On 12/19/20 6:40 PM, Simon Glass wrote: At present ofnode is present in the device even if it is never used. With of-platdata this field is not used, so can be removed. In preparation for this, change the access to go through inline functions. Signed-off-by: Simon Glass --- arch/

Re: [PATCH 22/26] dm: core: Access device ofnode through functions

2020-12-28 Thread Simon Glass
At present ofnode is present in the device even if it is never used. With of-platdata this field is not used, so can be removed. In preparation for this, change the access to go through inline functions. Signed-off-by: Simon Glass --- arch/arm/mach-stm32mp/pwr_regulator.c | 2 +- board/syn

[PATCH 22/26] dm: core: Access device ofnode through functions

2020-12-19 Thread Simon Glass
At present ofnode is present in the device even if it is never used. With of-platdata this field is not used, so can be removed. In preparation for this, change the access to go through inline functions. Signed-off-by: Simon Glass --- arch/arm/mach-stm32mp/pwr_regulator.c | 2 +- board/syn