Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+11
+11
drivers/bus/ti-sysc.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 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/ 4 15 */ 5 16 6 17 #include <linux/io.h>