Re: [v3 2/2] doc: process.rst: Document device tree resync rules

2024-05-21 Thread Tom Rini
On Tue, May 21, 2024 at 11:27:36AM +0200, Quentin Schulz wrote: > Hi Tom, > > On 5/17/24 7:49 PM, Tom Rini wrote: > > Document the logic of when we do a full resync of the device trees used > > by OF_UPSTREAM as well as that cherry-picking is allowed as needed. > > > > Signed-off-by: Tom Rini >

Re: [v3 2/2] doc: process.rst: Document device tree resync rules

2024-05-21 Thread Quentin Schulz
Hi Tom, On 5/17/24 7:49 PM, Tom Rini wrote: Document the logic of when we do a full resync of the device trees used by OF_UPSTREAM as well as that cherry-picking is allowed as needed. Signed-off-by: Tom Rini --- Changes in v3: - Actually commit the changes I intended for v2 Changes in v2: - A

[v3 2/2] doc: process.rst: Document device tree resync rules

2024-05-17 Thread Tom Rini
Document the logic of when we do a full resync of the device trees used by OF_UPSTREAM as well as that cherry-picking is allowed as needed. Signed-off-by: Tom Rini --- Changes in v3: - Actually commit the changes I intended for v2 Changes in v2: - Address Quentin's feedback Cc: Heinrich Schucha