Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Tomasz Nowicki
On 24.11.2014 16:37, Rafael J. Wysocki wrote: On Monday, November 24, 2014 04:01:24 PM Tomasz Nowicki wrote: On 24.11.2014 16:16, Rafael J. Wysocki wrote: On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Rafael J. Wysocki
On Monday, November 24, 2014 04:01:24 PM Tomasz Nowicki wrote: > On 24.11.2014 16:16, Rafael J. Wysocki wrote: > > On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: > >> On 24.11.2014 02:45, Rafael J. Wysocki wrote: > >>> On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: >

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Tomasz Nowicki
On 24.11.2014 16:16, Rafael J. Wysocki wrote: On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz Nowicki It is very useful to traverse all available table entries

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Rafael J. Wysocki
On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: > On 24.11.2014 02:45, Rafael J. Wysocki wrote: > > On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: > >> From: Tomasz Nowicki > >> > >> It is very useful to traverse all available table entries without max > >> number of

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Tomasz Nowicki
On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz Nowicki It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries() implementation gives that feature

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Tomasz Nowicki
On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries()

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Rafael J. Wysocki
On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Rafael J. Wysocki
On Monday, November 24, 2014 04:01:24 PM Tomasz Nowicki wrote: On 24.11.2014 16:16, Rafael J. Wysocki wrote: On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Tomasz Nowicki
On 24.11.2014 16:37, Rafael J. Wysocki wrote: On Monday, November 24, 2014 04:01:24 PM Tomasz Nowicki wrote: On 24.11.2014 16:16, Rafael J. Wysocki wrote: On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-24 Thread Tomasz Nowicki
On 24.11.2014 16:16, Rafael J. Wysocki wrote: On Monday, November 24, 2014 09:34:24 AM Tomasz Nowicki wrote: On 24.11.2014 02:45, Rafael J. Wysocki wrote: On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-23 Thread Rafael J. Wysocki
On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: > From: Tomasz Nowicki > > It is very useful to traverse all available table entries without max > number of expected entries type. Current acpi_parse_entries() > implementation gives that feature but it does not count those entries, > it

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-23 Thread Rafael J. Wysocki
On Friday, October 17, 2014 09:36:59 PM Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries() implementation gives that feature but it does not count

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-18 Thread Hanjun Guo
On 2014-11-19 4:15, Rafael J. Wysocki wrote: > On Tuesday, November 18, 2014 09:51:25 PM Hanjun Guo wrote: >> Hi Rafael, >> >> On 2014年10月17日 21:36, Hanjun Guo wrote: >>> From: Tomasz Nowicki >>> >>> It is very useful to traverse all available table entries without max >>> number of expected

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-18 Thread Rafael J. Wysocki
On Tuesday, November 18, 2014 09:51:25 PM Hanjun Guo wrote: > Hi Rafael, > > On 2014年10月17日 21:36, Hanjun Guo wrote: > > From: Tomasz Nowicki > > > > It is very useful to traverse all available table entries without max > > number of expected entries type. Current acpi_parse_entries() > >

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-18 Thread Hanjun Guo
Hi Rafael, On 2014年10月17日 21:36, Hanjun Guo wrote: From: Tomasz Nowicki It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries() implementation gives that feature but it does not count those entries, it returns 0

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-18 Thread Rafael J. Wysocki
On Tuesday, November 18, 2014 09:51:25 PM Hanjun Guo wrote: Hi Rafael, On 2014年10月17日 21:36, Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max number of expected entries type. Current

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-18 Thread Hanjun Guo
On 2014-11-19 4:15, Rafael J. Wysocki wrote: On Tuesday, November 18, 2014 09:51:25 PM Hanjun Guo wrote: Hi Rafael, On 2014年10月17日 21:36, Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max number of

Re: [PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-11-18 Thread Hanjun Guo
Hi Rafael, On 2014年10月17日 21:36, Hanjun Guo wrote: From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries() implementation gives that feature but it does not count those

[PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-10-17 Thread Hanjun Guo
From: Tomasz Nowicki It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries() implementation gives that feature but it does not count those entries, it returns 0 instead, so fix it to count matched and successfully

[PATCH v5 03/18] ACPI / table: Count matched and successfully parsed entries without specifying max entries

2014-10-17 Thread Hanjun Guo
From: Tomasz Nowicki tomasz.nowi...@linaro.org It is very useful to traverse all available table entries without max number of expected entries type. Current acpi_parse_entries() implementation gives that feature but it does not count those entries, it returns 0 instead, so fix it to count