aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tca8418_keypad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-24Input: tca8418 - fix loading this driver as a module from a device treeDr. H. Nikolaus Schaller1-0/+7
2013-04-05input: matrix-keymap: Add function to read the new DT bindingSimon Glass1-2/+5
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-29Input: tca8418-keypad - switch to using managed resourcesDmitry Torokhov1-53/+25
2012-11-29Input: tca8418_keypad - increase severity of failures in probe()Dmitry Torokhov1-3/+3
2012-11-29Input: tca8418_keypad - move device ID tables closer to where they are usedDmitry Torokhov1-15/+14
2012-11-29Input: tca8418_keypad - use dev_get_platdata() to retrieve platform dataDmitry Torokhov1-1/+1
2012-11-29Input: tca8418_keypad - use a temporary variable for parent deviceDmitry Torokhov1-10/+10
2012-11-29Input: tca8418_keypad - add support for shared interruptAlban Bedel1-3/+7
2012-11-29Input: tca8418_keypad - add support for device tree bindingsAlban Bedel1-27/+41
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+1
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov1-8/+7
2011-10-29Input: tca8418_keypad - initial driver releaseKyle Manna1-0/+430