diff options
author | Tony Lindgren <tony@atomide.com> | 2024-04-11 07:44:30 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2024-04-25 07:29:41 +0300 |
commit | 5a85fd3c9de7083edc4d32b6cf0bda1a57b4dd3a (patch) | |
tree | 93289cadeff6ed997713c0814d5a6a8a9c51f8de /drivers/bus/ti-sysc.c | |
parent | f2bd276193c92d7987b6246e6dd0a7e42ac9d56a (diff) | |
download | linux-5a85fd3c9de7083edc4d32b6cf0bda1a57b4dd3a.tar.xz |
bus: ti-sysc: Add a description and copyrights
The ti-sysc driver is missing coprights and description, let's add
those.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/bus/ti-sysc.c')
-rw-r--r-- | drivers/bus/ti-sysc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index a9d2aaae68b2..1dd9d35cc0fc 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -1,6 +1,17 @@ // SPDX-License-Identifier: GPL-2.0 /* * ti-sysc.c - Texas Instruments sysc interconnect target driver + * + * TI SoCs have an interconnect target wrapper IP for many devices. The wrapper + * IP manages clock gating, resets, and PM capabilities for the connected devices. + * + * Copyright (C) 2017-2024 Texas Instruments Incorporated - https://www.ti.com/ + * + * Many features are based on the earlier omap_hwmod arch code with thanks to all + * the people who developed and debugged the code over the years: + * + * Copyright (C) 2009-2011 Nokia Corporation + * Copyright (C) 2011-2021 Texas Instruments Incorporated - https://www.ti.com/ */ #include <linux/io.h> |