Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350895
b: refs/heads/master
c: f7b488e
h: refs/heads/master
i:
  350893: 81dbf7a
  350891: 72e5c68
  350887: e37f395
  350879: f653958
v: v3
  • Loading branch information
Aaron Lu authored and Rafael J. Wysocki committed Jan 10, 2013
1 parent 2158826 commit 4254e62
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ef42e53f271b99fe9eb853df5661edeac8a277f6
refs/heads/master: f7b488e23cadc76503cbf37d7c432cfb0a77f41f
10 changes: 5 additions & 5 deletions trunk/drivers/acpi/acpica/rsirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ struct acpi_rsconvert_info acpi_rs_convert_ext_irq[9] = {
sizeof(struct aml_resource_extended_irq),
0},

/* Flag bits */

/*
* Flags: Producer/Consumer[0], Triggering[1], Polarity[2],
* sharing_and_wake[3:4]
*/
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.extended_irq.producer_consumer),
AML_OFFSET(extended_irq.flags),
0},
Expand All @@ -204,7 +206,7 @@ struct acpi_rsconvert_info acpi_rs_convert_ext_irq[9] = {
AML_OFFSET(extended_irq.flags),
2},

{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.extended_irq.sharable),
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.extended_irq.sharable),
AML_OFFSET(extended_irq.flags),
3},

Expand Down Expand Up @@ -283,13 +285,11 @@ struct acpi_rsconvert_info acpi_rs_convert_fixed_dma[4] = {
* request_lines
* Channels
*/

{ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.fixed_dma.request_lines),
AML_OFFSET(fixed_dma.request_lines),
2},

{ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.fixed_dma.width),
AML_OFFSET(fixed_dma.width),
1},

};

0 comments on commit 4254e62

Please sign in to comment.