]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7bd7faea5c56a0129164d0af9012c22e765c7619
tree08fef72cf4654247f2e480f253b249cb5d9d3b2b
parent2d568eec1472cb5272fd02099bd2f4c29724d8d1
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]