linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 0/2] soc: imx: increase build coverage for imx8 soc driver
@ 2020-02-21  2:32 peng.fan
  2020-02-21  2:32 ` [PATCH V5 1/2] firmware: imx: add dummy functions peng.fan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: peng.fan @ 2020-02-21  2:32 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: festevam, kernel, linux-imx, olof, aisheng.dong, leonard.crestez,
	abel.vesa, krzk, linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

V5:
 Add missed "static inline" in misc.h

V4:
 Add dummy functions to fix build issue when soc-imx-scu.c built in,
 but drivers/firmware/imx/imx-scu.c not built in.
 No change to Patch 2/2.

V3:
 Per Arnd's suggestions, merged Patch 2/3/4/5 into one patch
 Dropped the defconfig change with a default Kconfig

 Leonard, I dropped you R-b in V3 since the change.

V2:
 Include Leonard's patch to fix build break after enable compile test
 Add Leonard's R-b tag

Rename soc-imx8.c to soc-imx8m.c which is for i.MX8M family
Add SOC_IMX8M for build gate soc-imx8m.c
Increase build coverage for i.MX SoC driver

Peng Fan (2):
  firmware: imx: add dummy functions
  soc: imx: increase build coverage for imx8m soc driver

 drivers/soc/Makefile                        |  2 +-
 drivers/soc/imx/Kconfig                     |  9 +++++++++
 drivers/soc/imx/Makefile                    |  2 +-
 drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} |  0
 include/linux/firmware/imx/ipc.h            | 13 +++++++++++++
 include/linux/firmware/imx/sci.h            | 22 ++++++++++++++++++++++
 include/linux/firmware/imx/svc/misc.h       | 19 +++++++++++++++++++
 7 files changed, 65 insertions(+), 2 deletions(-)
 rename drivers/soc/imx/{soc-imx8.c => soc-imx8m.c} (100%)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-10  6:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21  2:32 [PATCH V5 0/2] soc: imx: increase build coverage for imx8 soc driver peng.fan
2020-02-21  2:32 ` [PATCH V5 1/2] firmware: imx: add dummy functions peng.fan
2020-02-21  2:32 ` [PATCH V5 2/2] soc: imx: increase build coverage for imx8m soc driver peng.fan
2020-03-10  6:55 ` [PATCH V5 0/2] soc: imx: increase build coverage for imx8 " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).