Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-24 Thread Rafael J. Wysocki
On Thursday 11 of October 2012 09:29:45 Toshi Kani wrote: > Hi Len, > > Can you please review this patch? Applied to linux-pm.git/acpi-next as v3.8 material. Thanks, Rafael > On Wed, 2012-10-10 at 07:20 -0600, Toshi Kani wrote: > > On Wed, 2012-10-10 at 10:14 +0900, Yasuaki Ishimatsu wrote: >

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-24 Thread Rafael J. Wysocki
On Thursday 11 of October 2012 09:29:45 Toshi Kani wrote: Hi Len, Can you please review this patch? Applied to linux-pm.git/acpi-next as v3.8 material. Thanks, Rafael On Wed, 2012-10-10 at 07:20 -0600, Toshi Kani wrote: On Wed, 2012-10-10 at 10:14 +0900, Yasuaki Ishimatsu wrote: Hi

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-11 Thread Toshi Kani
Hi Len, Can you please review this patch? Thanks, -Toshi On Wed, 2012-10-10 at 07:20 -0600, Toshi Kani wrote: > On Wed, 2012-10-10 at 10:14 +0900, Yasuaki Ishimatsu wrote: > > Hi Toshi, > > > > Sorry for late reply. > > > > 2012/09/13 5:30, Toshi Kani wrote: > > > Combined two ACPI namespace

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-11 Thread Toshi Kani
Hi Len, Can you please review this patch? Thanks, -Toshi On Wed, 2012-10-10 at 07:20 -0600, Toshi Kani wrote: On Wed, 2012-10-10 at 10:14 +0900, Yasuaki Ishimatsu wrote: Hi Toshi, Sorry for late reply. 2012/09/13 5:30, Toshi Kani wrote: Combined two ACPI namespace walks, which

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-10 Thread Toshi Kani
On Wed, 2012-10-10 at 10:14 +0900, Yasuaki Ishimatsu wrote: > Hi Toshi, > > Sorry for late reply. > > 2012/09/13 5:30, Toshi Kani wrote: > > Combined two ACPI namespace walks, which look for dock stations > > and then bays separately, into a single walk. > > > > Signed-off-by: Toshi Kani > >

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-10 Thread Toshi Kani
On Wed, 2012-10-10 at 10:14 +0900, Yasuaki Ishimatsu wrote: Hi Toshi, Sorry for late reply. 2012/09/13 5:30, Toshi Kani wrote: Combined two ACPI namespace walks, which look for dock stations and then bays separately, into a single walk. Signed-off-by: Toshi Kani toshi.k...@hp.com

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-09 Thread Yasuaki Ishimatsu
Hi Toshi, Sorry for late reply. 2012/09/13 5:30, Toshi Kani wrote: > Combined two ACPI namespace walks, which look for dock stations > and then bays separately, into a single walk. > > Signed-off-by: Toshi Kani > --- I have not tested the patch. But it looks good to me. Reviewed-by: Yasuaki

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Wed, 2012-09-12 at 14:30 -0600, Toshi Kani wrote: > Combined two ACPI namespace walks, which look for dock stations > and then bays separately, into a single walk. > >

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-09 Thread Toshi Kani
Hi Len, Can you please review this patch? Please let me know if there is anything I need to do for 3.7. Thanks, -Toshi On Wed, 2012-09-12 at 14:30 -0600, Toshi Kani wrote: Combined two ACPI namespace walks, which look for dock stations and then bays separately, into a single walk.

Re: [PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-10-09 Thread Yasuaki Ishimatsu
Hi Toshi, Sorry for late reply. 2012/09/13 5:30, Toshi Kani wrote: Combined two ACPI namespace walks, which look for dock stations and then bays separately, into a single walk. Signed-off-by: Toshi Kani toshi.k...@hp.com --- I have not tested the patch. But it looks good to me.

[PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-09-12 Thread Toshi Kani
Combined two ACPI namespace walks, which look for dock stations and then bays separately, into a single walk. Signed-off-by: Toshi Kani --- drivers/acpi/dock.c | 26 +++--- 1 files changed, 7 insertions(+), 19 deletions(-) diff --git a/drivers/acpi/dock.c

[PATCH] ACPI: dock: Remove redundant ACPI NS walk

2012-09-12 Thread Toshi Kani
Combined two ACPI namespace walks, which look for dock stations and then bays separately, into a single walk. Signed-off-by: Toshi Kani toshi.k...@hp.com --- drivers/acpi/dock.c | 26 +++--- 1 files changed, 7 insertions(+), 19 deletions(-) diff --git a/drivers/acpi/dock.c