summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/da9063_onkey.c
Commit message (Expand)AuthorAgeFilesLines
* Input: da9063_onkey - avoid explicitly setting input's parentDmitry Torokhov2024-01-041-1/+0
* Input: da9063_onkey - avoid using OF-specific APIsDmitry Torokhov2024-01-041-3/+4
* Input: da9063 - use dev_err_probe()Biju Das2023-12-141-9/+6
* Input: da9063 - drop redundant prints in probe()Biju Das2023-12-141-15/+4
* Input: da9063 - simplify obtaining OF match dataBiju Das2023-12-141-15/+12
* Input: da9063 - add wakeup supportSamuel Holland2023-07-181-0/+9
* Input: da9063 - use devm_delayed_work_autocancel()Christophe JAILLET2022-02-281-10/+3
* Input: da9063 - fix capability and drop KEY_SLEEPMarco Felsch2019-10-021-4/+1
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-5/+2
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-151-1/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* | Input: da9063_onkey - convert header to SPDXWolfram Sang2019-05-201-10/+1
* | Input: da9063_onkey - remove platform_data supportWolfram Sang2019-05-201-9/+2
|/
* Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-211-1/+0
* Input: da9063 - fix module autoload when registered via OFJavier Martinez Canillas2016-10-261-0/+1
* Input: da9061 - onkey driverSteve Twiss2016-10-261-4/+4
* Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-pressSteve Twiss2015-12-121-4/+4
* Input: add DA9062 OnKey capability to DA9063 OnKey driverS Twiss2015-09-291-25/+104
* Input: add OnKey driver for DA9063 MFD partSteve Twiss2015-06-091-0/+226