aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/gameport
AgeCommit message (Expand)AuthorFilesLines
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2021-06-17um: allow disabling NO_IOMEMGravatar Johannes Berg 1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 3-39/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-16/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-07-26Input: stop telling users to snail-mail VojtechGravatar Dmitry Torokhov 3-12/+0
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-10Input: gameport - use setup_timerGravatar Geliang Tang 1-3/+2
2017-03-17Input: convert remaining uses of pr_warning to pr_warnGravatar Joe Perches 1-2/+2
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Gravatar Andy Lutomirski 1-2/+2
2015-07-06x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc()Gravatar Andy Lutomirski 1-2/+2
2014-12-03Input: initialize device counter variables with -1Gravatar Aniroop Mathur 1-2/+2
2014-09-11Input: joystick - use ktime for measuring timingGravatar Takashi Iwai 1-1/+40
2014-01-06Input: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 2-2/+0
2013-10-19input: gameport: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-7/+10
2013-08-25Input: gameport: convert bus code to use drv_groupsGravatar Greg Kroah-Hartman 1-5/+7
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 2-2/+2
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 2-2/+2
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 2-2/+2
2012-04-21Input: use module_pci_driverGravatar Axel Lin 2-26/+3
2012-01-24Driver core: driver_find() drops reference before returningGravatar Alan Stern 1-1/+0
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-1/+1
2011-02-23Input: serio/gameport - use 'long' system workqueueGravatar Dmitry Torokhov 1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-01-04gameport: use this_cpu_read instead of lookupGravatar Christoph Lameter 1-1/+1
2010-11-18Input: gameport - convert to use common workqueue instead of a threadGravatar Dmitry Torokhov 1-84/+68
2010-10-13Input: emu10k1 - do not leave device enabled when probe failsGravatar Dmitry Torokhov 1-18/+25
2010-09-29Input: fm801-gp - add missing call to pci_disable_device()Gravatar Dmitry Torokhov 2-6/+7
2010-09-29Input: emu10k1-gp - add missing calls to pci_disable_device()Gravatar Rahul Ruikar 1-0/+2
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingGravatar Ingo Molnar 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-02i8253: Convert i8253_lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2010-01-09Input: ns558 - make pnp device ids constantGravatar Márton Németh 1-1/+1
2010-01-09Input: make PCI device ids constantGravatar Márton Németh 2-2/+2
2010-01-06Input: gameport - switch to using pr_xxx() and dev_xxx()Gravatar Dmitry Torokhov 1-34/+28
2010-01-06Input: gameport - make use of list_first_entry() helperGravatar Dmitry Torokhov 1-19/+11
2010-01-06Input: gameport - let device core tell us if device was registeredGravatar Dmitry Torokhov 1-5/+1
2009-05-09Input: serio - do not use deprecated dev.power.power_stateGravatar Dmitry Torokhov 1-3/+3
2009-04-17Input: gameport - rearrange EXPORT_SYMBOL() markingsGravatar Dmitry Torokhov 1-10/+9
2009-04-17Input: fp801-gp - add MODULE_DESCRIPTION()Gravatar Dmitry Torokhov 1-0/+1
2009-04-15Input: gameport - fix attach driver codeGravatar Dmitry Torokhov 1-8/+6
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 2-3/+2
2008-07-30Input: gameport - make gameport_register_driver() return errorsGravatar Dmitry Torokhov 1-21/+67
2008-05-20Input: remove CVS keywordsGravatar Adrian Bunk 3-6/+0
2008-05-16Input: gameport - remove rescan/reconnect facilitiesGravatar Dmitry Torokhov 1-22/+0
2008-02-03gameport: remove duplicate includeGravatar Andre Haupt 1-1/+0