Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-25 Thread Raymond Mao
Hi Sumit, On Thu, 25 Jul 2024 at 01:46, Sumit Garg wrote: > On Wed, 24 Jul 2024 at 19:40, Raymond Mao wrote: > > > > Hi Sumit, > > > > On Wed, 24 Jul 2024 at 03:08, Sumit Garg wrote: > >> > >> Hi Raymond, > >> > >> Thanks for doing this. > >> > >> On Tue, 23 Jul 2024 at 01:01, Raymond Mao > w

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-25 Thread Jerome Forissier
On 7/25/24 07:45, Sumit Garg wrote: > On Wed, 24 Jul 2024 at 19:40, Raymond Mao wrote: >> >> Hi Sumit, >> >> On Wed, 24 Jul 2024 at 03:08, Sumit Garg wrote: >>> >>> Hi Raymond, >>> >>> Thanks for doing this. >>> >>> On Tue, 23 Jul 2024 at 01:01, Raymond Mao wrote: Recently we are in

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-24 Thread Sumit Garg
On Wed, 24 Jul 2024 at 19:40, Raymond Mao wrote: > > Hi Sumit, > > On Wed, 24 Jul 2024 at 03:08, Sumit Garg wrote: >> >> Hi Raymond, >> >> Thanks for doing this. >> >> On Tue, 23 Jul 2024 at 01:01, Raymond Mao wrote: >> > >> > Recently we are introducing multiple git subtree projects and >> > it

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-24 Thread Raymond Mao
Hi Sumit, On Wed, 24 Jul 2024 at 03:08, Sumit Garg wrote: > Hi Raymond, > > Thanks for doing this. > > On Tue, 23 Jul 2024 at 01:01, Raymond Mao wrote: > > > > Recently we are introducing multiple git subtree projects and > > it is the right time to have a universal script to update > > various

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-24 Thread Sumit Garg
Hi Raymond, Thanks for doing this. On Tue, 23 Jul 2024 at 01:01, Raymond Mao wrote: > > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-23 Thread Quentin Schulz
Hi Raymond, On 7/23/24 4:05 PM, Raymond Mao wrote: Hi Quentin, On Tue, 23 Jul 2024 at 03:16, Quentin Schulz wrote: Hi Raymond, On 7/22/24 9:30 PM, Raymond Mao wrote: Recently we are introducing multiple git subtree projects and it is the right time to have a universal script to update vari

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-23 Thread Raymond Mao
Hi Quentin, On Tue, 23 Jul 2024 at 03:16, Quentin Schulz wrote: > Hi Raymond, > > On 7/22/24 9:30 PM, Raymond Mao wrote: > > Recently we are introducing multiple git subtree projects and > > it is the right time to have a universal script to update > > various subtrees and replace the dts/update

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-23 Thread Quentin Schulz
Hi Raymond, On 7/22/24 9:30 PM, Raymond Mao wrote: Recently we are introducing multiple git subtree projects and it is the right time to have a universal script to update various subtrees and replace the dts/update-dts-subtree.sh. update-subtree.sh is a wrapper of git subtree commands. Usage:

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-22 Thread Ilias Apalodimas
On Mon, 22 Jul 2024 at 22:31, Raymond Mao wrote: > > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is a wrapper of git subtree commands. >

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-22 Thread Tom Rini
On Mon, Jul 22, 2024 at 12:30:50PM -0700, Raymond Mao wrote: > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is a wrapper of git subtree

Re: [PATCH v2] tools: Add script to update git subtree projects

2024-07-22 Thread Jerome Forissier
On 7/22/24 21:30, Raymond Mao wrote: > Recently we are introducing multiple git subtree projects and > it is the right time to have a universal script to update > various subtrees and replace the dts/update-dts-subtree.sh. > > update-subtree.sh is a wrapper of git subtree commands. > > Usage:

[PATCH v2] tools: Add script to update git subtree projects

2024-07-22 Thread Raymond Mao
Recently we are introducing multiple git subtree projects and it is the right time to have a universal script to update various subtrees and replace the dts/update-dts-subtree.sh. update-subtree.sh is a wrapper of git subtree commands. Usage: From U-Boot top directory, run $ ./tools/update-subtre