aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/drivers/cb_das16_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-5/+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-26/+5
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-1/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-8/+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-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-30/+17
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-13/+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: Remove COMEDI_INITCLEANUP macroArun Thomas1-1/+12
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-6/+10
2010-05-17drivers/staging/comedi: dev_node removal (cb_das16_cs)Javier Martinez Canillas1-16/+3
2010-05-14staging: comedi PCMCIA-drivers: adding MODULE_AUTHOR, MODULE_DESCRIPTION and MODULE_LICENSEAlexander Kurz1-0/+3
2010-05-11Staging: comedi: cb_das16_cs: fixed multiple brace coding style issuesJason Wong1-6/+6
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-19/+7
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
2009-12-11Staging: comedi: initialize divisor variablesIan Abbott1-2/+2
2009-12-11Staging: comedi: trivial fix of a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-1/+0
2009-11-09pcmcia/staging: update comedi driversDominik Brodowski1-165/+55
2009-10-09Staging: comedi: pcmcia irq fixesFrank Mori Hess1-1/+1
2009-09-15Staging: ARRAY_SIZE changesStoyan Gaydarov1-1/+1
2009-09-15Staging: Comedi: Lindent changes to comdi driver in staging treeMithlesh Thukral1-71/+95
2009-06-19Staging: comedi: remove RT codeGreg Kroah-Hartman1-0/+1
2009-06-19Staging: comedi: remove comedi-specific wrappersGreg Kroah-Hartman1-7/+7
2009-06-19Staging: comedi: more fix "foo * bar" should be "foo *bar"Bill Pemberton1-19/+19
2009-06-19Staging: comedi: fix the way structs are initialized.Bill Pemberton1-13/+13
2009-06-19Staging: comedi: remove assignment in conditionalsBill Pemberton1-7/+22
2009-06-19Staging: comedi: fix "foo * bar" should be "foo *bar"Bill Pemberton1-21/+21
2009-06-19Staging: comedi: 'pcmcia_parse_tuple()' now has two arguments, not three.Ian Abbott1-2/+2
2009-06-19Staging: comedi: Remove C99 commentsBill Pemberton1-2/+2
2009-06-19staging: comedi, remove interrupt.hJiri Slaby1-2/+2
2009-04-03Staging: comedi: Remove local_info_t typedefBill Pemberton1-9/+9
2009-04-03Staging: comedi: Remove das16cs_private typedefBill Pemberton1-4/+4
2009-04-03Staging: comedi: Remove das16cs_board typedefBill Pemberton1-5/+5
2009-04-03Staging: comedi: Remove comedi_devconfig typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_insn typedefBill Pemberton1-14/+14
2009-04-03Staging: comedi: Remove comedi_cmd typedefBill Pemberton1-2/+2
2009-04-03Staging: comedi: Remove comedi_lrange typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_driver typedefBill Pemberton1-1/+1
2009-04-03Staging: comedi: Remove comedi_subdevice typedefBill Pemberton1-19/+19
2009-04-03Staging: comedi: Remove comedi_device typedefBill Pemberton1-25/+25
2009-04-03Staging: comedi: Remove lsampl_t and sampl_t typedefsBill Pemberton1-15/+15
2009-04-03Staging: comedi: add cb_das16_cs driverDavid Schleef1-0/+976