Re: [PATCH v2] core: devres: optionally build devres into the SPL

2022-03-28 Thread Simon Glass
Hi Angus, On Sat, 19 Mar 2022 at 09:18, Angus Ainslie wrote: > > On 2022-03-19 07:15, Angus Ainslie wrote: > > Hi Simon, > > > > On 2022-03-18 15:41, Simon Glass wrote: > >> Hi Angus, > >> > >> On Tue, 1 Mar 2022 at 07:58, Simon Glass wrote: > >>> > >>> On Mon, 28 Feb 2022 at 13:33, Angus

Re: [PATCH v2] core: devres: optionally build devres into the SPL

2022-03-19 Thread Angus Ainslie
On 2022-03-19 07:15, Angus Ainslie wrote: Hi Simon, On 2022-03-18 15:41, Simon Glass wrote: Hi Angus, On Tue, 1 Mar 2022 at 07:58, Simon Glass wrote: On Mon, 28 Feb 2022 at 13:33, Angus Ainslie wrote: > > Add a CONFIG_SPL_DEVRES option > > Signed-off-by: Angus Ainslie > --- > > Changes

Re: [PATCH v2] core: devres: optionally build devres into the SPL

2022-03-19 Thread Angus Ainslie
Hi Simon, On 2022-03-18 15:41, Simon Glass wrote: Hi Angus, On Tue, 1 Mar 2022 at 07:58, Simon Glass wrote: On Mon, 28 Feb 2022 at 13:33, Angus Ainslie wrote: > > Add a CONFIG_SPL_DEVRES option > > Signed-off-by: Angus Ainslie > --- > > Changes since v1: > > Instead of gaurding the source

Re: [PATCH v2] core: devres: optionally build devres into the SPL

2022-03-18 Thread Simon Glass
Hi Angus, On Tue, 1 Mar 2022 at 07:58, Simon Glass wrote: > > On Mon, 28 Feb 2022 at 13:33, Angus Ainslie wrote: > > > > Add a CONFIG_SPL_DEVRES option > > > > Signed-off-by: Angus Ainslie > > --- > > > > Changes since v1: > > > > Instead of gaurding the source add an SPL_DEVRES option > > > >

Re: [PATCH v2] core: devres: optionally build devres into the SPL

2022-03-01 Thread Simon Glass
On Mon, 28 Feb 2022 at 13:33, Angus Ainslie wrote: > > Add a CONFIG_SPL_DEVRES option > > Signed-off-by: Angus Ainslie > --- > > Changes since v1: > > Instead of gaurding the source add an SPL_DEVRES option > > drivers/core/Kconfig | 13 + > drivers/core/Makefile | 2 +- > 2 files

[PATCH v2] core: devres: optionally build devres into the SPL

2022-02-28 Thread Angus Ainslie
Add a CONFIG_SPL_DEVRES option Signed-off-by: Angus Ainslie --- Changes since v1: Instead of gaurding the source add an SPL_DEVRES option drivers/core/Kconfig | 13 + drivers/core/Makefile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git