~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise-security

« back to all changes in this revision

Viewing changes to arch/arm/mach-orion5x/rd88f5181l-ge-setup.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * License version 2.  This program is licensed "as is" without any
8
8
 * warranty of any kind, whether express or implied.
9
9
 */
10
 
 
 
10
#include <linux/gpio.h>
11
11
#include <linux/kernel.h>
12
12
#include <linux/init.h>
13
13
#include <linux/platform_device.h>
19
19
#include <linux/i2c.h>
20
20
#include <net/dsa.h>
21
21
#include <asm/mach-types.h>
22
 
#include <asm/gpio.h>
23
22
#include <asm/leds.h>
24
23
#include <asm/mach/arch.h>
25
24
#include <asm/mach/pci.h>
140
139
}
141
140
 
142
141
static int __init
143
 
rd88f5181l_ge_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
 
142
rd88f5181l_ge_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
144
143
{
145
144
        int irq;
146
145
 
181
180
 
182
181
MACHINE_START(RD88F5181L_GE, "Marvell Orion-VoIP GE Reference Design")
183
182
        /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */
184
 
        .boot_params    = 0x00000100,
 
183
        .atag_offset    = 0x100,
185
184
        .init_machine   = rd88f5181l_ge_init,
186
185
        .map_io         = orion5x_map_io,
187
186
        .init_early     = orion5x_init_early,