aboutsummaryrefslogtreecommitdiff
path: root/include/linux/input/tca8418_keypad.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-31Input: tca8418 - switch to using generic device propertiesDmitry Torokhov1-44/+0
Let's drop legacy platform data support (there are no users in mainline) and switch to using generic device properties, which will make the driver simpler (non-OF boards can use property sets to describe hardware). Reviewed-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2011-10-29Input: tca8418_keypad - initial driver releaseKyle Manna1-0/+44
This driver has been tested with hardware and works as expected. To use it add the platform data as appropriate and register it with the corresponding I2C bus. Signed-off-by: Kyle Manna <kyle.manna@fuel7.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>