Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220627
b: refs/heads/master
c: b0b4a7c
h: refs/heads/master
i:
  220625: fe74bdd
  220623: b1ece32
v: v3
  • Loading branch information
G, Manjunath Kondaiah authored and Samuel Ortiz committed Oct 28, 2010
1 parent 11dc3c7 commit 41a7bf5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50f19a45961ffa0445db02777ad9342119ceb2aa
refs/heads/master: b0b4a7c28ebee0763cae90d470cfff501a83be37
10 changes: 10 additions & 0 deletions trunk/drivers/mfd/twl-core.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef __TWL_CORE_H__
#define __TWL_CORE_H__

extern int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end);
extern int twl6030_exit_irq(void);
extern int twl4030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end);
extern int twl4030_exit_irq(void);
extern int twl4030_init_chip_irq(const char *chip);

#endif /* __TWL_CORE_H__ */
1 change: 1 addition & 0 deletions trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include <linux/i2c/twl.h>

#include "twl-core.h"

/*
* TWL4030 IRQ handling has two stages in hardware, and thus in software.
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/mfd/twl6030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
#include <linux/i2c/twl.h>
#include <linux/platform_device.h>

#include "twl-core.h"

/*
* TWL6030 (unlike its predecessors, which had two level interrupt handling)
* three interrupt registers INT_STS_A, INT_STS_B and INT_STS_C.
Expand Down

0 comments on commit 41a7bf5

Please sign in to comment.