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

Commit eb48efa2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: change the clock scaling polling period and up threshold"

parents cb4ceca2 99c76de3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -408,8 +408,8 @@ static void __ufshcd_shutdown_clkscaling(struct ufs_hba *hba);

#if IS_ENABLED(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND)
static struct devfreq_simple_ondemand_data ufshcd_ondemand_data = {
	.upthreshold = 35,
	.downdifferential = 30,
	.upthreshold = 70,
	.downdifferential = 65,
	.simple_scaling = 1,
};

@@ -419,7 +419,7 @@ static void *gov_data;
#endif

static struct devfreq_dev_profile ufs_devfreq_profile = {
	.polling_ms	= 40,
	.polling_ms	= 60,
	.target		= ufshcd_devfreq_target,
	.get_dev_status	= ufshcd_devfreq_get_dev_status,
};