summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi
Commit message (Expand)AuthorAgeFilesLines
* staging/comedi/adl_pci8164: Don't assign stringPeter Huewe2013-01-301-14/+14
* staging: comedi: simplify comedi_set_hw_dev()Ian Abbott2013-01-301-11/+10Star
* staging: comedi: don't override read/write subdevice if not supportedIan Abbott2013-01-301-2/+4
* staging: comedi: ni_labpc_cs: remove '#undef LABPC_DEBUG'H Hartley Sweeten2013-01-301-2/+0Star
* staging: comedi: ni_labpc_cs: cleanup the boardinfo declarationH Hartley Sweeten2013-01-301-27/+21Star
* staging: comedi: ni_labpc_cs: remove thisboard macroH Hartley Sweeten2013-01-301-5/+1Star
* staging: comedi: ni_labpc_cs: move comedi_driver declarationH Hartley Sweeten2013-01-301-12/+10Star
* staging: comedi: ni_labpc_cs: remove pcmcia_device private dataH Hartley Sweeten2013-01-301-17/+2Star
* staging: comedi: ni_labpc_cs: cleanup labpc_cs_attach()H Hartley Sweeten2013-01-301-23/+11Star
* staging: comedi: ni_labpc_cs: move pcmcia_driver functionsH Hartley Sweeten2013-01-301-35/+28Star
* staging: comedi: ni_labpc_cs: remove pcmcia_driver suspend/resumeH Hartley Sweeten2013-01-301-14/+0Star
* staging: comedi: ni_labpc_cs: remove 'stop' from private pcmcia dataH Hartley Sweeten2013-01-301-9/+0Star
* staging: comedi: ni_labpc_cs: remove labpc_release()H Hartley Sweeten2013-01-301-11/+2Star
* staging: comedi: ni_labpc_cs: cleanup pcmcia_driverH Hartley Sweeten2013-01-301-8/+7Star
* staging: comedi: ni_labpc_cs: move MODULE_* info to end of fileH Hartley Sweeten2013-01-301-4/+4
* staging: comedi: ni_mio_cs: cleanup the boardinfo declarationH Hartley Sweeten2013-01-301-95/+75Star
* staging: comedi: ni_mio_cs: cleanup mio_cs_attach()H Hartley Sweeten2013-01-301-49/+14Star
* staging: comedi: ni_mio_cs: remove last forward declarationH Hartley Sweeten2013-01-301-18/+15Star
* staging: comedi: ni_mio_cs: move mio_cs_detach()H Hartley Sweeten2013-01-301-7/+7
* staging: comedi: ni_mio_cs: move comedi_driver declarationH Hartley Sweeten2013-01-301-10/+7Star
* staging: comedi: ni_mio_cs: cleanup cs_attach()H Hartley Sweeten2013-01-301-13/+5Star
* staging: comedi: ni_mio_cs: remove cs_release()H Hartley Sweeten2013-01-301-6/+1Star
* staging: comedi: ni_mio_cs: move pcmcia_driver functionsH Hartley Sweeten2013-01-301-59/+54Star
* staging: comedi: ni_mio_cs: remove pcmcia_driver suspend/resumeH Hartley Sweeten2013-01-301-16/+0Star
* staging: comedi: ni_mio_cs: remove setting dev->driverH Hartley Sweeten2013-01-301-1/+0Star
* staging: comedi: ni_mio_cs: cleanup pcmcia_driverH Hartley Sweeten2013-01-301-7/+7
* staging: comedi: ni_mio_cs: move MODULE_* info to end of fileH Hartley Sweeten2013-01-301-5/+4Star
* staging: comedi: quatech_daqp_cs: cleanup subdevice initH Hartley Sweeten2013-01-301-35/+30Star
* staging: comedi: quatech_daqp_cs: fix possible memory dereference issueH Hartley Sweeten2013-01-301-7/+8
* staging: comedi: quatech_daqp_cs: cleanup the comedi_lrange tablesH Hartley Sweeten2013-01-301-14/+8Star
* staging: comedi: quatech_daqp_cs: remove #define pr_fmtH Hartley Sweeten2013-01-301-2/+0Star
* staging: comedi: quatech_daqp_cs: remove debug functionsH Hartley Sweeten2013-01-301-26/+0Star
* staging: comedi: quatech_daqp_cs: simplify IRQ_NONE checks in daqp_interrupt()H Hartley Sweeten2013-01-301-27/+3Star
* staging: comedi: quatech_daqp_cs: remove casts of void *H Hartley Sweeten2013-01-301-8/+8
* staging: comedi: quatech_daqp_cs: cleanup daqp_cs_attach()H Hartley Sweeten2013-01-301-32/+21Star
* staging: comedi: quatech_daqp_cs: remove daqp_cs_release()H Hartley Sweeten2013-01-301-9/+2Star
* staging: comedi: quatech_daqp_cs: remove forward declarationsH Hartley Sweeten2013-01-301-68/+52Star
* staging: comedi: quatech_daqp_cs: cleanup pcmcia_driverH Hartley Sweeten2013-01-301-7/+7
* staging: comedi: quatech_daqp_cs: move MODULE_* info to end of fileH Hartley Sweeten2013-01-301-5/+4Star
* staging: comedi: addi_watchdog: all i/o registers are 32-bitH Hartley Sweeten2013-01-251-3/+3
* staging: comedi: addi_apci_1516: use addi_watchdog moduleH Hartley Sweeten2013-01-252-95/+11Star
* staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe2013-01-2553-318/+53Star
* staging/comedi: Move comedi_pci_auto_unconfig to drivers.cPeter Huewe2013-01-252-4/+7
* staging: comedi: addi_apci_3501: cleanup comments in hwdrv_apci3501.cH Hartley Sweeten2013-01-251-73/+32Star
* staging: comedi: addi_apci_3501: define the timer i/o registersH Hartley Sweeten2013-01-252-118/+57Star
* staging: comedi: addi_apci_3501: change the MODULE_DESCRIPTIONH Hartley Sweeten2013-01-251-1/+1
* staging: comedi: addi_apci_3501: move the copyright informationH Hartley Sweeten2013-01-252-48/+31Star
* staging: comedi: addi_apci_3501: rewrite the analog output supportH Hartley Sweeten2013-01-252-116/+48Star
* staging: comedi: addi_apci_3501: cleanup apci3501_reset()H Hartley Sweeten2013-01-251-12/+15
* staging: comedi: addi_apci_3501: introduce apci3501_wait_for_dac()H Hartley Sweeten2013-01-252-23/+27