summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedidev.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-16staging: comedi: use unsigned samples for comedi_buf_put()/get()Ian Abbott1-2/+2
2013-10-07staging: comedi: remove 'settling_time_0' from subdeviceIan Abbott1-2/+0
2013-10-07staging: comedi: remove unused 'channel flags' supportIan Abbott1-3/+0
2013-09-26staging: comedi: core: introduce comedi_chan_range_is_{bi,uni}polar()H Hartley Sweeten1-0/+14
2013-09-25staging: comedi: core: introduce comedi_offset_munge()H Hartley Sweeten1-1/+6
2013-09-17staging: comedi: drivers: introduce comedi_dio_update_state()H Hartley Sweeten1-0/+2
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+0
2013-08-12staging: comedi: drivers: introduce comedi_dio_insn_config()H Hartley Sweeten1-0/+4
2013-08-12Revert "staging: comedi: core: introduce comedi_dio_insn_config()"Greg Kroah-Hartman1-4/+0
2013-08-12staging: comedi: core: introduce comedi_dio_insn_config()H Hartley Sweeten1-0/+4
2013-07-26pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott1-1/+0
2013-07-23staging: comedi: return void from comedi_driver_unregister()Ian Abbott1-1/+1
2013-07-23staging: comedi: don't rely on comedidev.h to include headersH Hartley Sweeten1-14/+0
2013-07-23staging: comedi: use comedi_alloc_devpriv()H Hartley Sweeten1-1/+0
2013-07-23staging: comedi: drivers: introduce comedi_alloc_devpriv()H Hartley Sweeten1-0/+1
2013-06-24staging: comedi: have comedi_set_spriv() allocate the memoryH Hartley Sweeten1-1/+2
2013-06-17staging: comedi: drivers: let core handle freeing s->privateH Hartley Sweeten1-3/+3
2013-06-06staging: comedi: introduce comedi_range_is_{bi,uni}polar()H Hartley Sweeten1-0/+12
2013-05-21staging: comedi: introduce comedi_to_usb_dev()H Hartley Sweeten1-0/+1
2013-05-17staging: comedi: ni_pcidio: use comedi_load_firmware()H Hartley Sweeten1-1/+3
2013-05-17staging: comedi: drivers: generalize comedi_load_firmware()H Hartley Sweeten1-0/+5
2013-05-13staging: comedi: remove FSF address from boilerplate textH Hartley Sweeten1-5/+0
2013-04-19staging: comedi: drivers: introduce comedi_legacy_detach()H Hartley Sweeten1-0/+2
2013-04-17staging: comedi: introduce, and use, comedi_spriv_free()H Hartley Sweeten1-0/+2
2013-04-11staging: comedi: drivers: refactor comedi_request_region()H Hartley Sweeten1-0/+2
2013-04-11staging: comedi: drivers: introduce comedi_request_region()H Hartley Sweeten1-0/+3
2013-04-05staging: comedi: move COMEDI_NUM_MINORS and COMEDI_FIRST_SUBDEVICE_MINORIan Abbott1-2/+0
2013-04-05staging: comedi: range: introduce some simple mA rangesH Hartley Sweeten1-0/+3
2013-04-05staging: comedi: range: introduce range_unipolar2_5H Hartley Sweeten1-0/+1
2013-03-15staging: comedi: add 'ioenabled' flag to deviceIan Abbott1-0/+1
2013-03-15staging: comedi: make 'in_request_module' a bool bit-fieldIan Abbott1-1/+1
2013-03-15staging: comedi: make 'dev->attached' a bool bit-fieldIan Abbott1-1/+1
2013-03-14staging: comedi_pci: pass comedi_device to comedi_pci_enable()H Hartley Sweeten1-2/+2
2013-03-14staging: comedi_pci: make comedi_pci_disable() safe to callH Hartley Sweeten1-2/+2
2013-03-11staging: comedi: comedi_pci: change the comedi_pci_auto_config() 'context'H Hartley Sweeten1-1/+2
2013-02-05staging: comedi: comedi_pcmcia: allow drivers to use a custom conf_check()H Hartley Sweeten1-1/+2
2013-02-05staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context'H Hartley Sweeten1-1/+2
2013-02-04staging: comedi: comedi_pcmcia: introduce comedi_pcmcia_{enable, disable}H Hartley Sweeten1-0/+3
2013-02-03pci_ids.h: add common pci vendor ids from comedi subsystemH Hartley Sweeten1-5/+0
2013-02-03staging: comedi: export comedi_set_hw_dev()Ian Abbott1-8/+1
2013-02-03staging: comedi: move comedi_alloc_subdevice_minor declarationsIan Abbott1-4/+0
2013-01-31staging: comedi: don't expose comedi_proc_{init,cleanup}H Hartley Sweeten1-13/+0
2013-01-31staging: comedi: don't expose comedi_device_{attach,detach}H Hartley Sweeten1-3/+0
2013-01-31staging: comedi: tidy up the general purpose driver functionsH Hartley Sweeten1-23/+26
2013-01-31staging: comedi: allow pcmcia drivers to auto attachH Hartley Sweeten1-0/+6
2013-01-31staging: comedi: conditionally build in PCMCIA driver supportH Hartley Sweeten1-21/+27
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten1-46/+68
2013-01-31staging: comedi: conditionally build in USB driver supportH Hartley Sweeten1-35/+29
2013-01-29staging: comedi: simplify comedi_set_hw_dev()Ian Abbott1-11/+10
2013-01-25staging/comedi: Move comedi_pci_auto_unconfig to drivers.cPeter Huewe1-4/+1