summaryrefslogtreecommitdiffstats
path: root/drivers/misc/phantom.c
AgeCommit message (Expand)AuthorLines
2013-10-16misc: phantom: remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2012-11-21misc: remove use of __devexitBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitdataBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton-2/+2
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2010-10-26drivers/misc/phantom.c: add missing warning messages in phantom_probe()Rahul Ruikar-2/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen-9/+4
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-1/+1
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer-1/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman-3/+3
2008-07-25drivers/misc/phantom: note PCIJiri Slaby-1/+1
2008-07-21device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman-2/+3
2008-06-20phantom: BKL pushdownJonathan Corbet-2/+7
2008-04-29Misc, phantom, fix pollJiri Slaby-4/+6
2008-04-29Misc: phantom, add compat ioctlJiri Slaby-4/+20
2008-02-06phantom: don't grab other devicesJiri Slaby-3/+4
2007-10-19Misc: phantom, improved data passingJiri Slaby-18/+76
2007-10-19Misc: phantom, add comment about openhapticsJiri Slaby-0/+1
2007-10-19Misc: phantom, synchronize_irq() on suspendJiri Slaby-0/+2
2007-05-23Misc: phantom, take care of pci postingJiri Slaby-1/+10
2007-05-23phantom: move to unlocked_ioctlJiri Slaby-4/+14
2007-05-08Misc: add sensable phantom driverJiri Slaby-0/+463