Re: [PATCH v4 1/8] arm: lpc32xx: move SoC to mach-lpc32xx

2020-05-15 Thread Tom Rini
On Wed, May 06, 2020 at 08:02:36AM -0400, Trevor Woerner wrote: > Following the example of most other SoCs in arch/$(ARCH)/cpu/$(CPU)/$(SOC) > move the lpc32xx code from arch/arm/cpu/arm926ejs/lpc32xx to > arch/arm/mach-lpc32xx. > > Following the checklist from > commit 01f14456306c ("ARM: prepar

[PATCH v4 1/8] arm: lpc32xx: move SoC to mach-lpc32xx

2020-05-06 Thread Trevor Woerner
Following the example of most other SoCs in arch/$(ARCH)/cpu/$(CPU)/$(SOC) move the lpc32xx code from arch/arm/cpu/arm926ejs/lpc32xx to arch/arm/mach-lpc32xx. Following the checklist from commit 01f14456306c ("ARM: prepare for moving SoC sources into mach-*"): [1] move files from arch/arm/cpu