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

« back to all changes in this revision

Viewing changes to arch/arm/mach-pxa/saarb.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:
9
9
 *  it under the terms of the GNU General Public License version 2 as
10
10
 *  publishhed by the Free Software Foundation.
11
11
 */
12
 
 
 
12
#include <linux/gpio.h>
13
13
#include <linux/init.h>
14
14
#include <linux/kernel.h>
15
15
#include <linux/i2c.h>
16
16
#include <linux/i2c/pxa-i2c.h>
17
17
#include <linux/mfd/88pm860x.h>
 
18
#include <linux/gpio.h>
18
19
 
19
20
#include <asm/mach-types.h>
20
21
#include <asm/mach/arch.h>
23
24
#include <mach/hardware.h>
24
25
#include <mach/mfp.h>
25
26
#include <mach/mfp-pxa930.h>
26
 
#include <mach/gpio.h>
 
27
#include <mach/pxa95x.h>
27
28
 
28
29
#include "generic.h"
29
30
 
103
104
}
104
105
 
105
106
MACHINE_START(SAARB, "PXA955 Handheld Platform (aka SAARB)")
106
 
        .boot_params    = 0xa0000100,
107
 
        .map_io         = pxa_map_io,
 
107
        .atag_offset    = 0x100,
 
108
        .map_io         = pxa3xx_map_io,
108
109
        .nr_irqs        = SAARB_NR_IRQS,
109
110
        .init_irq       = pxa95x_init_irq,
 
111
        .handle_irq     = pxa3xx_handle_irq,
110
112
        .timer          = &pxa_timer,
111
113
        .init_machine   = saarb_init,
112
114
MACHINE_END