~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-pxa/lubbock.c

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                set_irq_flags(irq, IRQF_VALID | IRQF_PROBE);
171
171
        }
172
172
 
173
 
        irq_set_chained_handler(IRQ_GPIO(0), lubbock_irq_handler);
174
 
        irq_set_irq_type(IRQ_GPIO(0), IRQ_TYPE_EDGE_FALLING);
 
173
        irq_set_chained_handler(PXA_GPIO_TO_IRQ(0), lubbock_irq_handler);
 
174
        irq_set_irq_type(PXA_GPIO_TO_IRQ(0), IRQ_TYPE_EDGE_FALLING);
175
175
}
176
176
 
177
177
#ifdef CONFIG_PM
223
223
 
224
224
static struct sa1111_platform_data sa1111_info = {
225
225
        .irq_base       = LUBBOCK_SA1111_IRQ_BASE,
 
226
        .disable_devs   = SA1111_DEVID_SAC,
226
227
};
227
228
 
228
229
static struct platform_device sa1111_device = {
556
557
        .handle_irq     = pxa25x_handle_irq,
557
558
        .timer          = &pxa_timer,
558
559
        .init_machine   = lubbock_init,
 
560
        .restart        = pxa_restart,
559
561
MACHINE_END