]> 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)
commitd17dd3844d0cd827c210dad40ebe0430632cc0f2
tree2a734d6d5d8025e19611bdef4d5786856ad14ca9
parent183f4363792efb06792aba0db1cb6dcbffe28e4a
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