Re: [Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

2012-11-15 Thread Toshi Kani
On Thu, 2012-11-15 at 14:59 +0800, Wen Congyang wrote: > If the memory device is hotplugged before the driver is loaded, the user > cannot see this device under the directory /sys/bus/acpi/devices/, and the > user cannot bind it by hand after the driver is loaded. This patch > introduces a new

Re: [Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

2012-11-15 Thread Yasuaki Ishimatsu
2012/11/15 15:59, Wen Congyang wrote: > If the memory device is hotplugged before the driver is loaded, the user > cannot see this device under the directory /sys/bus/acpi/devices/, and the > user cannot bind it by hand after the driver is loaded. This patch > introduces a new feature to bind

Re: [Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

2012-11-15 Thread Yasuaki Ishimatsu
2012/11/15 15:59, Wen Congyang wrote: If the memory device is hotplugged before the driver is loaded, the user cannot see this device under the directory /sys/bus/acpi/devices/, and the user cannot bind it by hand after the driver is loaded. This patch introduces a new feature to bind such

Re: [Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

2012-11-15 Thread Toshi Kani
On Thu, 2012-11-15 at 14:59 +0800, Wen Congyang wrote: If the memory device is hotplugged before the driver is loaded, the user cannot see this device under the directory /sys/bus/acpi/devices/, and the user cannot bind it by hand after the driver is loaded. This patch introduces a new

[Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

2012-11-14 Thread Wen Congyang
If the memory device is hotplugged before the driver is loaded, the user cannot see this device under the directory /sys/bus/acpi/devices/, and the user cannot bind it by hand after the driver is loaded. This patch introduces a new feature to bind such device when the driver is being loaded. CC:

[Patch v5 7/7] acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

2012-11-14 Thread Wen Congyang
If the memory device is hotplugged before the driver is loaded, the user cannot see this device under the directory /sys/bus/acpi/devices/, and the user cannot bind it by hand after the driver is loaded. This patch introduces a new feature to bind such device when the driver is being loaded. CC: