summaryrefslogtreecommitdiff
path: root/drivers/input/misc/da9063_onkey.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Input: da9063_onkey - avoid explicitly setting input's parentDmitry Torokhov1-1/+0
2024-01-04Input: da9063_onkey - avoid using OF-specific APIsDmitry Torokhov1-3/+4
2023-12-15Input: da9063 - use dev_err_probe()Biju Das1-9/+6
2023-12-15Input: da9063 - drop redundant prints in probe()Biju Das1-15/+4
2023-12-15Input: da9063 - simplify obtaining OF match dataBiju Das1-15/+12
2023-07-18Input: da9063 - add wakeup supportSamuel Holland1-0/+9
2022-03-01Input: da9063 - use devm_delayed_work_autocancel()Christophe JAILLET1-10/+3
2019-10-03Input: da9063 - fix capability and drop KEY_SLEEPMarco Felsch1-4/+1
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-5/+2
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-21Input: da9063_onkey - convert header to SPDXWolfram Sang1-10/+1
2019-05-21Input: da9063_onkey - remove platform_data supportWolfram Sang1-9/+2
2017-01-22Input: misc - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck1-1/+0
2016-10-27Input: da9063 - fix module autoload when registered via OFJavier Martinez Canillas1-0/+1
2016-10-27Input: da9061 - onkey driverSteve Twiss1-4/+4
2015-12-13Input: da9063 - report KEY_POWER instead of KEY_SLEEP during power key-pressSteve Twiss1-4/+4
2015-09-30Input: add DA9062 OnKey capability to DA9063 OnKey driverS Twiss1-25/+104
2015-06-09Input: add OnKey driver for DA9063 MFD partSteve Twiss1-0/+226