summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pcspkr.c
Commit message (Expand)AuthorAgeFilesLines
* Input: pcspkr - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* Input: pcspkr - fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+1
* Input: pcspkr - fix code style and error value in pcspkr_eventMunir Contractor2017-08-141-6/+11
* input: misc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: pcspkr - remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-1/+0
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: misc - use macro module_platform_driver()JJ Ding2011-11-301-13/+1
* i8253: Make pcspkr input driver use the shared i8253_lockRalf Baechle2011-06-091-8/+1
* i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-091-1/+1
* i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-021-3/+3
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-07-221-2/+6
|\
| * Input: pcspkr - switch driver to dev_pm_opsFrans Pop2009-07-121-2/+6
* | time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-161-0/+1
|/
* Input: pcspkr - fix PIT lockup on some chipsetsZoltan Devai2008-11-191-2/+2
* Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle2007-11-021-1/+1
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-121-0/+1
|\
| * platform: prefix MODALIAS with "platform:"Kay Sievers2007-10-121-0/+1
* | x86: kill 8253pit.hThomas Gleixner2007-10-121-1/+1
|/
* x86_64: use the global PIT lockThomas Gleixner2007-07-211-3/+8
* Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
* Input: pcspkr - separate device and driver registrationMichael Neuling2006-03-141-26/+1
* Input: pcspkr - register with driver core as a platfrom deviceDmitry Torokhov2005-12-211-6/+80
* Input: pcspkr - fix setting name and phys for the deviceDmitry Torokhov2005-10-311-1/+1
* [PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov2005-10-281-15/+15
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+97