Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e79e4c7e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: Enable MHI Host driver for lahaina"

parents 63c317db bf5a4bf7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,3 +33,6 @@ CONFIG_SPS_SUPPORT_NDP_BAM=y
# CONFIG_SPS_SUPPORT_BAMDMA is not set
# CONFIG_USB_BAM is not set
# CONFIG_QCOM_SPMI_TEMP_ALARM is not set
CONFIG_MHI_BUS=y
CONFIG_MHI_DEBUG=y
CONFIG_MHI_UCI=y
+2 −0
Original line number Diff line number Diff line
@@ -1486,6 +1486,7 @@ void mhi_unregister_mhi_controller(struct mhi_controller *mhi_cntrl)
	list_del(&mhi_cntrl->node);
	mutex_unlock(&mhi_bus.lock);
}
EXPORT_SYMBOL(mhi_unregister_mhi_controller);

/* set ptr to control private data */
static inline void mhi_controller_set_devdata(struct mhi_controller *mhi_cntrl,
@@ -1586,6 +1587,7 @@ void mhi_unprepare_after_power_down(struct mhi_controller *mhi_cntrl)
	mhi_deinit_dev_ctxt(mhi_cntrl);
	mhi_cntrl->pre_init = false;
}
EXPORT_SYMBOL(mhi_unprepare_after_power_down);

/* match dev to drv */
static int mhi_match(struct device *dev, struct device_driver *drv)
+2 −0
Original line number Diff line number Diff line
@@ -1357,6 +1357,7 @@ int mhi_pm_resume(struct mhi_controller *mhi_cntrl)

	return 0;
}
EXPORT_SYMBOL(mhi_pm_resume);

int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client)
{
@@ -1431,6 +1432,7 @@ int mhi_pm_fast_resume(struct mhi_controller *mhi_cntrl, bool notify_client)

	return 0;
}
EXPORT_SYMBOL(mhi_pm_fast_resume);

int __mhi_device_get_sync(struct mhi_controller *mhi_cntrl)
{