aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pcspkr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-6/+1
2017-08-14Input: pcspkr - fix code style and error value in pcspkr_eventMunir Contractor1-6/+11
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-28Input: pcspkr - remove redundant platform_set_drvdata()Sachin Kamat1-1/+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-11-30Input: misc - use macro module_platform_driver()JJ Ding1-13/+1
2011-06-09i8253: Make pcspkr input driver use the shared i8253_lockRalf Baechle1-8/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner1-3/+3
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+6
2009-07-12Input: pcspkr - switch driver to dev_pm_opsFrans Pop1-2/+6
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-0/+1
2008-11-19Input: pcspkr - fix PIT lockup on some chipsetsZoltan Devai1-2/+2
2007-11-02Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+2
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-0/+1
2007-10-12platform: prefix MODALIAS with "platform:"Kay Sievers1-0/+1
2007-10-12x86: kill 8253pit.hThomas Gleixner1-1/+1
2007-07-21x86_64: use the global PIT lockThomas Gleixner1-3/+8
2007-04-12Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2006-03-14Input: pcspkr - separate device and driver registrationMichael Neuling1-26/+1
2005-12-21Input: pcspkr - register with driver core as a platfrom deviceDmitry Torokhov1-6/+80
2005-10-31Input: pcspkr - fix setting name and phys for the deviceDmitry Torokhov1-1/+1
2005-10-28[PATCH] Input: convert driver/input/misc to dynamic input_dev allocationDmitry Torokhov1-15/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+97