summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/ni_mio_cs.c
Commit message (Expand)AuthorAgeFilesLines
* staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: comedi: ni_mio_cs: fix block commentsH Hartley Sweeten2016-08-211-34/+33
* staging: comedi: ni_mio_cs: include new "comedi_pcmcia.h" headerIan Abbott2015-02-071-5/+1
* staging: comedi: drivers: ni_mio_cs: Removed variables that is never usedRickard Strandqvist2015-02-071-3/+0
* staging: comedi: ni_mio_common: refactor 'num_p0_dio_channels' boardinfoH Hartley Sweeten2014-07-161-6/+0
* staging: comedi: ni_stc.h: refactor 'aobits' boardinfoH Hartley Sweeten2014-07-161-4/+4
* staging: comedi: ni_stc.h: refactor 'adbits' boardinfoH Hartley Sweeten2014-07-161-5/+5
* staging: comedi: ni_mio_cs: remove ATMIO and PCIMIO definesH Hartley Sweeten2014-06-291-3/+0
* staging: comedi: ni_stc.h: the boardinfo 'name' should be firstH Hartley Sweeten2014-06-291-6/+6
* staging: comedi: ni_mio_cs: remove NI_SIZE defineH Hartley Sweeten2014-06-291-2/+0
* staging: comedi: ni_mio_common.c: remove IRQ_POLARITY definesH Hartley Sweeten2014-06-291-3/+1
* staging: comedi: ni_mio_common.c: remove interrupt_pin() macrosH Hartley Sweeten2014-06-291-3/+1
* staging: comedi: ni_stc.h: remove stc read/write callbacks from ni_privateH Hartley Sweeten2014-06-191-44/+0
* staging: comedi: ni_stc.h: remove read/write callbacks from ni_privateH Hartley Sweeten2014-06-191-46/+7
* staging: comedi: ni_stc.h: add read/write callbacks to struct ni_privateH Hartley Sweeten2014-06-181-12/+43
* staging: comedi: ni_stc.h: remove NI_PRIVATE_COMMON macroH Hartley Sweeten2014-06-181-8/+0
* staging: comedi: remove comedi_debug module parameterH Hartley Sweeten2013-11-251-2/+0
* staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten2013-07-231-0/+1
* staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten2013-05-131-5/+0
* staging: comedi: ni_mio_cs: use pcmcia_request_irq()H Hartley Sweeten2013-02-051-10/+3
* staging: comedi: ni_mio_cs: use comedi_pcmcia_{enable, disable}H Hartley Sweeten2013-02-051-12/+4
* staging: comedi: ni_mio_cs: convert to auto attachH Hartley Sweeten2013-02-031-57/+50
* staging: comedi: ni_mio_cs: cleanup the boardinfo declarationH Hartley Sweeten2013-01-291-95/+75
* staging: comedi: ni_mio_cs: cleanup mio_cs_attach()H Hartley Sweeten2013-01-291-49/+14
* staging: comedi: ni_mio_cs: remove last forward declarationH Hartley Sweeten2013-01-291-18/+15
* staging: comedi: ni_mio_cs: move mio_cs_detach()H Hartley Sweeten2013-01-291-7/+7
* staging: comedi: ni_mio_cs: move comedi_driver declarationH Hartley Sweeten2013-01-291-10/+7
* staging: comedi: ni_mio_cs: cleanup cs_attach()H Hartley Sweeten2013-01-291-13/+5
* staging: comedi: ni_mio_cs: remove cs_release()H Hartley Sweeten2013-01-291-6/+1
* staging: comedi: ni_mio_cs: move pcmcia_driver functionsH Hartley Sweeten2013-01-291-59/+54
* staging: comedi: ni_mio_cs: remove pcmcia_driver suspend/resumeH Hartley Sweeten2013-01-291-16/+0
* staging: comedi: ni_mio_cs: remove setting dev->driverH Hartley Sweeten2013-01-291-1/+0
* staging: comedi: ni_mio_cs: cleanup pcmcia_driverH Hartley Sweeten2013-01-291-7/+7
* staging: comedi: ni_mio_cs: move MODULE_* info to end of fileH Hartley Sweeten2013-01-291-5/+4
* staging/comedi/ni_mio_cs: Convert to module_comedi_pcmcia_driverPeter Huewe2013-01-171-19/+1
* staging/comedi: Use dev_ printks in drivers/ni_mio_cs.cYAMANE Toshiaki2012-11-011-7/+9
* staging/comedi: fix the initialize statics issue in drivers/ni_mio_cs.cYAMANE Toshiaki2012-11-011-1/+1
* staging/comedi: fix the spaces issue at the start of line in drivers/ni_mio_cs.cYAMANE Toshiaki2012-11-011-1/+1
* staging: comedi: ni_mio_common: remove devpriv macroH Hartley Sweeten2012-10-221-4/+5
* staging: comedi: ni_mio_cs: local symbols should not be exportedH Hartley Sweeten2012-09-171-1/+1
* staging: comedi: ni_mio_common: don't pass config options to ni_E_init()Ian Abbott2012-09-171-1/+1
* staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten2012-05-181-11/+2
* staging: pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1
* pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-291-10/+4
* pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-291-1/+0
* pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-3/+2
* pcmcia: simplify IntTypeDominik Brodowski2010-09-291-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-061-11/+8
|\
OpenPOWER on IntegriCloud