aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/.clang-format
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2021-04-15 09:47:03 +0200
committerPer Åstrand <per.astrand@arm.com>2021-06-21 11:31:29 +0200
commit87ca5dac68ffd40007e31e11b32980a6d5b7cf83 (patch)
tree4ed216c032c4f6417de9fbedf68c04a8f8020e1b /remoteproc/.clang-format
parent35ce6c809ccf637c6bb8a00ad14b051b87d9884a (diff)
downloadethos-u-linux-driver-stack-87ca5dac68ffd40007e31e11b32980a6d5b7cf83.tar.gz
Implement reset handler for remoteproc
Use the reset controller driver mechanism to control the Ethos-U subsystem remoteproc driver. Change-Id: If180d5b922f8b1cd245af7f922911c17ecd313a3
Diffstat (limited to 'remoteproc/.clang-format')
-rw-r--r--remoteproc/.clang-format23
1 files changed, 23 insertions, 0 deletions
diff --git a/remoteproc/.clang-format b/remoteproc/.clang-format
new file mode 100644
index 0000000..fef91a6
--- /dev/null
+++ b/remoteproc/.clang-format
@@ -0,0 +1,23 @@
+#
+# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+# Licensed under the Apache License, Version 2.0 (the License); you may
+# not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an AS IS BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+---
+Language: Cpp
+SortIncludes: false
+DisableFormat: true
+---