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

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

Merge "soc: qcom: rpm-smd: Suppress driver bind/unbind feature"

parents 91fb1c20 c3cfe13a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1777,6 +1777,7 @@ static struct platform_driver lpm_driver = {
	.driver = {
		.name = "lpm-levels",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = lpm_mtch_tbl,
	},
};
+1 −0
Original line number Diff line number Diff line
@@ -1312,6 +1312,7 @@ static struct platform_driver rpmh_mbox_driver = {
	.driver = {
		.name = KBUILD_MODNAME,
		.of_match_table = rsc_drv_match,
		.suppress_bind_attrs = true,
	},
};

+1 −1
Original line number Diff line number Diff line
@@ -116,8 +116,8 @@ static struct platform_driver aop_qmp_msg_driver = {
	.driver = {
		.name = "debugfs-qmp-client",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = aop_qmp_match_tbl,
	},
};

builtin_platform_driver(aop_qmp_msg_driver);
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2018, 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
@@ -2138,6 +2138,7 @@ static struct platform_driver msm_rpm_device_driver = {
	.driver = {
		.name = "rpm-smd",
		.owner = THIS_MODULE,
		.suppress_bind_attrs = true,
		.of_match_table = msm_rpm_match_table,
	},
};
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ static struct platform_driver sys_pm_driver = {
	.probe = sys_pm_probe,
	.driver = {
		.name = KBUILD_MODNAME,
		.suppress_bind_attrs = true,
		.of_match_table = sys_pm_drv_match,
	},
};