Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269408
b: refs/heads/master
c: 87f911a
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Aug 22, 2011
1 parent 1e8d79f commit 06adadf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 257af9f9725aa8a863b306659208a031135d59e7
refs/heads/master: 87f911a38d7964b50b3be20da5c06fab69a90576
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-ixp2000/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
#include <asm/mach/time.h>
#include <asm/mach/irq.h>

#include <mach/gpio-ixp2000.h>

static DEFINE_SPINLOCK(ixp2000_slowport_lock);
static unsigned long ixp2000_slowport_irq_flags;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
*
* Copyright (C) 2002 Intel Corporation.
*
* This program is free software, you can redistribute it and/or modify
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

/*
* IXP2000 GPIO in/out, edge/level detection for IRQs:
* IRQs are generated on Falling-edge, Rising-Edge, Level-low, Level-High
* or both Falling-edge and Rising-edge.
* or both Falling-edge and Rising-edge.
* This must be called *before* the corresponding IRQ is registerd.
* Use this instead of directly setting the GPIO registers.
* GPIOs may also be used as GPIOs (e.g. for emulating i2c/smb)
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-ixp2000/ixdp2x00.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <asm/mach/flash.h>
#include <asm/mach/arch.h>

#include <mach/gpio-ixp2000.h>

/*************************************************************************
* IXDP2x00 IRQ Initialization
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-ixp2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/slab.h>

#include <mach/hardware.h> /* Pick up IXP2000-specific bits */
#include <asm/gpio.h>
#include <mach/gpio-ixp2000.h>

static inline int ixp2000_scl_pin(void *data)
{
Expand Down

0 comments on commit 06adadf

Please sign in to comment.