Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-11-03 Thread Simon Glass
Hi Rob, On Wed, 27 Oct 2021 at 08:09, Simon Glass wrote: > > Hi Rob, > > On Tue, 26 Oct 2021 at 20:37, Rob Herring wrote: > > > > On Sun, Oct 24, 2021 at 9:39 AM Simon Glass wrote: > > > > > > Hi Mark, > > > > > > On Thu, 21 Oct 2021 at 02:51, Mark Kettenis > > > wrote: > > > > > > > > >

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-27 Thread Simon Glass
Hi Rob, On Tue, 26 Oct 2021 at 20:37, Rob Herring wrote: > > On Sun, Oct 24, 2021 at 9:39 AM Simon Glass wrote: > > > > Hi Mark, > > > > On Thu, 21 Oct 2021 at 02:51, Mark Kettenis wrote: > > > > > > > From: Simon Glass > > > > Date: Wed, 20 Oct 2021 16:44:41 -0600 > > > > > > > > Hi Rob, > >

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-26 Thread Rob Herring
On Sun, Oct 24, 2021 at 9:39 AM Simon Glass wrote: > > Hi Mark, > > On Thu, 21 Oct 2021 at 02:51, Mark Kettenis wrote: > > > > > From: Simon Glass > > > Date: Wed, 20 Oct 2021 16:44:41 -0600 > > > > > > Hi Rob, > > > > > > On Mon, 18 Oct 2021 at 16:26, Rob Herring wrote: > > > > > > > > On

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-24 Thread Simon Glass
Hi Mark, On Thu, 21 Oct 2021 at 02:51, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Wed, 20 Oct 2021 16:44:41 -0600 > > > > Hi Rob, > > > > On Mon, 18 Oct 2021 at 16:26, Rob Herring wrote: > > > > > > On Wed, Oct 13, 2021 at 11:33 AM Simon Glass wrote: > > > > > > > > " > > > > Hi

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-21 Thread Mark Kettenis
> From: Simon Glass > Date: Wed, 20 Oct 2021 16:44:41 -0600 > > Hi Rob, > > On Mon, 18 Oct 2021 at 16:26, Rob Herring wrote: > > > > On Wed, Oct 13, 2021 at 11:33 AM Simon Glass wrote: > > > > > > " > > > Hi Rob, > > > > > > On Tue, 12 Oct 2021 at 09:05, Rob Herring wrote: > > > > > > > >

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-20 Thread Simon Glass
Hi Rob, On Mon, 18 Oct 2021 at 16:26, Rob Herring wrote: > > On Wed, Oct 13, 2021 at 11:33 AM Simon Glass wrote: > > > > " > > Hi Rob, > > > > On Tue, 12 Oct 2021 at 09:05, Rob Herring wrote: > > > > > > On Tue, Oct 12, 2021 at 8:41 AM Simon Glass wrote: > > > > > > > > Hi Rob, > > > > > > >

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-18 Thread Rob Herring
On Wed, Oct 13, 2021 at 11:33 AM Simon Glass wrote: > > " > Hi Rob, > > On Tue, 12 Oct 2021 at 09:05, Rob Herring wrote: > > > > On Tue, Oct 12, 2021 at 8:41 AM Simon Glass wrote: > > > > > > Hi Rob, > > > > > > On Mon, 4 Oct 2021 at 13:30, Rob Herring wrote: > > > > > > > > On Sun, Oct 03,

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-13 Thread Simon Glass
" Hi Rob, On Tue, 12 Oct 2021 at 09:05, Rob Herring wrote: > > On Tue, Oct 12, 2021 at 8:41 AM Simon Glass wrote: > > > > Hi Rob, > > > > On Mon, 4 Oct 2021 at 13:30, Rob Herring wrote: > > > > > > On Sun, Oct 03, 2021 at 12:51:53PM -0600, Simon Glass wrote: > > > > U-Boot makes use of the

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-12 Thread Rob Herring
On Tue, Oct 12, 2021 at 8:41 AM Simon Glass wrote: > > Hi Rob, > > On Mon, 4 Oct 2021 at 13:30, Rob Herring wrote: > > > > On Sun, Oct 03, 2021 at 12:51:53PM -0600, Simon Glass wrote: > > > U-Boot makes use of the devicetree for its driver model. Devices are bound > > > based on the hardware

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-12 Thread Simon Glass
Hi Rob, On Mon, 4 Oct 2021 at 13:30, Rob Herring wrote: > > On Sun, Oct 03, 2021 at 12:51:53PM -0600, Simon Glass wrote: > > U-Boot makes use of the devicetree for its driver model. Devices are bound > > based on the hardware description in the devicetree. > > > > Since U-Boot is not an

Re: [PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-04 Thread Rob Herring
On Sun, Oct 03, 2021 at 12:51:53PM -0600, Simon Glass wrote: > U-Boot makes use of the devicetree for its driver model. Devices are bound > based on the hardware description in the devicetree. > > Since U-Boot is not an operating system, it has no command line or user > space to provide

[PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config

2021-10-03 Thread Simon Glass
U-Boot makes use of the devicetree for its driver model. Devices are bound based on the hardware description in the devicetree. Since U-Boot is not an operating system, it has no command line or user space to provide configuration and policy information. This must be made available in some other