List-Id: U-Boot discussion <u-boot.lists.denx.de> From: peng.fan at nxp.com (Peng Fan) Date: Mon, 11 May 2020 17:48:31 +0800 Subject: [PATCH 0/6] imx: clean up sip file Message-ID: <20200511094837.8572-1-peng.fan@nxp.com>
No need keep imx sip code, since we could use arm_smccc_smc Peng Fan (6): imx8: misc: use arm_smccc_smc imx8m: soc: use arm_smccc_smc imx: bootaux: use arm_smccc_smc imx8: fuse: use arm_smccc_smc imx: power-domain: use arm_smccc_smc imx: remove imx sip file arch/arm/mach-imx/Makefile | 2 +- arch/arm/mach-imx/imx8/misc.c | 7 +++-- arch/arm/mach-imx/imx8m/soc.c | 7 +++-- arch/arm/mach-imx/imx_bootaux.c | 11 ++++++-- arch/arm/mach-imx/sip.c | 46 ------------------------------- drivers/misc/imx8/fuse.c | 19 ++++++++----- drivers/power/domain/imx8m-power-domain.c | 10 ++++--- 7 files changed, 38 insertions(+), 64 deletions(-) delete mode 100644 arch/arm/mach-imx/sip.c