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

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

Merge "i2c: i2c-qcom-geni: Implementing thaw callback"

parents bb3bda77 b557b058
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1165,6 +1165,7 @@ static const struct dev_pm_ops geni_i2c_pm_ops = {
	.runtime_resume		= geni_i2c_runtime_resume,
	.freeze			= geni_i2c_suspend_noirq,
	.restore		= geni_i2c_hib_resume_noirq,
	.thaw		= geni_i2c_hib_resume_noirq,
};

static int ssr_i2c_force_suspend(struct device *dev)