Re: [PATCH] ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()

2014-03-04 Thread Rafael J. Wysocki
On Tuesday, March 04, 2014 12:53:05 PM Toshi Kani wrote: > On Sat, 2014-03-01 at 20:57 +, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Since the only function executed by acpi_hotplug_execute() is > > acpi_device_hotplug() and it only is called by the ACPI core, > > simplify

Re: [PATCH] ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()

2014-03-04 Thread Toshi Kani
On Sat, 2014-03-01 at 20:57 +, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Since the only function executed by acpi_hotplug_execute() is > acpi_device_hotplug() and it only is called by the ACPI core, > simplify its definition so that it only takes two arguments, the > ACPI device

Re: [PATCH] ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()

2014-03-04 Thread Toshi Kani
On Sat, 2014-03-01 at 20:57 +, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Since the only function executed by acpi_hotplug_execute() is acpi_device_hotplug() and it only is called by the ACPI core, simplify its definition so that it only takes two

Re: [PATCH] ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()

2014-03-04 Thread Rafael J. Wysocki
On Tuesday, March 04, 2014 12:53:05 PM Toshi Kani wrote: On Sat, 2014-03-01 at 20:57 +, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Since the only function executed by acpi_hotplug_execute() is acpi_device_hotplug() and it only is called by the ACPI

[PATCH] ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()

2014-03-01 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Since the only function executed by acpi_hotplug_execute() is acpi_device_hotplug() and it only is called by the ACPI core, simplify its definition so that it only takes two arguments, the ACPI device object pointer and event code, rename it to acpi_hotplug_schedule() and

[PATCH] ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()

2014-03-01 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Since the only function executed by acpi_hotplug_execute() is acpi_device_hotplug() and it only is called by the ACPI core, simplify its definition so that it only takes two arguments, the ACPI device object pointer and event code, rename it to