Re: [PATCH v5 06/11] dts: Add script to uprev dts/upstream subtree

2024-02-14 Thread Sumit Garg
Hi Marek, On Tue, 6 Feb 2024 at 11:50, Sumit Garg wrote: > > Hi Marek, > > On Tue, 6 Feb 2024 at 05:51, Marek Vasut wrote: > > > > On 2/2/24 14:05, Sumit Garg wrote: > > > dts/update-dts-subtree.sh is just a wrapper around git subtree commands. > > > Usage from the top level U-Boot source tree,

Re: [PATCH v5 06/11] dts: Add script to uprev dts/upstream subtree

2024-02-05 Thread Sumit Garg
Hi Marek, On Tue, 6 Feb 2024 at 05:51, Marek Vasut wrote: > > On 2/2/24 14:05, Sumit Garg wrote: > > dts/update-dts-subtree.sh is just a wrapper around git subtree commands. > > Usage from the top level U-Boot source tree, run: > > > > $ ./dts/update-dts-subtree.sh pull > > $

Re: [PATCH v5 06/11] dts: Add script to uprev dts/upstream subtree

2024-02-05 Thread Marek Vasut
On 2/2/24 14:05, Sumit Garg wrote: dts/update-dts-subtree.sh is just a wrapper around git subtree commands. Usage from the top level U-Boot source tree, run: $ ./dts/update-dts-subtree.sh pull $ ./dts/update-dts-subtree.sh pick Signed-off-by: Sumit Garg How are the fixes which land in

[PATCH v5 06/11] dts: Add script to uprev dts/upstream subtree

2024-02-02 Thread Sumit Garg
dts/update-dts-subtree.sh is just a wrapper around git subtree commands. Usage from the top level U-Boot source tree, run: $ ./dts/update-dts-subtree.sh pull $ ./dts/update-dts-subtree.sh pick Signed-off-by: Sumit Garg --- Changes in v5: - Added support to cherry-pick fixes in subtree update