summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/cobalt_btns.c
AgeCommit message (Expand)AuthorLines
2019-10-29Input: cobalt_btns - switch to using polled mode of input devicesDmitry Torokhov-12/+14
2019-10-29Input: cobalt_btns - convert to use managed resourcesDmitry Torokhov-40/+17
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-14/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-09-18Input: cobalt_btns - remove redundant dev_set_drvdataSachin Kamat-2/+0
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding-13/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-07-22Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov-2/+2
2009-07-07Input: use resource_size when allocating resourcesJulia Lawall-1/+1
2009-07-03Update Yoichi Yuasa's e-mail addressYoichi Yuasa-2/+2
2008-08-18Input: cobalt_btns - add missing MODULE_LICENSEMartin Michlmayr-0/+3
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers-0/+3
2008-03-14Input: cobalt_btns - assorted fixesYoichi Yuasa-8/+8
2008-01-21Input: cobalt_btns - add support for loadable keymapsDmitry Torokhov-37/+36
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-1/+1
2007-04-29Input: cobalt_btns - convert to use polldev libraryDmitry Torokhov-37/+22
2007-04-12Input: cobalt buttons - separate device and driver registrationDmitry Torokhov-23/+1
2007-02-18Input: add driver for MIPS Cobalt back panel buttonsYoichi Yuasa-0/+209