summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: remove comedi_fops.hIan Abbott2012-06-201-1/+0
* staging: comedi: rename internal.h to comedi_internal.hIan Abbott2012-06-201-1/+1
* staging: comedi: make class and file operations staticIan Abbott2012-06-201-2/+2
* staging: comedi: refactor comedi_fops to remove most of the forward declarationsH Hartley Sweeten2012-06-111-122/+92
* staging: comedi: cleanup sysfs functionsH Hartley Sweeten2012-06-111-134/+76
* staging: comedi: register sysfs device attributes with driver coreH Hartley Sweeten2012-05-141-40/+12
* staging: comedi: refactor sysfs files in comedi_fops.cH Hartley Sweeten2012-05-091-365/+294
* drivers/staging/comedi/comedi_fops.c: add missing vfreeJulia Lawall2012-04-241-1/+1
* Drivers: Staging: Comedi: comedi_fops: Fixed a code style issueBenedikt Bergenthal2012-04-181-1/+1
* staging: comedi: Add kernel config for default buffer sizesIan Abbott2012-04-131-7/+5
* staging: comedi: Add module parameters for default buffer sizeIan Abbott2012-04-131-3/+26
* staging: comedi: don't hijack hardware device private dataIan Abbott2012-04-101-0/+18
* staging: comedi: don't disable IRQ for comedi_file_info_table_lockIan Abbott2012-04-101-15/+10
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* staging: comedi_fops.c whitespace fixesFlorian Schmaus2011-12-161-12/+12
* Merge 3.2-rc5 into staging-nextGreg Kroah-Hartman2011-12-091-31/+31
|\
| * staging: comedi: comedi_fops: Removed int overflow checkFlorian Schmaus2011-12-081-19/+11
| * staging: comedi: comedi_fops: Replace deprecated strict_strtoul with kstrtouintFlorian Schmaus2011-12-081-12/+20
* | Staging: comedi: fix integer overflow in do_insnlist_ioctl()Xi Wang2011-11-281-1/+1
* | Revert "Staging: comedi: integer overflow in do_insnlist_ioctl()"Greg Kroah-Hartman2011-11-281-5/+0
* | Staging: comedi: integer overflow in do_insnlist_ioctl()Dan Carpenter2011-11-261-0/+5
* | Staging: comedi: fix signal handling in read and writeFederico Vaga2011-11-261-2/+2
* | Staging: comedi: fix mmap_countFederico Vaga2011-11-261-2/+17
* | staging: comedi: fix oops for USB DAQ devices.Bernd Porr2011-11-261-18/+53
|/
* Staging: comedi: Fixed coding style issues.Mark Pearson2011-08-231-1/+1
* staging: comedi: remove COMEDI_DEVICE_CREATE macro, expand all callersPavel Roskin2011-07-061-7/+5
* staging: comedi: fix infoleak to userspaceVasiliy Kulikov2011-07-051-2/+2
* staging: remove unnecessary codeGreg Dietsche2011-06-281-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* staging: comedi: Make INSN_BITS behavior consistent across driversIan Abbott2011-01-211-2/+21
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-281-1/+2
|\
| * staging: comedi: check return code of put_userVasiliy Kulikov2010-09-051-1/+2
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* Staging: comedi: Allow 'open' driver method to failIan Abbott2010-06-171-2/+9
* Staging: comedi: For COMEDI_BUFINFO, check access to commandIan Abbott2010-06-041-3/+16
* Staging: comedi: COMEDI_BUFINFO with no async - report no bytes read or writtenIan Abbott2010-06-041-0/+2
* Staging: comedi: don't write to buffer if command finishedIan Abbott2010-06-041-10/+13
* Staging: comedi: Fix long line lengths in comedi_fops.cMark2010-05-141-15/+29
* Staging: comedi: __user markup on comedi_fops.cGreg Kroah-Hartman2010-05-111-59/+67
* Staging: comedi: make comedi_free_board_minor local to comedi coreGreg Kroah-Hartman2010-05-111-1/+0
* Staging: comedi: make comedi_alloc_board_minor local to comedi coreGreg Kroah-Hartman2010-05-111-2/+1
* Staging: comedi: make comedi_set_subdevice_runflags() staticGreg Kroah-Hartman2010-05-111-12/+11
* Staging: comedi: rename check_chanlist to comedi_check_chanlistGreg Kroah-Hartman2010-05-111-3/+3
* Staging: comedi: more EXPORT_SYMBOL movementGreg Kroah-Hartman2010-05-111-0/+8
* Staging: comedi: added log level to printk's in comedi_fops.cMark Rankilor2010-05-111-3/+5
* Staging: comedi: fix whitespace coding style issues in comedi_fops.cPieter De Praetere2010-05-111-19/+20
* Staging: comedi: comedi_fops.c: Checkpatch cleanupAndrea Gelmini2010-03-041-7/+5
* Staging: comedi: remove check for HAVE_COMPAT_IOCTLShawn Bohrer2009-12-111-6/+0
* staging: comedi: Remove check for HAVE_UNLOCKED_IOCTLShawn Bohrer2009-12-111-9/+0
* Staging: comedi: Corrected type of a printk argument in resize_async_buffer().Ian Abbott2009-10-091-1/+1
OpenPOWER on IntegriCloud