aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/phantom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-16misc: phantom: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton1-2/+2
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-10-26drivers/misc/phantom.c: add missing warning messages in phantom_probe()Rahul Ruikar1-2/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
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-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-9/+4
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-07-25drivers/misc/phantom: note PCIJiri Slaby1-1/+1
2008-07-21device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-06-20phantom: BKL pushdownJonathan Corbet1-2/+7
2008-04-29Misc, phantom, fix pollJiri Slaby1-4/+6
2008-04-29Misc: phantom, add compat ioctlJiri Slaby1-4/+20
2008-02-06phantom: don't grab other devicesJiri Slaby1-3/+4
2007-10-19Misc: phantom, improved data passingJiri Slaby1-18/+76
2007-10-19Misc: phantom, add comment about openhapticsJiri Slaby1-0/+1
2007-10-19Misc: phantom, synchronize_irq() on suspendJiri Slaby1-0/+2
2007-05-23Misc: phantom, take care of pci postingJiri Slaby1-1/+10
2007-05-23phantom: move to unlocked_ioctlJiri Slaby1-4/+14
2007-05-08Misc: add sensable phantom driverJiri Slaby1-0/+463