summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/lm8333.c
Commit message (Expand)AuthorAgeFilesLines
* Input: lm8333 - convert to use devm_* apiYangtao Li2023-07-201-30/+14
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: lm8333 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: lm8333 - add missing linux/input.h includeDmitry Torokhov2022-09-261-4/+4
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-4/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: lm8333 - fix broken email addressWolfram Sang2015-04-201-2/+2
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* lm8333: Fix check orderingAlan Cox2012-06-271-1/+1
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-8/+7
* Input: add support for LM8333 keypadsWolfram Sang2012-04-041-0/+236