All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: ipa: support COMPILE_TEST
@ 2021-01-07 23:34 Alex Elder
  2021-01-07 23:34 ` [PATCH net-next 1/4] remoteproc: qcom: expose types for COMPILE_TEST Alex Elder
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Alex Elder @ 2021-01-07 23:34 UTC (permalink / raw)
  To: davem, kuba, bjorn.andersson, agross, ohad
  Cc: evgreen, cpratapa, subashab, netdev, linux-arm-msm,
	linux-remoteproc, linux-kernel

This series adds the IPA driver as a possible target when
the COMPILE_TEST configuration is enabled.  Two small changes to
dependent subsystems needed to be made for this to work.

Version 2 of this series adds one more patch, which adds the
declation of struct page to "gsi_trans.h".  The Intel kernel test
robot reported that this was a problem for the alpha build.

David/Jakub, please take all four of these patches through the
net-next tree if you find them acceptable.

Thanks.

					-Alex

Alex Elder (4):
  remoteproc: qcom: expose types for COMPILE_TEST
  soc: qcom: mdt_loader: define stubs for COMPILE_TEST
  net: ipa: declare the page pointer type in "gsi_trans.h"
  net: ipa: support COMPILE_TEST

 drivers/net/ipa/Kconfig               | 10 +++++---
 drivers/net/ipa/gsi_trans.h           |  1 +
 include/linux/remoteproc/qcom_rproc.h |  4 +--
 include/linux/soc/qcom/mdt_loader.h   | 35 +++++++++++++++++++++++++++
 4 files changed, 44 insertions(+), 6 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-03-11 23:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 23:34 [PATCH net-next 0/4] net: ipa: support COMPILE_TEST Alex Elder
2021-01-07 23:34 ` [PATCH net-next 1/4] remoteproc: qcom: expose types for COMPILE_TEST Alex Elder
2021-01-07 23:34 ` [PATCH net-next 2/4] soc: qcom: mdt_loader: define stubs " Alex Elder
2021-01-07 23:34 ` [PATCH net-next 3/4] net: ipa: declare the page pointer type in "gsi_trans.h" Alex Elder
2021-01-07 23:34 ` [PATCH net-next 4/4] net: ipa: support COMPILE_TEST Alex Elder
2021-01-08  0:25   ` Bjorn Andersson
2021-01-09 21:53 ` [PATCH net-next 0/4] " Jakub Kicinski
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
2021-03-11 23:32 ` patchwork-bot+linux-remoteproc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.