Re: [PATCH v2] ACPI: add support for CSRT table

2013-01-16 Thread Mika Westerberg
On Thu, Jan 17, 2013 at 12:27:32AM +0100, Rafael J. Wysocki wrote: > > +static int __init acpi_csrt_init(void) > > +{ > > + struct acpi_csrt_group *grp, *end; > > + struct acpi_table_csrt *csrt; > > + acpi_status status; > > + int ret; > > + > > + status = acpi_get_table(ACPI_SIG_CSRT,

Re: [PATCH v2] ACPI: add support for CSRT table

2013-01-16 Thread Rafael J. Wysocki
On Wednesday, January 16, 2013 06:13:43 PM Mika Westerberg wrote: > Core System Resources Table (CSRT) is a proprietary ACPI table that > contains resources for certain devices that are not found in the DSDT > table. Typically a shared DMA controller might be found here. > > This patch adds

[PATCH v2] ACPI: add support for CSRT table

2013-01-16 Thread Mika Westerberg
Core System Resources Table (CSRT) is a proprietary ACPI table that contains resources for certain devices that are not found in the DSDT table. Typically a shared DMA controller might be found here. This patch adds support for this table. We go through all entries in the table and make platform

[PATCH v2] ACPI: add support for CSRT table

2013-01-16 Thread Mika Westerberg
Core System Resources Table (CSRT) is a proprietary ACPI table that contains resources for certain devices that are not found in the DSDT table. Typically a shared DMA controller might be found here. This patch adds support for this table. We go through all entries in the table and make platform

Re: [PATCH v2] ACPI: add support for CSRT table

2013-01-16 Thread Rafael J. Wysocki
On Wednesday, January 16, 2013 06:13:43 PM Mika Westerberg wrote: Core System Resources Table (CSRT) is a proprietary ACPI table that contains resources for certain devices that are not found in the DSDT table. Typically a shared DMA controller might be found here. This patch adds support

Re: [PATCH v2] ACPI: add support for CSRT table

2013-01-16 Thread Mika Westerberg
On Thu, Jan 17, 2013 at 12:27:32AM +0100, Rafael J. Wysocki wrote: +static int __init acpi_csrt_init(void) +{ + struct acpi_csrt_group *grp, *end; + struct acpi_table_csrt *csrt; + acpi_status status; + int ret; + + status = acpi_get_table(ACPI_SIG_CSRT, 0, +