Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / include / linux / mfd / lpc_ich.h
CommitLineData
4630b130
AS
1/*
2 * linux/drivers/mfd/lpc_ich.h
3 *
4 * Copyright (c) 2012 Extreme Engineering Solution, Inc.
5 * Author: Aaron Sierra <asierra@xes-inc.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License 2 as published
9 * by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; see the file COPYING. If not, write to
18 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20#ifndef LPC_ICH_H
21#define LPC_ICH_H
22
23/* GPIO resources */
24#define ICH_RES_GPIO 0
25#define ICH_RES_GPE0 1
26
27/* GPIO compatibility */
6cec365e
VD
28enum {
29 ICH_I3100_GPIO,
30 ICH_V5_GPIO,
31 ICH_V6_GPIO,
32 ICH_V7_GPIO,
33 ICH_V9_GPIO,
34 ICH_V10CORP_GPIO,
35 ICH_V10CONS_GPIO,
facd9939 36 AVOTON_GPIO,
6cec365e 37};
4630b130
AS
38
39struct lpc_ich_info {
40 char name[32];
887c8ec7 41 unsigned int iTCO_version;
4630b130 42 unsigned int gpio_version;
4f600ada 43 u8 use_gpio;
4630b130
AS
44};
45
46#endif
This page took 0.329408 seconds and 5 git commands to generate.