Input: bu21013_ts - remove support for platform data
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 8 Aug 2019 19:09:43 +0000 (12:09 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 2 Sep 2019 16:07:17 +0000 (09:07 -0700)
commit1eb7b4cacc01771ae42fcbc5ae9a4bc1d13c1dbc
tree08fef72cf4654247f2e480f253b249cb5d9d3b2b
parentcaeb1aae283f9b93d92400b1cb0395bdfd0d586c
Input: bu21013_ts - remove support for platform data

There are no current users of the platform data in the tree, and
any new users should either use device tree, or static device
properties to describe the device.

This change drop the platform data definition and handling and moves the
driver over to generic device properties API. We also drop support for the
external clock. If it is needed we will have to extend the bindings to
supply the clock reference and handle it properly in the driver.

Also, wakeup setting should be coming from I2C client.

Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/bu21013_ts.c
include/linux/input/bu21013.h [deleted file]