Re: [PATCH 04/11] dm: Remove uses of device_bind_offset()

2021-02-01 Thread Eugen.Hristev
On 01.02.2021 14:02, Simon Glass wrote: > Hi Eugen, > > On Mon, 1 Feb 2021 at 01:13, wrote: >> >> On 31.01.2021 17:37, Simon Glass wrote: >>> Hi Eugen, >>> >>> On Sun, 31 Jan 2021 at 02:18, wrote: On 10.12.2020 02:26, Simon Glass wrote: > This function is not needed since the stand

Re: [PATCH 04/11] dm: Remove uses of device_bind_offset()

2021-02-01 Thread Eugen.Hristev
On 31.01.2021 17:37, Simon Glass wrote: > Hi Eugen, > > On Sun, 31 Jan 2021 at 02:18, wrote: >> >> On 10.12.2020 02:26, Simon Glass wrote: >>> This function is not needed since the standard device_bind() can be used >>> instead. >>> >>> Signed-off-by: Simon Glass >>> --- >>> >>>arch/x86/cpu/

Re: [PATCH 04/11] dm: Remove uses of device_bind_offset()

2021-02-01 Thread Simon Glass
Hi Eugen, On Mon, 1 Feb 2021 at 01:13, wrote: > > On 31.01.2021 17:37, Simon Glass wrote: > > Hi Eugen, > > > > On Sun, 31 Jan 2021 at 02:18, wrote: > >> > >> On 10.12.2020 02:26, Simon Glass wrote: > >>> This function is not needed since the standard device_bind() can be used > >>> instead. > >

Re: [PATCH 04/11] dm: Remove uses of device_bind_offset()

2021-01-31 Thread Simon Glass
Hi Eugen, On Sun, 31 Jan 2021 at 02:18, wrote: > > On 10.12.2020 02:26, Simon Glass wrote: > > This function is not needed since the standard device_bind() can be used > > instead. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/cpu/apollolake/spl.c | 2 +- > > driv

Re: [PATCH 04/11] dm: Remove uses of device_bind_offset()

2021-01-31 Thread Eugen.Hristev
On 10.12.2020 02:26, Simon Glass wrote: > This function is not needed since the standard device_bind() can be used > instead. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/apollolake/spl.c | 2 +- > drivers/clk/at91/compat.c | 20 >

Re: [PATCH 04/11] dm: Remove uses of device_bind_offset()

2020-12-09 Thread Simon Glass
This function is not needed since the standard device_bind() can be used instead. Signed-off-by: Simon Glass --- arch/x86/cpu/apollolake/spl.c | 2 +- drivers/clk/at91/compat.c | 20 drivers/clk/clk.c | 2 +- drive

[PATCH 04/11] dm: Remove uses of device_bind_offset()

2020-11-28 Thread Simon Glass
This function is not needed since the standard device_bind() can be used instead. Signed-off-by: Simon Glass --- arch/x86/cpu/apollolake/spl.c | 2 +- drivers/clk/at91/compat.c | 20 drivers/clk/clk.c | 2 +- drive