pinctrl-max77620.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) pinctrl-max77620.c (75a6faf617d107bdbc74d36ccf89f2280b96ac26)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * MAX77620 pin control driver.
3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
5 *
6 * Author:
7 * Chaitanya Bandi <bandik@nvidia.com>
8 * Laxman Dewangan <ldewangan@nvidia.com>
2/*
3 * MAX77620 pin control driver.
4 *
5 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
6 *
7 * Author:
8 * Chaitanya Bandi <bandik@nvidia.com>
9 * Laxman Dewangan <ldewangan@nvidia.com>
9 *
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms and conditions of the GNU General Public License,
12 * version 2, as published by the Free Software Foundation.
13 */
14
15#include <linux/mfd/max77620.h>
16#include <linux/module.h>
17#include <linux/of.h>
18#include <linux/pinctrl/pinctrl.h>
19#include <linux/pinctrl/pinconf-generic.h>
20#include <linux/pinctrl/pinconf.h>

--- 652 unchanged lines hidden ---
10 */
11
12#include <linux/mfd/max77620.h>
13#include <linux/module.h>
14#include <linux/of.h>
15#include <linux/pinctrl/pinctrl.h>
16#include <linux/pinctrl/pinconf-generic.h>
17#include <linux/pinctrl/pinconf.h>

--- 652 unchanged lines hidden ---