summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/tca8418_keypad.c
Commit message (Expand)AuthorAgeFilesLines
* Input: tca8418 - fix loading this driver as a module from a device treeDr. H. Nikolaus Schaller2014-04-241-0/+7
* input: matrix-keymap: Add function to read the new DT bindingSimon Glass2013-04-051-2/+5
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Input: tca8418-keypad - switch to using managed resourcesDmitry Torokhov2012-11-291-53/+25
* Input: tca8418_keypad - increase severity of failures in probe()Dmitry Torokhov2012-11-291-3/+3
* Input: tca8418_keypad - move device ID tables closer to where they are usedDmitry Torokhov2012-11-291-15/+14
* Input: tca8418_keypad - use dev_get_platdata() to retrieve platform dataDmitry Torokhov2012-11-291-1/+1
* Input: tca8418_keypad - use a temporary variable for parent deviceDmitry Torokhov2012-11-291-10/+10
* Input: tca8418_keypad - add support for shared interruptAlban Bedel2012-11-291-3/+7
* Input: tca8418_keypad - add support for device tree bindingsAlban Bedel2012-11-291-27/+41
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+1
* Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov2012-05-101-8/+7
* Input: tca8418_keypad - initial driver releaseKyle Manna2011-10-291-0/+430