]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit042e1c79166b9250edd8262bea84e1703f27ad2e
tree2a734d6d5d8025e19611bdef4d5786856ad14ca9
parent05f7588c3c1641f64af93dc042947bbac35f39f6
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