aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/comedi/drivers/ni_labpc_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-28staging: comedi: ni_labpc_cs: fix block comment issuesH Hartley Sweeten1-51/+44
2015-03-01staging: comedi: ni_labpc_common: convert driver to use the comedi_8254 moduleH Hartley Sweeten1-4/+10
2015-02-07staging: comedi: ni_labpc_cs: include new "comedi_pcmcia.h" headerIan Abbott1-5/+1
2015-01-25staging: comedi: ni_labpc_cs: remove unnecessary includesH Hartley Sweeten1-7/+3
2015-01-25staging: comedi: ni_labpc_common: move comedi_alloc_devpriv() to common codeH Hartley Sweeten1-5/+0
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-0/+1
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-3/+1
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-7/+1
2013-05-16staging: comedi: ni_labpc: remove *_ai_gain_bits tablesH Hartley Sweeten1-1/+0
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-6/+0
2013-05-13staging: comedi: ni_labpc: remove range_labpc_1200_ai exportH Hartley Sweeten1-1/+0
2013-05-13staging: comedi: ni_labpc: cleanup true/false flags in boardinfoH Hartley Sweeten1-3/+3
2013-05-13staging: comedi: ni_labpc: remove 'device_id' from boardinfoH Hartley Sweeten1-1/+0
2013-04-23staging: comedi: ni_labpc: remove 'bustype' from boardinfoH Hartley Sweeten1-1/+0
2013-04-23staging: comedi: ni_labpc: pass the isr_flags to labpc_common_attach()H Hartley Sweeten1-1/+1
2013-04-23staging: comedi: ni_labpc: move DMA init out of the common attachH Hartley Sweeten1-1/+1
2013-04-11staging: comedi: ni_labpc: only ISA boards need to request_region()H Hartley Sweeten1-1/+1
2013-03-25staging: comedi: ni_labpc: introduce labpc_range_is_unipolar()H Hartley Sweeten1-1/+0
2013-03-25staging: comedi: ni_labpc: rename labpc_board_structH Hartley Sweeten1-1/+1
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten1-1/+1
2013-02-05staging: comedi: ni_labpc_cs: use comedi_pcmcia_{enable,disable}H Hartley Sweeten1-22/+5
2013-02-03staging: comedi: ni_labpc_cs: convert to auto attachH Hartley Sweeten1-70/+36
2013-01-29staging: comedi: ni_labpc_cs: remove '#undef LABPC_DEBUG'H Hartley Sweeten1-2/+0
2013-01-29staging: comedi: ni_labpc_cs: cleanup the boardinfo declarationH Hartley Sweeten1-27/+21
2013-01-29staging: comedi: ni_labpc_cs: remove thisboard macroH Hartley Sweeten1-5/+1
2013-01-29staging: comedi: ni_labpc_cs: move comedi_driver declarationH Hartley Sweeten1-12/+10
2013-01-29staging: comedi: ni_labpc_cs: remove pcmcia_device private dataH Hartley Sweeten1-17/+2
2013-01-29staging: comedi: ni_labpc_cs: cleanup labpc_cs_attach()H Hartley Sweeten1-23/+11
2013-01-29staging: comedi: ni_labpc_cs: move pcmcia_driver functionsH Hartley Sweeten1-35/+28
2013-01-29staging: comedi: ni_labpc_cs: remove pcmcia_driver suspend/resumeH Hartley Sweeten1-14/+0
2013-01-29staging: comedi: ni_labpc_cs: remove 'stop' from private pcmcia dataH Hartley Sweeten1-9/+0
2013-01-29staging: comedi: ni_labpc_cs: remove labpc_release()H Hartley Sweeten1-11/+2
2013-01-29staging: comedi: ni_labpc_cs: cleanup pcmcia_driverH Hartley Sweeten1-8/+7
2013-01-29staging: comedi: ni_labpc_cs: move MODULE_* info to end of fileH Hartley Sweeten1-4/+4
2013-01-17staging/comedi/ni_labpc_cs: Convert to module_comedi_pcmcia_driverPeter Huewe1-30/+1
2012-10-23staging: comedi: remove inline alloc_private()H Hartley Sweeten1-5/+4
2012-10-22staging: comedi: drivers: remove remaining devpriv macrosH Hartley Sweeten1-3/+6
2012-09-17staging: comedi: ni_labpc_cs: local symbols should not be exportedH Hartley Sweeten1-3/+3
2012-05-18staging: comedi: cleanup all the comedi_driver 'detach' functionsH Hartley Sweeten1-9/+1
2011-11-26Staging: comedi: fix printk issue in ni_labpc_cs.cRavishankar karkala Mallikarjunayya1-1/+1
2011-05-06staging: pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-75/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski1-9/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski1-28/+4
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-8/+3
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-15/+5
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-1/+1
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-1/+0
2010-09-29pcmcia: simplify Status, ExtStatus register accessDominik Brodowski1-3/+1