aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/bf54x-keys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov1-1/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han1-2/+2
2013-11-25Input: keyboard - "keycode & KEY_MAX" changes some keycode valuesAndrew Liu1-1/+2
2013-05-08Input: bf54x-keys - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
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
2011-12-12Input: keyboard - staticise non-exported symbolsAxel Lin1-1/+1
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding1-13/+1
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
2010-03-09Input: bf54x-keys - fix system hang when pressing a keyMike Frysinger1-1/+1
2009-07-23Input: bf54x-keys - convert printk() to dev_*()Mike Frysinger1-17/+9
2009-04-15Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flagMichael Hennerich1-1/+1
2009-03-09Input: bf54x-keys - fix typo in warningMichael Hennerich1-2/+2
2009-01-29Input: bf54x-keys - fix debounce time validationRoel Kluin1-2/+2
2008-10-15Merge branch 'next' into for-linusDmitry Torokhov1-1/+12
2008-09-10Input: bf54x-keys - add power management supportMichael Hennerich1-1/+12
2008-08-27Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-04-24Input: bf54x-keys - add infrastructure for keypad wakeupsMichael Hennerich1-3/+32
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers1-0/+2
2008-02-03bf54x: remove duplicate includeAndre Haupt1-1/+0
2007-10-22Input: bf54x-keys - return real error when request_irq() failsMichael Hennerich1-1/+0
2007-10-13Input: add support for Blackfin BF54x Keypad controllerMichael Hennerich1-0/+382