summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/opencores-kbd.c
Commit message (Expand)AuthorAgeFilesLines
* Input: opencores-kbd - convert to devm_platform_ioremap_resource()Yangtao Li2023-07-101-8/+1
* Input: remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-141-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1
* Input: keyboard - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-221-2/+0
* Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-211-2/+0
* Input: opencores-kbd - fix error handlingDmitry Torokhov2014-10-281-1/+1
* Input: opencores-kbd - switch to using managed resourcesPramod Gurav2014-10-071-55/+17
* Input: opencores-kbd - remove redundant platform_set_drvdata()Sachin Kamat2013-05-081-2/+0
* 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
* Input: keyboard - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: add driver for OpenCores Keyboard ControllerJavier Herrero2009-09-171-0/+180