.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Qualcomm External Bus Interface 2 (EBI2) driver |
---|
3 | 4 | * an older version of the Qualcomm Parallel Interface Controller (QPIC) |
---|
.. | .. |
---|
5 | 6 | * Copyright (C) 2016 Linaro Ltd. |
---|
6 | 7 | * |
---|
7 | 8 | * Author: Linus Walleij <linus.walleij@linaro.org> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License version 2, as |
---|
11 | | - * published by the Free Software Foundation. |
---|
12 | 9 | * |
---|
13 | 10 | * See the device tree bindings for this block for more details on the |
---|
14 | 11 | * hardware. |
---|
.. | .. |
---|
21 | 18 | #include <linux/of.h> |
---|
22 | 19 | #include <linux/of_platform.h> |
---|
23 | 20 | #include <linux/init.h> |
---|
24 | | -#include <linux/io.h> |
---|
25 | 21 | #include <linux/slab.h> |
---|
26 | 22 | #include <linux/platform_device.h> |
---|
27 | 23 | #include <linux/bitops.h> |
---|