aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das08_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15staging: comedi: move out of staging directoryGreg Kroah-Hartman1-104/+0
2017-11-28staging: comedi: drivers: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: comedi: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-08-21staging: comedi: das08_cs: fix block commentsH Hartley Sweeten1-37/+36
2015-07-14staging: comedi: das08_cs: don't split Author stringLuis de Bethencourt1-2/+2
2015-02-07staging: comedi: das08_cs: include new "comedi_pcmcia.h" headerIan Abbott1-4/+1
2013-07-23staging: comedi: do not include <linux/delay.h> if its not neededH Hartley Sweeten1-1/+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-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-7/+0
2013-03-11staging: comedi: das08: remove 'id' from boardinfoH Hartley Sweeten1-1/+0
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten1-1/+1
2013-02-04staging: comedi: das08_cs: use comedi_pcmcia_{enable, disable}H Hartley Sweeten1-23/+3
2013-02-03staging: comedi: das08: split out bus specific codeH Hartley Sweeten1-1/+0
2013-01-31staging: comedi: das08_cs: convert to auto attachH Hartley Sweeten1-82/+48
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-3/+2
2013-01-17staging/comedi/das08_cs: Convert to module_comedi_pcmcia_driverPeter Huewe1-25/+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-2/+4
2012-09-04staging: comedi: das08,das08_cs: Move das08_cs_boards[]Ian Abbott1-0/+26
2012-07-06staging: comedi: das08_cs: remove thisboard macroH Hartley Sweeten1-2/+1
2012-07-06staging: comedi: das08_cs: move the comedi_driver variableH Hartley Sweeten1-13/+10
2012-07-06staging: comedi: das08_cs: refactor the pcmcia probe/removeH Hartley Sweeten1-30/+8
2012-07-06staging: comedi: das08_cs: remove unneeded pcmcia private dataH Hartley Sweeten1-18/+0
2012-07-06staging: comedi: das08_cs: remove the pcmcia suspend/resumeH Hartley Sweeten1-12/+0
2012-07-06staging: comedi: das08_cs: remove unused pcmcia 'stop' logicH Hartley Sweeten1-9/+0
2012-07-06staging: comedi: das08_cs: refactor the pcmcia support codeH Hartley Sweeten1-48/+39
2012-07-06staging: comedi: das08_cs: cleanup and remove useless commentsH Hartley Sweeten1-20/+13
2012-07-06staging: comedi: das08_cs: cleanup the pcmcia_driver declarationH Hartley Sweeten1-8/+8
2012-07-06staging: comedi: das08_cs: change driver registration orderH Hartley Sweeten1-2/+9
2012-07-06staging: comedi: das08_cs: consolidate the init and exit functionsH Hartley Sweeten1-16/+3
2012-07-06staging: comedi: das08_cs: move the MODULE_* stuff to the EOFH Hartley Sweeten1-4/+5
2012-06-18staging: comedi: change device used in dev_...() callsIan Abbott1-3/+4
2011-11-26Staging: comedi: fix printk issue in das08_cs.cRavishankar karkala Mallikarjunayya1-5/+3
2011-05-06staging: pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-68/+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-27/+6
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-1/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-14/+3
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-03staging: comedi das08_cs.c: Fix io_req_t conversionAndreas Bombe1-1/+0
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-29/+17
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-12/+11
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski1-7/+5
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-06-17Staging: comedi: cleanup: remove unneeded null checksDan Carpenter1-2/+1