We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd276 commit 5a85fd3Copy full SHA for 5a85fd3
drivers/bus/ti-sysc.c
@@ -1,6 +1,17 @@
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* ti-sysc.c - Texas Instruments sysc interconnect target driver
4
+ *
5
+ * TI SoCs have an interconnect target wrapper IP for many devices. The wrapper
6
+ * IP manages clock gating, resets, and PM capabilities for the connected devices.
7
8
+ * Copyright (C) 2017-2024 Texas Instruments Incorporated - https://www.ti.com/
9
10
+ * Many features are based on the earlier omap_hwmod arch code with thanks to all
11
+ * the people who developed and debugged the code over the years:
12
13
+ * Copyright (C) 2009-2011 Nokia Corporation
14
+ * Copyright (C) 2011-2021 Texas Instruments Incorporated - https://www.ti.com/
15
*/
16
17
#include <linux/io.h>
0 commit comments