summaryrefslogtreecommitdiffstats
path: root/drivers/clk/pxa
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/pxa')
-rw-r--r--drivers/clk/pxa/clk-pxa.c6
-rw-r--r--drivers/clk/pxa/clk-pxa.h6
-rw-r--r--drivers/clk/pxa/clk-pxa25x.c5
-rw-r--r--drivers/clk/pxa/clk-pxa27x.c6
-rw-r--r--drivers/clk/pxa/clk-pxa3xx.c5
5 files changed, 5 insertions, 23 deletions
diff --git a/drivers/clk/pxa/clk-pxa.c b/drivers/clk/pxa/clk-pxa.c
index 5326f77eb35a..cfc79f942b07 100644
--- a/drivers/clk/pxa/clk-pxa.c
+++ b/drivers/clk/pxa/clk-pxa.c
@@ -1,14 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Marvell PXA family clocks 3 * Marvell PXA family clocks
3 * 4 *
4 * Copyright (C) 2014 Robert Jarzmik 5 * Copyright (C) 2014 Robert Jarzmik
5 * 6 *
6 * Common clock code for PXA clocks ("CKEN" type clocks + DT) 7 * Common clock code for PXA clocks ("CKEN" type clocks + DT)
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 */ 8 */
13#include <linux/clk.h> 9#include <linux/clk.h>
14#include <linux/clk-provider.h> 10#include <linux/clk-provider.h>
diff --git a/drivers/clk/pxa/clk-pxa.h b/drivers/clk/pxa/clk-pxa.h
index 2b90c5917b32..f131d2834af4 100644
--- a/drivers/clk/pxa/clk-pxa.h
+++ b/drivers/clk/pxa/clk-pxa.h
@@ -1,14 +1,10 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * Marvell PXA family clocks 3 * Marvell PXA family clocks
3 * 4 *
4 * Copyright (C) 2014 Robert Jarzmik 5 * Copyright (C) 2014 Robert Jarzmik
5 * 6 *
6 * Common clock code for PXA clocks ("CKEN" type clocks + DT) 7 * Common clock code for PXA clocks ("CKEN" type clocks + DT)
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 */ 8 */
13#ifndef _CLK_PXA_ 9#ifndef _CLK_PXA_
14#define _CLK_PXA_ 10#define _CLK_PXA_
diff --git a/drivers/clk/pxa/clk-pxa25x.c b/drivers/clk/pxa/clk-pxa25x.c
index e88f8e01fe3a..d0f957996acb 100644
--- a/drivers/clk/pxa/clk-pxa25x.c
+++ b/drivers/clk/pxa/clk-pxa25x.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Marvell PXA25x family clocks 3 * Marvell PXA25x family clocks
3 * 4 *
@@ -5,10 +6,6 @@
5 * 6 *
6 * Heavily inspired from former arch/arm/mach-pxa/pxa25x.c. 7 * Heavily inspired from former arch/arm/mach-pxa/pxa25x.c.
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * For non-devicetree platforms. Once pxa is fully converted to devicetree, this 9 * For non-devicetree platforms. Once pxa is fully converted to devicetree, this
13 * should go away. 10 * should go away.
14 */ 11 */
diff --git a/drivers/clk/pxa/clk-pxa27x.c b/drivers/clk/pxa/clk-pxa27x.c
index d40b63e7bbce..287fdeae7c7c 100644
--- a/drivers/clk/pxa/clk-pxa27x.c
+++ b/drivers/clk/pxa/clk-pxa27x.c
@@ -1,14 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Marvell PXA27x family clocks 3 * Marvell PXA27x family clocks
3 * 4 *
4 * Copyright (C) 2014 Robert Jarzmik 5 * Copyright (C) 2014 Robert Jarzmik
5 * 6 *
6 * Heavily inspired from former arch/arm/mach-pxa/clock.c. 7 * Heavily inspired from former arch/arm/mach-pxa/clock.c.
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 */ 8 */
13#include <linux/clk-provider.h> 9#include <linux/clk-provider.h>
14#include <mach/pxa2xx-regs.h> 10#include <mach/pxa2xx-regs.h>
diff --git a/drivers/clk/pxa/clk-pxa3xx.c b/drivers/clk/pxa/clk-pxa3xx.c
index 7aa120c3bd08..60db92772e72 100644
--- a/drivers/clk/pxa/clk-pxa3xx.c
+++ b/drivers/clk/pxa/clk-pxa3xx.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Marvell PXA3xxx family clocks 3 * Marvell PXA3xxx family clocks
3 * 4 *
@@ -5,10 +6,6 @@
5 * 6 *
6 * Heavily inspired from former arch/arm/mach-pxa/pxa3xx.c 7 * Heavily inspired from former arch/arm/mach-pxa/pxa3xx.c
7 * 8 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * For non-devicetree platforms. Once pxa is fully converted to devicetree, this 9 * For non-devicetree platforms. Once pxa is fully converted to devicetree, this
13 * should go away. 10 * should go away.
14 */ 11 */