]> git.karo-electronics.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>
Fri, 28 Sep 2012 00:18:50 +0000 (10:18 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:00:39 +0000 (14:00 +1000)
commit78b3d9af04bcc1e4f6bef4a82bbf2ac8c499b76c
tree6383a9997b86503d9cffc6cec8c16f85598d2e94
parent3562dd7af2aabacb6599a550e71b5c26271d6e6d
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