OSDN Git Service

Input: cyttsp - switch to using device properties
authorOreste Salerno <oreste.salerno@tomtom.com>
Wed, 27 Jan 2016 21:55:43 +0000 (13:55 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 27 Jan 2016 22:32:48 +0000 (14:32 -0800)
commit707b61bba8b16adb6a2cbc72b71a75e09cb0f81a
treebf565a026a105839e65f0403917733eb3fc4bd6e
parent69a124029b4bfcfc66b477ad2c3298f06c905ee6
Input: cyttsp - switch to using device properties

Drop support for platform data passed via a C-structure and switch to
device properties instead, which should make the driver compatible
with all platforms: OF, ACPI and static boards. Static boards should
use property sets to communicate device parameters to the driver.

Signed-off-by: Oreste Salerno <oreste.salerno@tomtom.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/touchscreen/cyttsp.txt [new file with mode: 0644]
drivers/input/touchscreen/cyttsp_core.c
drivers/input/touchscreen/cyttsp_core.h
include/linux/input/cyttsp.h