mbox series

[0/6] imx: clean up sip file

Message ID 20200511094837.8572-1-peng.fan@nxp.com
Headers show
Series imx: clean up sip file | expand

Message

Peng Fan May 11, 2020, 9:48 a.m. UTC
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