Source
1
+
// SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Xilinx gpio driver for xps/axi_gpio IP.
3
4
*
4
5
* Copyright 2008 - 2013 Xilinx, Inc.
5
-
*
6
-
* This program is free software; you can redistribute it and/or modify
7
-
* it under the terms of the GNU General Public License version 2
8
-
* as published by the Free Software Foundation.
9
-
*
10
-
* You should have received a copy of the GNU General Public License
11
-
* along with this program; if not, write to the Free Software
12
-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13
6
*/
14
7
​
15
8
#include <linux/bitops.h>
16
9
#include <linux/init.h>
17
10
#include <linux/errno.h>
18
11
#include <linux/module.h>
19
12
#include <linux/of_device.h>
20
13
#include <linux/of_platform.h>
21
14
#include <linux/of_gpio.h>
22
15
#include <linux/io.h>