pinctrl-uniphier.h (d16605c9128a498f9b8575b5c43be95c45dbcfab) | pinctrl-uniphier.h (6d363bd1786cf42cf2eb7bb7bf1e0d69788bdb2f) |
---|---|
1/* 2 * Copyright (C) 2015-2017 Socionext Inc. 3 * Author: Masahiro Yamada <yamada.masahiro@socionext.com> 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 */ 15 16#ifndef __PINCTRL_UNIPHIER_H__ 17#define __PINCTRL_UNIPHIER_H__ 18 19#include <linux/bitops.h> | 1/* 2 * Copyright (C) 2015-2017 Socionext Inc. 3 * Author: Masahiro Yamada <yamada.masahiro@socionext.com> 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; either version 2 of the License, or 8 * (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 */ 15 16#ifndef __PINCTRL_UNIPHIER_H__ 17#define __PINCTRL_UNIPHIER_H__ 18 19#include <linux/bitops.h> |
20#include <linux/bug.h> | 20#include <linux/build_bug.h> |
21#include <linux/kernel.h> 22#include <linux/types.h> 23 24struct platform_device; 25 26/* input enable control register bit */ 27#define UNIPHIER_PIN_IECTRL_SHIFT 0 28#define UNIPHIER_PIN_IECTRL_BITS 3 --- 169 unchanged lines hidden --- | 21#include <linux/kernel.h> 22#include <linux/types.h> 23 24struct platform_device; 25 26/* input enable control register bit */ 27#define UNIPHIER_PIN_IECTRL_SHIFT 0 28#define UNIPHIER_PIN_IECTRL_BITS 3 --- 169 unchanged lines hidden --- |