The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.18
for you to fetch changes up to ed2e8e0ad593dc5235aa41fe61bfe0e8c3548ae4:
ARM: imx: Add initial support for i.MXRT10xx family (2022-01-28 17:46:42 +0800)
----------------------------------------------------------------
i.MX SoC update for 5.18:
- Add initial support for i.MXRT10xx family which features NXP's
implementation of the Arm Cortex-M7 core and in some case the
Arm Cortex-M4 core too.
----------------------------------------------------------------
Giulio Benetti (1):
ARM: imx: Add initial support for i.MXRT10xx family
arch/arm/mach-imx/Kconfig | 7 +++++++
arch/arm/mach-imx/Makefile | 2 ++
arch/arm/mach-imx/mach-imxrt.c | 19 +++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 100644 arch/arm/mach-imx/mach-imxrt.c