aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/max7359_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-1/+0
2015-05-15Input: max7359_keypad - switch to using matrix_keypad_build_keymap()Evgeniy Dushistov1-21/+9
2015-05-15Input: max7359_keypad - do not set MAX7359_CFG_INTERRUPT flagEvgeniy Dushistov1-1/+0
2014-07-20Input: max7359 - introduce the use of managed interfacesHimangi Saraogi1-29/+16
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
2013-08-12Input: max7359 - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-02-21Input: max7359 - convert to dev_pm_opsMark Brown1-7/+10
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-21Input: max7359 - use threaded IRQsDmitry Torokhov1-35/+13
2009-09-21Input: add driver for Maxim MAX7359 key switch controllerKim Kyuwon1-0/+352