public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mhi: unconstify mhi_event_config
@ 2021-01-05  8:56 Loic Poulain
  2021-01-05  8:56 ` [PATCH 2/2] mhi: pci_generic: Fix shared MSI vector support Loic Poulain
  2021-01-05 15:26 ` [PATCH 1/2] mhi: unconstify mhi_event_config Manivannan Sadhasivam
  0 siblings, 2 replies; 5+ messages in thread
From: Loic Poulain @ 2021-01-05  8:56 UTC (permalink / raw)
  To: manivannan.sadhasivam, hemantk; +Cc: linux-arm-msm, Loic Poulain

Some parameters may have to be determined at runtime.
It is the case for the event ring MSI vector.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
---
 include/linux/mhi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mhi.h b/include/linux/mhi.h
index 62da830..48b1b2a 100644
--- a/include/linux/mhi.h
+++ b/include/linux/mhi.h
@@ -290,7 +290,7 @@ struct mhi_controller_config {
 	u32 num_channels;
 	const struct mhi_channel_config *ch_cfg;
 	u32 num_events;
-	const struct mhi_event_config *event_cfg;
+	struct mhi_event_config *event_cfg;
 	bool use_bounce_buf;
 	bool m2_no_db;
 };
-- 
2.7.4


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

end of thread, other threads:[~2021-01-06  2:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-05  8:56 [PATCH 1/2] mhi: unconstify mhi_event_config Loic Poulain
2021-01-05  8:56 ` [PATCH 2/2] mhi: pci_generic: Fix shared MSI vector support Loic Poulain
2021-01-05 15:29   ` Manivannan Sadhasivam
2021-01-05 15:26 ` [PATCH 1/2] mhi: unconstify mhi_event_config Manivannan Sadhasivam
2021-01-06  2:25   ` Hemant Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox