core.c (a532439199369b86cf7323f84d1946b7d0634c53) core.c (10d13cb5959a93638aef39df6d91d5c4e1ffd199)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Interconnect framework core driver
4 *
5 * Copyright (c) 2017-2019, Linaro Ltd.
6 * Author: Georgi Djakov <georgi.djakov@linaro.org>
7 */
8

--- 1069 unchanged lines hidden (view full) ---

1078 mutex_unlock(&icc_lock);
1079}
1080EXPORT_SYMBOL_GPL(icc_provider_del);
1081
1082static const struct of_device_id __maybe_unused ignore_list[] = {
1083 { .compatible = "qcom,sc7180-ipa-virt" },
1084 { .compatible = "qcom,sdx55-ipa-virt" },
1085 { .compatible = "qcom,sm8150-ipa-virt" },
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Interconnect framework core driver
4 *
5 * Copyright (c) 2017-2019, Linaro Ltd.
6 * Author: Georgi Djakov <georgi.djakov@linaro.org>
7 */
8

--- 1069 unchanged lines hidden (view full) ---

1078 mutex_unlock(&icc_lock);
1079}
1080EXPORT_SYMBOL_GPL(icc_provider_del);
1081
1082static const struct of_device_id __maybe_unused ignore_list[] = {
1083 { .compatible = "qcom,sc7180-ipa-virt" },
1084 { .compatible = "qcom,sdx55-ipa-virt" },
1085 { .compatible = "qcom,sm8150-ipa-virt" },
1086 { .compatible = "qcom,sm8250-ipa-virt" },
1086 {}
1087};
1088
1089static int of_count_icc_providers(struct device_node *np)
1090{
1091 struct device_node *child;
1092 int count = 0;
1093

--- 58 unchanged lines hidden ---
1087 {}
1088};
1089
1090static int of_count_icc_providers(struct device_node *np)
1091{
1092 struct device_node *child;
1093 int count = 0;
1094

--- 58 unchanged lines hidden ---