Re: [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-28 Thread Jesse Taube
On 1/28/22 09:28, Andre Przywara wrote: On Thu, 27 Jan 2022 23:51:09 -0500 Jesse Taube wrote: Hi Jesse, On 1/27/22 19:41, Andre Przywara wrote: On Thu, 27 Jan 2022 15:40:13 -0500 Jesse Taube wrote: Hi, On 1/27/22 05:21, Andre Przywara wrote: On Wed, 26 Jan 2022 08:53:19 -0500

Re: [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-28 Thread Andre Przywara
On Thu, 27 Jan 2022 23:51:09 -0500 Jesse Taube wrote: Hi Jesse, > On 1/27/22 19:41, Andre Przywara wrote: > > On Thu, 27 Jan 2022 15:40:13 -0500 > > Jesse Taube wrote: > > > > Hi, > > > >> On 1/27/22 05:21, Andre Przywara wrote: > >>> On Wed, 26 Jan 2022 08:53:19 -0500 > >>> Jesse Taube

Re: [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-27 Thread Jesse Taube
On 1/27/22 19:41, Andre Przywara wrote: On Thu, 27 Jan 2022 15:40:13 -0500 Jesse Taube wrote: Hi, On 1/27/22 05:21, Andre Przywara wrote: On Wed, 26 Jan 2022 08:53:19 -0500 Jesse Taube wrote: Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. Very nice, thanks

Re: [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-27 Thread Andre Przywara
On Thu, 27 Jan 2022 15:40:13 -0500 Jesse Taube wrote: Hi, > On 1/27/22 05:21, Andre Przywara wrote: > > On Wed, 26 Jan 2022 08:53:19 -0500 > > Jesse Taube wrote: > > > >> Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. > > > > Very nice, thanks for cleaning this

Re: [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-27 Thread Jesse Taube
On 1/27/22 05:21, Andre Przywara wrote: On Wed, 26 Jan 2022 08:53:19 -0500 Jesse Taube wrote: Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. Very nice, thanks for cleaning this up. But please remove the respective line from the Makefile in

Re: [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-27 Thread Andre Przywara
On Wed, 26 Jan 2022 08:53:19 -0500 Jesse Taube wrote: > Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. Very nice, thanks for cleaning this up. But please remove the respective line from the Makefile in arch/arm/cpu/armv7/sunxi/, otherwise 32-bit board builds fail:

[PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

2022-01-26 Thread Jesse Taube
Both armv7 and arm926ejs use this timer code so move it to mach-sunxi. Signed-off-by: Jesse Taube --- V1->V2: * New commit --- arch/arm/mach-sunxi/Makefile | 3 +++ arch/arm/{cpu/armv7/sunxi => mach-sunxi}/timer.c | 7 --- 2 files changed, 7 insertions(+), 3 deletions(-)