forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/arm/mach-omap1/dma.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * OMAP1/OMAP7xx - specific DMA driver
34 *
....@@ -9,13 +10,9 @@
910 * OMAP2/3 support Copyright (C) 2004-2007 Texas Instruments, Inc.
1011 * Some functions based on earlier dma-omap.c Copyright (C) 2001 RidgeRun, Inc.
1112 *
12
- * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
13
+ * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
1314 * Converted DMA library into platform driver
1415 * - G, Manjunath Kondaiah <manjugk@ti.com>
15
- *
16
- * This program is free software; you can redistribute it and/or modify
17
- * it under the terms of the GNU General Public License version 2 as
18
- * published by the Free Software Foundation.
1916 */
2017
2118 #include <linux/err.h>