summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/max7359_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: keyboard - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-211-1/+0
* Input: max7359_keypad - switch to using matrix_keypad_build_keymap()Evgeniy Dushistov2015-05-151-21/+9
* Input: max7359_keypad - do not set MAX7359_CFG_INTERRUPT flagEvgeniy Dushistov2015-05-151-1/+0
* Input: max7359 - introduce the use of managed interfacesHimangi Saraogi2014-07-201-29/+16
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: max7359 - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-121-1/+1
* 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: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* Input: max7359 - convert to dev_pm_opsMark Brown2011-02-211-7/+10
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: max7359 - use threaded IRQsDmitry Torokhov2009-09-211-35/+13
* Input: add driver for Maxim MAX7359 key switch controllerKim Kyuwon2009-09-211-0/+352