pinctrl-pic32.c (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | pinctrl-pic32.c (04dc82e1160ebd9ef0de90874cce1b5a0554deaa) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * PIC32 pinctrl driver 3 * 4 * Joshua Henderson, <joshua.henderson@microchip.com> 5 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. | 2/* 3 * PIC32 pinctrl driver 4 * 5 * Joshua Henderson, <joshua.henderson@microchip.com> 6 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. |
6 * 7 * This program is free software; you can distribute it and/or modify it 8 * under the terms of the GNU General Public License (Version 2) as 9 * published by the Free Software Foundation. 10 * 11 * This program is distributed in the hope it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 * for more details. | |
15 */ 16#include <linux/clk.h> 17#include <linux/gpio/driver.h> 18#include <linux/interrupt.h> 19#include <linux/io.h> 20#include <linux/irq.h> 21#include <linux/of.h> 22#include <linux/of_device.h> --- 2291 unchanged lines hidden --- | 7 */ 8#include <linux/clk.h> 9#include <linux/gpio/driver.h> 10#include <linux/interrupt.h> 11#include <linux/io.h> 12#include <linux/irq.h> 13#include <linux/of.h> 14#include <linux/of_device.h> --- 2291 unchanged lines hidden --- |