gpio15xx.c (f9cd49033b349b8be3bb1f01b39eed837853d880) | gpio15xx.c (4b25408f1f61c35b70a19a41053b5e5e3224e97f) |
---|---|
1/* 2 * OMAP15xx specific gpio init 3 * 4 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 5 * 6 * Author: 7 * Charulatha V <charu@ti.com> 8 * 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation version 2. 12 * 13 * This program is distributed "as is" WITHOUT ANY WARRANTY of any 14 * kind, whether express or implied; without even the implied warranty 15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 */ 18 19#include <linux/gpio.h> | 1/* 2 * OMAP15xx specific gpio init 3 * 4 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 5 * 6 * Author: 7 * Charulatha V <charu@ti.com> 8 * 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation version 2. 12 * 13 * This program is distributed "as is" WITHOUT ANY WARRANTY of any 14 * kind, whether express or implied; without even the implied warranty 15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 */ 18 19#include <linux/gpio.h> |
20#include <linux/platform_data/gpio-omap.h> |
|
20 21#define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE 22#define OMAP1510_GPIO_BASE 0xFFFCE000 23 24/* gpio1 */ 25static struct __initdata resource omap15xx_mpu_gpio_resources[] = { 26 { 27 .start = OMAP1_MPUIO_VBASE, --- 93 unchanged lines hidden --- | 21 22#define OMAP1_MPUIO_VBASE OMAP1_MPUIO_BASE 23#define OMAP1510_GPIO_BASE 0xFFFCE000 24 25/* gpio1 */ 26static struct __initdata resource omap15xx_mpu_gpio_resources[] = { 27 { 28 .start = OMAP1_MPUIO_VBASE, --- 93 unchanged lines hidden --- |