aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/ni_labpc.c
AgeCommit message (Expand)Author
2013-05-13staging: comedi: ni_labpc: fix build when VIRT_TO_BUS is not definedH Hartley Sweeten
2013-04-23staging: comedi: ni_labpc: fix legacy driver buildH Hartley Sweeten
2013-04-23staging: comedi: ni_labpc: remove 'bustype' from boardinfoH Hartley Sweeten
2013-04-23staging: comedi: ni_labpc: remove unnecessary 'bustype' checkH Hartley Sweeten
2013-04-23staging: comedi: ni_labpc: pass the isr_flags to labpc_common_attach()H Hartley Sweeten
2013-04-23staging: comedi: ni_labpc: move DMA init out of the common attachH Hartley Sweeten
2013-04-23staging: comedi: ni_labpc: split out PCI supportH Hartley Sweeten
2013-04-19staging: comedi: drivers: free_irq() in comedi_legacy_detach()H Hartley Sweeten
2013-04-19staging: comedi: drivers: use comedi_legacy_detach()H Hartley Sweeten
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten
2013-04-11staging: comedi: ni_labpc: use comedi_request_region()H Hartley Sweeten
2013-04-11staging: comedi: ni_labpc: only ISA boards need to request_region()H Hartley Sweeten
2013-04-11staging: comedi: ni_labpc: cleanup dev->board_name usageH Hartley Sweeten
2013-03-26staging: comedi: ni_labpc: fix labpc_calib_insn_write()H Hartley Sweeten
2013-03-26staging: comedi: ni_labpc: fix labpc_calib_insn_read()H Hartley Sweeten
2013-03-26staging: comedi: ni_labpc: simplify labpc_range_is_unipolar()H Hartley Sweeten
2013-03-26staging: comedi: ni_labpc: fix labpc_eeprom_insn_write()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: fix labpc_eeprom_insn_read()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: return bool from labpc_use_continuous_mode()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup trigger setting in labpc_ai_cmd()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove board attach noiseH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: dma requires an interruptH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: allow board to attach without dmaH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: allow board to attach without interruptH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: return error from labpc_counter_set_mode()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup labpc_counter_load() usageH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_counter_set_mode()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove inline from labpc_counter_load()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move a couple of the #define'sH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: clean up register mapH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: clean up multi-line commentsH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: fix a > 80 char line issueH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_ai_wait_for_data()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_read_adc_fifo()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_setup_cmd6_reg()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc:use labpc_cancel() to remove some common codeH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_ai_set_chan_and_gain()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup local var declarations in labpc_ai_insn_re...H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: cleanup local var declarations in labpc_ai_cmd()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove unnecessary test of dev->irqH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move declaration of local var 'irq_flags'H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: remove DRV_NAMEH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: use dev->board_name instead of DRV_NAMEH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: move declaration of local var 'dma_flags'H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: tidy up subdevice initH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: fix 8255 dio subdevice initH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: fix command support with analog input subdeviceH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: rename subdevice (*insn_{read, write}) functionsH Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: introduce labpc_range_is_unipolar()H Hartley Sweeten
2013-03-25staging: comedi: ni_labpc: rename boardinfo 'memory_mapped_io'H Hartley Sweeten