Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-25 Thread Hanjun Guo
On 2014/11/26 5:20, Rafael J. Wysocki wrote: > On Tuesday, November 25, 2014 11:38:05 AM Hanjun Guo wrote: >> On 2014/11/24 22:51, Rafael J. Wysocki wrote: >>> On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: On 2014-11-24 9:27, Rafael J. Wysocki wrote: > On Friday, October 17,

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-25 Thread Rafael J. Wysocki
On Tuesday, November 25, 2014 11:38:05 AM Hanjun Guo wrote: > On 2014/11/24 22:51, Rafael J. Wysocki wrote: > > On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: > >> On 2014-11-24 9:27, Rafael J. Wysocki wrote: > >>> On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: > From:

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-25 Thread Rafael J. Wysocki
On Tuesday, November 25, 2014 11:38:05 AM Hanjun Guo wrote: On 2014/11/24 22:51, Rafael J. Wysocki wrote: On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: On 2014-11-24 9:27, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: From: Ashwin Chaugule

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-25 Thread Hanjun Guo
On 2014/11/26 5:20, Rafael J. Wysocki wrote: On Tuesday, November 25, 2014 11:38:05 AM Hanjun Guo wrote: On 2014/11/24 22:51, Rafael J. Wysocki wrote: On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: On 2014-11-24 9:27, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:58

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-24 Thread Hanjun Guo
On 2014/11/24 22:51, Rafael J. Wysocki wrote: > On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: >> On 2014-11-24 9:27, Rafael J. Wysocki wrote: >>> On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: From: Ashwin Chaugule The acpi_table_parse() function has a

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-24 Thread Rafael J. Wysocki
On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: > On 2014-11-24 9:27, Rafael J. Wysocki wrote: > > On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: > >> From: Ashwin Chaugule > >> > >> The acpi_table_parse() function has a callback that > >> passes a pointer to a table_header.

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-24 Thread Hanjun Guo
On 2014-11-24 9:27, Rafael J. Wysocki wrote: > On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: >> From: Ashwin Chaugule >> >> The acpi_table_parse() function has a callback that >> passes a pointer to a table_header. Add a new function >> which takes this pointer and parses its entries.

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-24 Thread Hanjun Guo
On 2014-11-24 9:27, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: From: Ashwin Chaugule ashwin.chaug...@linaro.org The acpi_table_parse() function has a callback that passes a pointer to a table_header. Add a new function which takes this pointer and

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-24 Thread Rafael J. Wysocki
On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: On 2014-11-24 9:27, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: From: Ashwin Chaugule ashwin.chaug...@linaro.org The acpi_table_parse() function has a callback that passes a pointer to a

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-24 Thread Hanjun Guo
On 2014/11/24 22:51, Rafael J. Wysocki wrote: On Monday, November 24, 2014 07:03:54 PM Hanjun Guo wrote: On 2014-11-24 9:27, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: From: Ashwin Chaugule ashwin.chaug...@linaro.org The acpi_table_parse() function has

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-23 Thread Rafael J. Wysocki
On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: > From: Ashwin Chaugule > > The acpi_table_parse() function has a callback that > passes a pointer to a table_header. Add a new function > which takes this pointer and parses its entries. This > eliminates the need to re-traverse all the

Re: [PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-11-23 Thread Rafael J. Wysocki
On Friday, October 17, 2014 09:36:58 PM Hanjun Guo wrote: From: Ashwin Chaugule ashwin.chaug...@linaro.org The acpi_table_parse() function has a callback that passes a pointer to a table_header. Add a new function which takes this pointer and parses its entries. This eliminates the need to

[PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-10-17 Thread Hanjun Guo
From: Ashwin Chaugule The acpi_table_parse() function has a callback that passes a pointer to a table_header. Add a new function which takes this pointer and parses its entries. This eliminates the need to re-traverse all the tables for each call. e.g. as in acpi_table_parse_madt() which is

[PATCH v5 02/18] ACPI / table: Add new function to get table entries

2014-10-17 Thread Hanjun Guo
From: Ashwin Chaugule ashwin.chaug...@linaro.org The acpi_table_parse() function has a callback that passes a pointer to a table_header. Add a new function which takes this pointer and parses its entries. This eliminates the need to re-traverse all the tables for each call. e.g. as in