aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/nspire-keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-23Input: nspire-keypad - enable interrupts only when openedFabian Vogt1-25/+31
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-01-21Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck1-2/+0
2014-10-20input: keyboard: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-15Input: nspire-keypad - add missing clk_disable_unprepare() on error pathWei Yongjun1-1/+3
2013-10-06Input: nspire-keypad - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-15Input: keyboard, serio - simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-07-06Input: nspire-keypad - replace magic offset with defineDaniel Tang1-1/+1
2013-06-27Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()Wei Yongjun1-3/+1
2013-06-04Input: add TI-Nspire keypad supportDaniel Tang1-0/+285