]> git.baikalelectronics.ru Git - kernel.git/commit
Input: soc_button_array - convert to platform bus
authorJin Yao <yao.jin@linux.intel.com>
Mon, 22 Sep 2014 17:31:14 +0000 (10:31 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 24 Sep 2014 23:27:24 +0000 (16:27 -0700)
commit867802e96cba659da81472c39749cb52722b0ff7
tree2a734d6d5d8025e19611bdef4d5786856ad14ca9
parentd17237a0a794658057af61f5a0e5301edb105cda
Input: soc_button_array - convert to platform bus

ACPI device enumeration mechanism changed a lot since 3.16-rc1.
ACPI device objects with _HID will be enumerated to platform bus by default.
For the existing PNP drivers that probe the PNPACPI devices, the device ids
are listed explicitly in drivers/acpi/acpi_pnp.c.
But ACPI folks will continue their effort on shrinking this id list by
converting the PNP drivers to platform drivers, for the devices that don't
belong to PNP bus in nature.

Signed-off-by: Jin Yao <yao.jin@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/acpi/acpi_pnp.c
drivers/input/misc/soc_button_array.c