aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/das08_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-1/+4
2010-05-17drivers/staging/comedi: dev_node removal (das08_cs)Javier Martinez Canillas1-16/+3
2010-05-14staging: comedi PCMCIA-drivers: adding MODULE_AUTHOR, MODULE_DESCRIPTION and MODULE_LICENSEAlexander Kurz1-1/+4
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-12/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: comedi: das08_cs.c: Checkpatch cleanupAndrea Gelmini1-2/+2
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-1/+0
2009-11-09pcmcia/staging: update comedi driversDominik Brodowski1-147/+55
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-2/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-11/+13
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-7/+7
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-10/+31
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-2/+2
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-3/+3
2009-04-03Staging: comedi: Remove local_info_t typedef in das08_cs.cBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: remove unnecessary #include <linux/version.h>Mariusz Kozlowski1-1/+0
2009-04-03Staging: comedi: add das08 driversDavid Schleef1-0/+489