Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-16 Thread Rafael J. Wysocki
On Tuesday, February 16, 2016 03:52:38 PM Aleksey Makarov wrote: > Factor out the code that finds the first physical device > of a given ACPI device. It is used in several places. > > Signed-off-by: Aleksey Makarov OK, I've queued up this one and the [2/2] for v4.6.

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-16 Thread Rafael J. Wysocki
On Tuesday, February 16, 2016 03:52:38 PM Aleksey Makarov wrote: > Factor out the code that finds the first physical device > of a given ACPI device. It is used in several places. > > Signed-off-by: Aleksey Makarov OK, I've queued up this one and the [2/2] for v4.6. Thanks, Rafael

[PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-16 Thread Aleksey Makarov
Factor out the code that finds the first physical device of a given ACPI device. It is used in several places. Signed-off-by: Aleksey Makarov --- drivers/acpi/acpi_platform.c | 19 ++- drivers/acpi/bus.c | 26 --

[PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-16 Thread Aleksey Makarov
Factor out the code that finds the first physical device of a given ACPI device. It is used in several places. Signed-off-by: Aleksey Makarov --- drivers/acpi/acpi_platform.c | 19 ++- drivers/acpi/bus.c | 26 -- drivers/acpi/internal.h |

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-15 Thread Rafael J. Wysocki
On Wednesday, January 20, 2016 05:12:18 PM Andy Shevchenko wrote: > On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov > wrote: > > Factor out the code that finds the first physical device > > of a given ACPI device. It is used in several places. > > > > Reviewed-by:

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-15 Thread Rafael J. Wysocki
On Wednesday, January 20, 2016 05:12:18 PM Andy Shevchenko wrote: > On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov > wrote: > > Factor out the code that finds the first physical device > > of a given ACPI device. It is used in several places. > > > > Reviewed-by: Andy Shevchenko > >

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-15 Thread Rafael J. Wysocki
On Wednesday, January 20, 2016 08:29:26 PM Aleksey Makarov wrote: > Factor out the code that finds the first physical device > of a given ACPI device. It is used in several places. > > Reviewed-by: Andy Shevchenko I guess the above doesn't apply any more, does it? >

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-02-15 Thread Rafael J. Wysocki
On Wednesday, January 20, 2016 08:29:26 PM Aleksey Makarov wrote: > Factor out the code that finds the first physical device > of a given ACPI device. It is used in several places. > > Reviewed-by: Andy Shevchenko I guess the above doesn't apply any more, does it? > Signed-off-by: Aleksey

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-01-20 Thread Andy Shevchenko
On Wed, Jan 20, 2016 at 7:00 PM, Aleksey Makarov wrote: > On 20.01.2016 21:12, Andy Shevchenko wrote: >> >> On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov >> wrote: >>> >>> Factor out the code that finds the first physical device >>> of a given ACPI device. It is used in several places. >>>

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-01-20 Thread Aleksey Makarov
Hi Andy, On 20.01.2016 21:12, Andy Shevchenko wrote: On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov wrote: Factor out the code that finds the first physical device of a given ACPI device. It is used in several places. Reviewed-by: Andy Shevchenko Signed-off-by: Aleksey Makarov Hmm…

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-01-20 Thread Andy Shevchenko
On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov wrote: > Factor out the code that finds the first physical device > of a given ACPI device. It is used in several places. > > Reviewed-by: Andy Shevchenko > Signed-off-by: Aleksey Makarov Hmm… Sorry, didn't notice one style issue and there is

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-01-20 Thread Andy Shevchenko
On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov wrote: > Factor out the code that finds the first physical device > of a given ACPI device. It is used in several places. > > Reviewed-by: Andy Shevchenko > Signed-off-by: Aleksey Makarov

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-01-20 Thread Aleksey Makarov
Hi Andy, On 20.01.2016 21:12, Andy Shevchenko wrote: On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov wrote: Factor out the code that finds the first physical device of a given ACPI device. It is used in several places. Reviewed-by: Andy Shevchenko

Re: [PATCH v6 1/2] ACPI: introduce a function to find the first physical device

2016-01-20 Thread Andy Shevchenko
On Wed, Jan 20, 2016 at 7:00 PM, Aleksey Makarov wrote: > On 20.01.2016 21:12, Andy Shevchenko wrote: >> >> On Wed, Jan 20, 2016 at 4:29 PM, Aleksey Makarov >> wrote: >>> >>> Factor out the code that finds the first physical device >>> of a