]> 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>
Tue, 4 Sep 2012 06:39:06 +0000 (16:39 +1000)
commit0c23ceb6fba31f0dee3ada826bb9109db25814e8
tree33ca8957c3260ad11e97646a93c2c69fbe773257
parentd00892e2f966b8edc771a6270d98fd192a67ec23
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