]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver...
authorWen Congyang <wency@cn.fujitsu.com>
Tue, 14 Aug 2012 03:22:25 +0000 (13:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 20 Aug 2012 07:07:59 +0000 (17:07 +1000)
commitba600d456eea63b73943581d8c4b06a1d2482376
tree7d02a73881dfe6285c636ef7c0d42e80187ad240
parent2ccc78b34fcf88f0e58a1ef4fa4299fec12a2d9e
acpi_memhotplug.c: auto bind the memory device which is hotplugged before the driver is loaded

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.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Cc: Len Brown <lenb@kernel.org>
Cc: "Brown, Len" <len.brown@intel.com>
Cc: Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/acpi/acpi_memhotplug.c