Re: [PATCH v2 13/32] board: dragonboard410c: import board code from mach-snapdragon

2024-01-18 Thread Ramon Fried
On Tue, Dec 19, 2023 at 6:04 PM Caleb Connolly wrote: > > Some of the db410c board support code was written to be generic and > placed in mach-snapdragon. However, as the db410c is the only board > using this, move the code out of mach-snapdragon. This makes is more > obvious what code is relevant

Re: [PATCH v2 13/32] board: dragonboard410c: import board code from mach-snapdragon

2024-01-16 Thread Caleb Connolly
On 20/12/2023 13:47, Sumit Garg wrote: > Hi Caleb, > > On Tue, 19 Dec 2023 at 21:34, Caleb Connolly > wrote: >> >> Some of the db410c board support code was written to be generic and >> placed in mach-snapdragon. However, as the db410c is the only board >> using this, move the code out of mac

Re: [PATCH v2 13/32] board: dragonboard410c: import board code from mach-snapdragon

2023-12-21 Thread Neil Armstrong
On 19/12/2023 17:04, Caleb Connolly wrote: Some of the db410c board support code was written to be generic and placed in mach-snapdragon. However, as the db410c is the only board using this, move the code out of mach-snapdragon. This makes is more obvious what code is relevant for which targets a

Re: [PATCH v2 13/32] board: dragonboard410c: import board code from mach-snapdragon

2023-12-20 Thread Sumit Garg
Hi Caleb, On Tue, 19 Dec 2023 at 21:34, Caleb Connolly wrote: > > Some of the db410c board support code was written to be generic and > placed in mach-snapdragon. However, as the db410c is the only board > using this, move the code out of mach-snapdragon. This makes is more > obvious what code is

[PATCH v2 13/32] board: dragonboard410c: import board code from mach-snapdragon

2023-12-19 Thread Caleb Connolly
Some of the db410c board support code was written to be generic and placed in mach-snapdragon. However, as the db410c is the only board using this, move the code out of mach-snapdragon. This makes is more obvious what code is relevant for which targets and helps tidy things up a little more. Signe