Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199417
b: refs/heads/master
c: 191211f
h: refs/heads/master
i:
  199415: 3ce1dee
v: v3
  • Loading branch information
Ilkka Koskinen authored and Samuel Ortiz committed May 27, 2010
1 parent c50a8a4 commit 4732fc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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: ae9f52f05c8223c8b4e18b042febf7a7bb46332a
refs/heads/master: 191211f50f35deb5b3b80bc7b620cfd4b0a4a2d9
11 changes: 6 additions & 5 deletions trunk/drivers/mfd/twl4030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,11 @@ static const struct sih sih_modules_twl5031[8] = {
},
[6] = {
/*
* ACI doesn't use the same SIH organization.
* For example, it supports only one interrupt line
* ECI/DBI doesn't use the same SIH organization.
* For example, it supports only one interrupt output line.
* That is, the interrupts are seen on both INT1 and INT2 lines.
*/
.name = "aci",
.name = "eci_dbi",
.module = TWL5031_MODULE_ACCESSORY,
.bits = 9,
.bytes_ixr = 2,
Expand All @@ -247,8 +248,8 @@ static const struct sih sih_modules_twl5031[8] = {

},
[7] = {
/* Accessory */
.name = "acc",
/* Audio accessory */
.name = "audio",
.module = TWL5031_MODULE_ACCESSORY,
.control_offset = TWL5031_ACCSIHCTRL,
.bits = 2,
Expand Down

0 comments on commit 4732fc9

Please sign in to comment.