summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/max77650-onkey.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: max77650-onkey - add of_match tableBartosz Golaszewski2020-01-161-0/+7
| | | | | | | | We need the of_match table if we want to use the compatible string in the pmic's child node and get the onkey driver loaded automatically. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* Input: max77650-onkey - add MODULE_ALIAS()Bartosz Golaszewski2019-07-051-0/+1
| | | | | | | | Define a MODULE_ALIAS() in the input sub-driver for max77650 so that the appropriate module gets loaded together with the core mfd driver. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* input: max77650: Add onkey supportBartosz Golaszewski2019-05-081-0/+121
Add support for the push- and slide-button events for max77650. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Lee Jones <lee.jones@linaro.org>